Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dphysdev.h185 struct physdev_set_iopl set_iopl; member
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h216 physdev_set_iopl_t set_iopl; member
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1315 struct physdev_set_iopl set_iopl; in xen_start_kernel() local
1436 set_iopl.iopl = 1; in xen_start_kernel()
1437 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()