Searched refs:PDMApicSetBase (Results 1 - 5 of 5) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | pdmapi.h | 50 VMMDECL(int) PDMApicSetBase(PVMCPU pVCpu, uint64_t u64Base);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PDMAll.cpp | 232 VMMDECL(int) PDMApicSetBase(PVMCPU pVCpu, uint64_t u64Base) function
|
H A D | CPUMAllMsrs.cpp | 226 int rc = PDMApicSetBase(pVCpu, uValue);
|
/vbox/src/recompiler/ |
H A D | VBoxREMWrapper.cpp | 1256 { "PDMApicSetBase", VMM_FN(PDMApicSetBase), &g_aArgsPDMApicSetBase[0], RT_ELEMENTS(g_aArgsPDMApicSetBase), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
|
H A D | VBoxRecompiler.c | 4515 int rc = PDMApicSetBase(env->pVM, val);
|
Completed in 186 milliseconds