Home
last modified time | relevance | path

Searched refs:nested_ctl (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/
H A Dsvm.h175 uint64_t nested_ctl; member
/qemu/target/i386/tcg/system/
H A Dsvm_helper.c160 uint64_t nested_ctl; in helper_vmrun() local
264 nested_ctl = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun()
265 control.nested_ctl)); in helper_vmrun()
292 if (nested_ctl & SVM_NPT_ENABLED) { in helper_vmrun()