Home
last modified time | relevance | path

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

/linux-6.1.9/include/xen/interface/
Dphysdev.h89 #define PHYSDEVOP_apic_read 8 macro
296 #define PHYSDEVOP_APIC_READ PHYSDEVOP_apic_read
/linux-6.1.9/arch/x86/xen/
Dapic.c23 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()