Searched refs:PDMApicGetTPR (Results 1 - 8 of 8) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmapi.h53 VMMDECL(int) PDMApicGetTPR(PVMCPU pVCpu, uint8_t *pu8TPR, bool *pfPending, uint8_t *pu8PendingIrq);
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp336 VMMDECL(int) PDMApicGetTPR(PVMCPU pVCpu, uint8_t *pu8TPR, bool *pfPending, uint8_t *pu8PendingIrq) function
H A DCPUMAllRegs.cpp1083 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, NULL /* pfPending */, NULL /* pu8PendingIrq */);
H A DIEMAllCImpl.cpp.h4751 int rc = PDMApicGetTPR(IEMCPU_TO_VMCPU(pIemCpu), &uTpr, NULL, NULL);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1255 { "PDMApicGetTPR", VMM_FN(PDMApicGetTPR), &g_aArgsPDMApicGetTPR[0], RT_ELEMENTS(g_aArgsPDMApicGetTPR), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
H A DVBoxRecompiler.c4542 int rc = PDMApicGetTPR(env->pVCpu, &u8, NULL, NULL);
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp1603 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, NULL /* pu8PendingIrq */);
3972 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPending, NULL /* pu8PendingIrq */);
H A DHMVMXR0.cpp3459 rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, &u8PendingIntr);

Completed in 4211 milliseconds