Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1091 physdev_set_iopl_t set_iopl; in xen_enable_user_iopl() local
1092 set_iopl.iopl = 3; /* user ring 3 */ in xen_enable_user_iopl()
1093 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_enable_user_iopl()
1102 physdev_set_iopl_t set_iopl; in xen_disable_user_iopl() local
1103 set_iopl.iopl = 1; /* kernel pseudo ring 1 */ in xen_disable_user_iopl()
1104 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_disable_user_iopl()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h219 struct physdev_set_iopl set_iopl; member
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2343 physdev_set_iopl_t set_iopl; in startup_kernel() local
2362 set_iopl.iopl = 1; in startup_kernel()
2363 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in startup_kernel()