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

/vbox/src/VBox/Devices/PC/
H A DDevIoApic.cpp128 uint8_t trig_mode; local
145 trig_mode = ((entry >> 15) & 1);
151 if (trig_mode == APIC_TRIGGER_EDGE)
171 trig_mode,
H A DDevAPIC.cpp1412 uint32_t const trig_mode = (pApic->icr[0] >> 15) & 1; local
1414 if (level == 0 && trig_mode == 1)

Completed in 39 milliseconds