Home
last modified time | relevance | path

Searched refs:APIC_LVT_LINT0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dapic.c176 if ((vector == APIC_LVT_LINT0 || vector == APIC_LVT_LINT1) && in apic_local_deliver()
188 apic_local_deliver(s, APIC_LVT_LINT0); in apic_deliver_pic_intr()
190 uint32_t lvt = s->lvt[APIC_LVT_LINT0]; in apic_deliver_pic_intr()
765 lvt0 = s->lvt[APIC_LVT_LINT0]; in apic_accept_pic_intr()
1028 } else if (n == APIC_LVT_LINT0 && apic_check_pic(s)) { in apic_register_write()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0003-apic-fixup-fallthrough-to-PIC.patch44 lvt0 = s->lvt[APIC_LVT_LINT0];
/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h34 #define APIC_LVT_LINT0 3 macro
/openbmc/qemu/target/i386/
H A Dcpu-dump.c304 dump_apic_lvt("LVT0", lvt[APIC_LVT_LINT0], false); in x86_cpu_dump_local_apic_state()