Searched refs:PDMApicGetTPR (Results 1 - 8 of 8) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | pdmapi.h | 53 VMMDECL(int) PDMApicGetTPR(PVMCPU pVCpu, uint8_t *pu8TPR, bool *pfPending, uint8_t *pu8PendingIrq);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PDMAll.cpp | 336 VMMDECL(int) PDMApicGetTPR(PVMCPU pVCpu, uint8_t *pu8TPR, bool *pfPending, uint8_t *pu8PendingIrq) function
|
H A D | CPUMAllRegs.cpp | 1083 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, NULL /* pfPending */, NULL /* pu8PendingIrq */);
|
H A D | IEMAllCImpl.cpp.h | 4751 int rc = PDMApicGetTPR(IEMCPU_TO_VMCPU(pIemCpu), &uTpr, NULL, NULL);
|
/vbox/src/recompiler/ |
H A D | VBoxREMWrapper.cpp | 1255 { "PDMApicGetTPR", VMM_FN(PDMApicGetTPR), &g_aArgsPDMApicGetTPR[0], RT_ELEMENTS(g_aArgsPDMApicGetTPR), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
|
H A D | VBoxRecompiler.c | 4542 int rc = PDMApicGetTPR(env->pVCpu, &u8, NULL, NULL);
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | HMSVMR0.cpp | 1603 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, NULL /* pu8PendingIrq */); 3972 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPending, NULL /* pu8PendingIrq */);
|
H A D | HMVMXR0.cpp | 3459 rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, &u8PendingIntr);
|
Completed in 143 milliseconds