Searched refs:HF2_NPT_MASK (Results 1 – 4 of 4) sorted by relevance
136 if (likely(!(env->hflags2 & HF2_NPT_MASK)) || !(env->efer & MSR_EFER_LMA)) { in virtual_vm_load_save_enabled()296 env->hflags2 |= HF2_NPT_MASK; in helper_vmrun()765 env->hflags2 &= ~HF2_NPT_MASK; in do_vmexit()
549 bool use_stage2 = env->hflags2 & HF2_NPT_MASK; in get_physical_address()
1405 return !!(env->hflags2 & HF2_NPT_MASK); in svm_npt_needed()
221 #define HF2_NPT_MASK (1 << HF2_NPT_SHIFT) macro