Lines Matching refs:HF_CPL_MASK
234 cpl = env->hflags & HF_CPL_MASK; in tss_load_seg()
718 cpl = env->hflags & HF_CPL_MASK; in do_interrupt_protected()
918 cpl = env->hflags & HF_CPL_MASK; in do_interrupt64()
1070 cpl = env->hflags & HF_CPL_MASK; in helper_sysret()
1182 cpl = env->hflags & HF_CPL_MASK; in do_interrupt_user()
1228 env->hflags & HF_CPL_MASK, in do_interrupt()
2126 cpl = env->hflags & HF_CPL_MASK; in helper_load_seg()
2207 cpl = env->hflags & HF_CPL_MASK; in helper_ljmp_protected()
2237 cpl = env->hflags & HF_CPL_MASK; in helper_ljmp_protected()
2328 cpl = env->hflags & HF_CPL_MASK; in helper_lcall_protected()
2631 cpl = env->hflags & HF_CPL_MASK; in helper_ret_protected()
2853 cpl = env->hflags & HF_CPL_MASK; in helper_sysexit()
2996 if ((env->cr[4] & CR4_TSD_MASK) && ((env->hflags & HF_CPL_MASK) != 0)) { in helper_rdtsc()
3008 if ((env->cr[4] & CR4_PCE_MASK) && ((env->hflags & HF_CPL_MASK) != 0)) { in helper_rdpmc()
3313 cpl = env->hflags & HF_CPL_MASK; in helper_lsl()
3357 cpl = env->hflags & HF_CPL_MASK; in helper_lar()
3405 cpl = env->hflags & HF_CPL_MASK; in helper_verr()
3438 cpl = env->hflags & HF_CPL_MASK; in helper_verw()
4423 || (env->hflags & HF_CPL_MASK) in helper_fxsave()
4468 || (env->hflags & HF_CPL_MASK) in helper_fxrstor()
5353 stb_phys(env->vm_vmcb + offsetof(struct vmcb, save.cpl), env->hflags & HF_CPL_MASK); in helper_vmexit()