Home
last modified time | relevance | path

Searched refs:APIC_ICR_DEST_MOD (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h104 #define APIC_ICR_DEST_MOD (1 << APIC_ICR_DEST_MOD_SHIFT) macro
/openbmc/qemu/target/i386/
H A Dcpu-dump.c229 bool logical_mod = icr & APIC_ICR_DEST_MOD; in dump_apic_icr()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1807 ((icr & APIC_ICR_DEST_MOD) >> APIC_ICR_DEST_MOD_SHIFT) ? in whpx_vcpu_run()