Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c21 static bool __read_mostly nested_early_check = 0; variable
22 module_param(nested_early_check, bool, S_IRUGO);
2179 if (enable_ept && nested_early_check) in prepare_vmcs02_constant_state()
3063 if (!nested_early_check) in nested_vmx_check_vmentry_hw()
3380 if (!enable_ept && !nested_early_check) in nested_vmx_enter_non_root_mode()
4543 WARN_ON_ONCE(nested_early_check); in nested_vmx_vmexit()