Home
last modified time | relevance | path

Searched refs:PHYSDEVOP_apic_read (Results 1 – 2 of 2) sorted by relevance

/linux/include/xen/interface/
H A Dphysdev.h89 #define PHYSDEVOP_apic_read 8 macro
313 #define PHYSDEVOP_APIC_READ PHYSDEVOP_apic_read
/linux/arch/x86/xen/
H A Dapic.c21 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()