Home
last modified time | relevance | path

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

/linux-6.12.1/include/xen/interface/ !
Dphysdev.h185 struct physdev_set_iopl set_iopl; member
/linux-6.12.1/arch/x86/xen/ !
Denlighten_pv.c1327 struct physdev_set_iopl set_iopl; in xen_start_kernel() local
1446 set_iopl.iopl = 1; in xen_start_kernel()
1447 rc = HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl); in xen_start_kernel()