Home
last modified time | relevance | path

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

/Linux-v6.1/include/xen/interface/
Dphysdev.h68 #define PHYSDEVOP_set_iopl 6 macro
294 #define PHYSDEVOP_SET_IOPL PHYSDEVOP_set_iopl
/Linux-v6.1/arch/x86/xen/
Denlighten_pv.c1354 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()