Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dphysdev.h68 #define PHYSDEVOP_set_iopl 6 macro
294 #define PHYSDEVOP_SET_IOPL PHYSDEVOP_set_iopl
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h79 #define PHYSDEVOP_set_iopl 6 macro
340 #define PHYSDEVOP_SET_IOPL PHYSDEVOP_set_iopl
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1437 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()