Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/xen/
Denlighten.c825 struct physdev_set_iopl set_iopl; in xen_set_iopl_mask() local
828 set_iopl.iopl = (mask == 0) ? 1 : (mask >> 12) & 3; in xen_set_iopl_mask()
829 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_set_iopl_mask()
1281 struct physdev_set_iopl set_iopl; in xen_start_kernel() local
1414 set_iopl.iopl = 1; in xen_start_kernel()
1415 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()
/linux-3.4.99/include/xen/interface/
Dphysdev.h197 struct physdev_set_iopl set_iopl; member