Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
A Dxapic_ipi_test.c100 data->halter_apic_id = GET_APIC_ID_FIELD(xapic_read_reg(APIC_ID)); in halter_guest_code()
101 data->halter_lvr = xapic_read_reg(APIC_LVR); in halter_guest_code()
112 data->halter_tpr = xapic_read_reg(APIC_TASKPRI); in halter_guest_code()
113 data->halter_ppr = xapic_read_reg(APIC_PROCPRI); in halter_guest_code()
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dapic.c35 val = xapic_read_reg(APIC_SPIV) | APIC_SPIV_APIC_ENABLED; in xapic_enable()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dapic.h71 static inline uint32_t xapic_read_reg(unsigned int reg) in xapic_read_reg() function

Completed in 5 milliseconds