Searched refs:PDMApicGetBase (Results 1 - 4 of 4) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | pdmapi.h | 51 VMMDECL(int) PDMApicGetBase(PVMCPU pVCpu, uint64_t *pu64Base);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PDMAll.cpp | 257 * PDMApicGetBase() and not this function. 263 VMMDECL(int) PDMApicGetBase(PVMCPU pVCpu, uint64_t *pu64Base) function
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUM.cpp | 970 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 D | VBoxREMWrapper.cpp | 1254 { "PDMApicGetBase", VMM_FN(PDMApicGetBase), &g_aArgsPDMApicGetBase[0], RT_ELEMENTS(g_aArgsPDMApicGetBase), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
|
Completed in 1934 milliseconds