Home
last modified time | relevance | path

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

/linux-3.4.99/include/xen/interface/
Dphysdev.h107 #define PHYSDEVOP_apic_read 8 macro
275 #define PHYSDEVOP_APIC_READ PHYSDEVOP_apic_read
/linux-3.4.99/arch/ia64/xen/
Dxcom_hcall.c124 case PHYSDEVOP_apic_read: in xencomm_hypercall_physdev_op()
Dxen_pv_ops.c849 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_iosapic_read()