Home
last modified time | relevance | path

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

/xen/xen/arch/x86/pv/
A Diret.c78 v->arch.pv.iopl = iret_saved.rflags & X86_EFLAGS_IOPL; in do_iret()
142 v->arch.pv.iopl = eflags & X86_EFLAGS_IOPL; in compat_iret()
A Demul-priv-op.c155 ASSERT((v->arch.pv.iopl & ~X86_EFLAGS_IOPL) == 0); in iopl_ok()
157 return IOPL(cpl) <= v->arch.pv.iopl; in iopl_ok()
1268 regs->eflags |= curr->arch.pv.iopl; in pv_emulate_privileged_op()
/xen/xen/arch/x86/
A Dphysdev.c412 if ( set_iopl.iopl > 3 ) in do_physdev_op()
415 curr->arch.pv.iopl = MASK_INSR(set_iopl.iopl, X86_EFLAGS_IOPL); in do_physdev_op()
A Ddomain.c940 v->arch.pv.iopl = v->arch.user_regs.eflags & X86_EFLAGS_IOPL; in arch_set_info_guest()
1425 rflags |= n->arch.pv.iopl; in load_segments()
A Ddomctl.c1616 c(user_regs.eflags |= v->arch.pv.iopl); in arch_get_info_guest()
/xen/xen/include/public/
A Dphysdev.h99 uint32_t iopl; member
/xen/xen/arch/x86/x86_64/
A Dasm-offsets.c71 OFFSET(VCPU_iopl, struct vcpu, arch.pv.iopl); in __dummy__()
/xen/xen/include/asm-x86/
A Ddomain.h548 unsigned int iopl; /* Current IOPL for this VCPU, shifted left by member

Completed in 30 milliseconds