Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h84 #define PHYSDEVOP_set_iopl 6 macro
240 #define PHYSDEVOP_SET_IOPL PHYSDEVOP_set_iopl
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1093 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_enable_user_iopl()
1104 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_disable_user_iopl()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2249 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in startup_kernel()