Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dapic_common.c142 if (s->lvt[APIC_LVT_TIMER] & APIC_LVT_MASKED) { in apic_next_timer()
148 if (s->lvt[APIC_LVT_TIMER] & APIC_LVT_TIMER_PERIODIC) { in apic_next_timer()
171 if (s->lvt[APIC_LVT_TIMER] & APIC_LVT_TIMER_PERIODIC) { in apic_get_current_count()
H A Dapic.c635 apic_local_deliver(s, APIC_LVT_TIMER); in apic_timer()
818 if (n == APIC_LVT_TIMER) { in apic_mem_write()
/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h31 #define APIC_LVT_TIMER 0 macro
/openbmc/qemu/target/i386/
H A Dcpu-dump.c308 dump_apic_lvt("LVTT", lvt[APIC_LVT_TIMER], true); in x86_cpu_dump_local_apic_state()