Searched refs:nested_ctl (Results 1 – 8 of 8) sorted by relevance
263 if (CC((control->nested_ctl & SVM_NESTED_CTL_NP_ENABLE) && !npt_enabled)) in __nested_vmcb_check_controls()356 to->nested_ctl = from->nested_ctl; in __nested_copy_vmcb_control_to_cache()670 vmcb02->control.nested_ctl = vmcb01->control.nested_ctl; in nested_vmcb02_prepare_control()798 vmcb12->control.nested_ctl, in enter_svm_guest_mode()1569 dst->nested_ctl = from->nested_ctl; in nested_copy_vmcb_cache_to_control()
144 u64 nested_ctl; member494 return svm->nested.ctl.nested_ctl & SVM_NESTED_CTL_NP_ENABLE; in nested_npt_enabled()
3045 svm->vmcb->control.nested_ctl |= SVM_NESTED_CTL_SEV_ES_ENABLE; in sev_es_init_vmcb()3101 svm->vmcb->control.nested_ctl |= SVM_NESTED_CTL_SEV_ENABLE; in sev_init_vmcb()
1346 control->nested_ctl |= SVM_NESTED_CTL_NP_ENABLE; in init_vmcb()3388 pr_err("%-20s%lld\n", "nested_ctl:", control->nested_ctl); in dump_vmcb()
175 uint64_t nested_ctl; member
160 uint64_t nested_ctl; in helper_vmrun() local264 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()
107 u64 nested_ctl; member
143 u64 nested_ctl; member