Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dapic.c18 struct physdev_apic apic_op; in xen_io_apic_read() local
21 apic_op.apic_physbase = mpc_ioapic_addr(apic); in xen_io_apic_read()
22 apic_op.reg = reg; in xen_io_apic_read()
23 ret = HYPERVISOR_physdev_op(PHYSDEVOP_apic_read, &apic_op); in xen_io_apic_read()
25 return apic_op.value; in xen_io_apic_read()
/openbmc/linux/include/xen/interface/
H A Dphysdev.h187 struct physdev_apic apic_op; member
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h218 physdev_apic_t apic_op; member