Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h210 uint32_t apic_get_current_count(APICCommonState *s);
/openbmc/qemu/hw/intc/
H A Dapic_common.c165 uint32_t apic_get_current_count(APICCommonState *s) in apic_get_current_count() function
H A Dapic.c713 val = apic_get_current_count(s); in apic_mem_read()
/openbmc/qemu/target/i386/
H A Dcpu-dump.c314 s->initial_count, apic_get_current_count(s)); in x86_cpu_dump_local_apic_state()