Searched defs:set_iopl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h219 struct physdev_set_iopl set_iopl; member in union:physdev_op::__anon9309
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1103 physdev_set_iopl_t set_iopl; local
1104 set_iopl.iopl = 3; /* user ring 3 */
1105 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);
1114 physdev_set_iopl_t set_iopl; local
1115 set_iopl.iopl = 1; /* kernel pseudo ring 1 */
1116 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1414 physdev_set_iopl_t set_iopl; local
1435 set_iopl.iopl = 1;
1436 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);

Completed in 50 milliseconds