Home
last modified time | relevance | path

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

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