Searched refs:set_iopl (Results 1 – 3 of 3) sorted by relevance
1091 physdev_set_iopl_t set_iopl; in xen_enable_user_iopl() local1092 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() local1103 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()
219 struct physdev_set_iopl set_iopl; member
2343 physdev_set_iopl_t set_iopl; in startup_kernel() local2362 set_iopl.iopl = 1; in startup_kernel()2363 (void) HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in startup_kernel()