Searched refs:PDMApicGetBase (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmapi.h51 VMMDECL(int) PDMApicGetBase(PVMCPU pVCpu, uint64_t *pu64Base);
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp257 * PDMApicGetBase() and not this function.
263 VMMDECL(int) PDMApicGetBase(PVMCPU pVCpu, uint64_t *pu64Base) function
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp970 PDMApicGetBase(pVCpu, &pCtx->msrApicBase);
1389 PDMApicGetBase(pVCpu, &pVCpu->cpum.s.Guest.msrApicBase);
2193 PDMApicGetBase(pVCpu, &pVCpu->cpum.s.Guest.msrApicBase);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1254 { "PDMApicGetBase", VMM_FN(PDMApicGetBase), &g_aArgsPDMApicGetBase[0], RT_ELEMENTS(g_aArgsPDMApicGetBase), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },

Completed in 1934 milliseconds