Searched refs:iopl (Results 1 – 8 of 8) sorted by relevance
78 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()
155 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()
412 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()
940 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()
1616 c(user_regs.eflags |= v->arch.pv.iopl); in arch_get_info_guest()
99 uint32_t iopl; member
71 OFFSET(VCPU_iopl, struct vcpu, arch.pv.iopl); in __dummy__()
548 unsigned int iopl; /* Current IOPL for this VCPU, shifted left by member
Completed in 30 milliseconds