Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/interface/
Dphysdev.h86 #define PHYSDEVOP_set_iopl 6 macro
312 #define PHYSDEVOP_SET_IOPL PHYSDEVOP_set_iopl
/Linux-v4.19/drivers/xen/
Dfallback.c58 case PHYSDEVOP_set_iopl: in xen_physdev_op_compat()
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c839 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_set_iopl_mask()
1330 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()