Searched refs:PDMApicSetBase (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmapi.h50 VMMDECL(int) PDMApicSetBase(PVMCPU pVCpu, uint64_t u64Base);
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp232 VMMDECL(int) PDMApicSetBase(PVMCPU pVCpu, uint64_t u64Base) function
H A DCPUMAllMsrs.cpp226 int rc = PDMApicSetBase(pVCpu, uValue);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1256 { "PDMApicSetBase", VMM_FN(PDMApicSetBase), &g_aArgsPDMApicSetBase[0], RT_ELEMENTS(g_aArgsPDMApicSetBase), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
H A DVBoxRecompiler.c4515 int rc = PDMApicSetBase(env->pVM, val);

Completed in 186 milliseconds