Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dioapic.c140 g_tmr_79 = apic_read_bit(APIC_TMR, 0x79); in ioapic_isr_79()
151 tmr_before = apic_read_bit(APIC_TMR, 0x79); in test_ioapic_edge_tmr()
165 tmr_before = apic_read_bit(APIC_TMR, 0x79); in test_ioapic_level_tmr()
189 tmr_before = apic_read_bit(APIC_TMR, 0x79); in test_ioapic_edge_tmr_smp()
214 tmr_before = apic_read_bit(APIC_TMR, 0x79); in test_ioapic_level_tmr_smp()
/kvm-unit-tests/lib/x86/
H A Dapic.h52 bool apic_read_bit(unsigned reg, int n);
H A Dapic.c108 bool apic_read_bit(unsigned reg, int n) in apic_read_bit() function