Home
last modified time | relevance | path

Searched refs:iopl (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Diret.c60 v->arch.pv_vcpu.iopl = iret_saved.rflags & X86_EFLAGS_IOPL; in do_iret()
124 v->arch.pv_vcpu.iopl = eflags & X86_EFLAGS_IOPL; in compat_iret()
A Demul-priv-op.c116 ASSERT((v->arch.pv_vcpu.iopl & ~X86_EFLAGS_IOPL) == 0); in iopl_ok()
118 return IOPL(cpl) <= v->arch.pv_vcpu.iopl; in iopl_ok()
1348 regs->eflags |= curr->arch.pv_vcpu.iopl; in pv_emulate_privileged_op()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dphysdev.c415 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()
A Ddomain.c887 v->arch.pv_vcpu.iopl = v->arch.user_regs.eflags & X86_EFLAGS_IOPL; in arch_set_info_guest()
1357 rflags |= n->arch.pv_vcpu.iopl; in load_segments()
A Ddomctl.c1669 c(user_regs.eflags |= v->arch.pv_vcpu.iopl); in arch_get_info_guest()
/xen-4.10.0-shim-comet/xen/include/public/
A Dphysdev.h99 uint32_t iopl; member
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dasm-offsets.c89 OFFSET(VCPU_iopl, struct vcpu, arch.pv_vcpu.iopl); in __dummy__()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddomain.h489 unsigned int iopl; /* Current IOPL for this VCPU, shifted left by member

Completed in 16 milliseconds