Searched refs:pfPending (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PDMAll.cpp | 284 * @param pfPending Pending state (out). 286 VMM_INT_DECL(int) PDMApicHasPendingIrq(PVMCPU pVCpu, bool *pfPending) argument 293 *pfPending = pVM->pdm.s.Apic.CTX_SUFF(pfnHasPendingIrq)(pVM->pdm.s.Apic.CTX_SUFF(pDevIns), pVCpu->idCpu, 330 * @param pfPending Pending interrupt state (out, optional). 336 VMMDECL(int) PDMApicGetTPR(PVMCPU pVCpu, uint8_t *pu8TPR, bool *pfPending, uint8_t *pu8PendingIrq) argument 349 if (pfPending) 350 *pfPending = pVM->pdm.s.Apic.CTX_SUFF(pfnHasPendingIrq)(pApicIns, pVCpu->idCpu, pu8PendingIrq);
|
/vbox/include/VBox/vmm/ |
H A D | pdmapi.h | 49 VMM_INT_DECL(int) PDMApicHasPendingIrq(PVM pVM, bool *pfPending); 53 VMMDECL(int) PDMApicGetTPR(PVMCPU pVCpu, uint8_t *pu8TPR, bool *pfPending, uint8_t *pu8PendingIrq);
|
Completed in 42 milliseconds