Searched defs:u8IntCause (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp270 * @param u8IntCause Interrupt cause bit mask to set in PCI ISR port.
272 int vpciRaiseInterrupt(VPCISTATE *pState, int rcBusy, uint8_t u8IntCause) argument
279 LogFlow(("%s vpciRaiseInterrupt: u8IntCause=%x\n",
280 INSTANCE(pState), u8IntCause));
282 pState->uISR |= u8IntCause;

Completed in 34 milliseconds