Searched defs:pu64Base (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp261 * @param pu64Base Where to store the APIC base.
263 VMMDECL(int) PDMApicGetBase(PVMCPU pVCpu, uint64_t *pu64Base) argument
270 *pu64Base = pVM->pdm.s.Apic.CTX_SUFF(pfnGetBase)(pVM->pdm.s.Apic.CTX_SUFF(pDevIns), pVCpu->idCpu);
274 *pu64Base = 0;

Completed in 43 milliseconds