Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dapic.c16 struct physdev_apic apic_op; in xen_io_apic_read() local
19 apic_op.apic_physbase = mpc_ioapic_addr(apic); in xen_io_apic_read()
20 apic_op.reg = reg; in xen_io_apic_read()
21 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()
23 return apic_op.value; in xen_io_apic_read()
/linux/include/xen/interface/
H A Dphysdev.h187 struct physdev_apic apic_op; member