Searched refs:pu8Interrupt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp43 * @param pu8Interrupt Where to store the interrupt on success.
45 VMMDECL(int) PDMGetInterrupt(PVMCPU pVCpu, uint8_t *pu8Interrupt) argument
65 *pu8Interrupt = (uint8_t)i;
85 *pu8Interrupt = (uint8_t)i;
/vbox/include/VBox/vmm/
H A Dpdmapi.h43 VMMDECL(int) PDMGetInterrupt(PVMCPU pVCpu, uint8_t *pu8Interrupt);

Completed in 49 milliseconds