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

/vbox/src/VBox/Devices/PC/
H A DDevAPIC.cpp1386 int dest_shorthand = (pApic->icr[0] >> 18) & 3; local
1387 LogFlow(("apic_deliver dest=%x dest_mode=%x dest_shorthand=%x delivery_mode=%x vector_num=%x polarity=%x trigger_mode=%x\n", dest, dest_mode, dest_shorthand, delivery_mode, vector_num, polarity, trigger_mode));
1390 switch (dest_shorthand)

Completed in 50 milliseconds