Home
last modified time | relevance | path

Searched refs:HF2_NPT_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c136 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()
H A Dexcp_helper.c535 bool use_stage2 = env->hflags2 & HF2_NPT_MASK; in get_physical_address()
/openbmc/qemu/target/i386/
H A Dmachine.c1405 return !!(env->hflags2 & HF2_NPT_MASK); in svm_npt_needed()
H A Dcpu.h220 #define HF2_NPT_MASK (1 << HF2_NPT_SHIFT) macro