Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dphysdev.c409 struct physdev_set_iopl set_iopl; in do_physdev_op() local
412 if ( copy_from_guest(&set_iopl, arg, 1) != 0 ) in do_physdev_op()
415 if ( set_iopl.iopl > 3 ) in do_physdev_op()
418 curr->arch.pv_vcpu.iopl = MASK_INSR(set_iopl.iopl, X86_EFLAGS_IOPL); in do_physdev_op()
/xen-4.10.0-shim-comet/xen/include/public/
A Dphysdev.h233 struct physdev_set_iopl set_iopl; member

Completed in 5 milliseconds