Home
last modified time | relevance | path

Searched refs:VM_EXIT_CLEAR_BNDCFGS (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dcapabilities.h108 return (vmcs_config.vmexit_ctrl & VM_EXIT_CLEAR_BNDCFGS) && in cpu_has_vmx_mpx()
H A Dnested.c4279 /* If not VM_EXIT_CLEAR_BNDCFGS, the L2 value propagates to L1. */ in load_vmcs12_host_state()
4280 if (vmcs12->vm_exit_controls & VM_EXIT_CLEAR_BNDCFGS) in load_vmcs12_host_state()
6468 VM_EXIT_CLEAR_BNDCFGS | VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL; in nested_vmx_setup_ctls_msrs()
H A Dvmx.c2579 VM_EXIT_CLEAR_BNDCFGS | in setup_vmcs_config()
7327 vmx->nested.msrs.exit_ctls_high |= VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
7330 vmx->nested.msrs.exit_ctls_high &= ~VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_entry_exit_ctls_update()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dvmx.h94 #define VM_EXIT_CLEAR_BNDCFGS 0x00800000 macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dvmx.h104 #define VM_EXIT_CLEAR_BNDCFGS 0x00800000 macro
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dhyperv.c104 VM_EXIT_CLEAR_BNDCFGS | \
H A Dvmx.h503 VM_EXIT_CLEAR_BNDCFGS | \
H A Dnested.c4517 /* If not VM_EXIT_CLEAR_BNDCFGS, the L2 value propagates to L1. */ in load_vmcs12_host_state()
4518 if (vmcs12->vm_exit_controls & VM_EXIT_CLEAR_BNDCFGS) in load_vmcs12_host_state()
6793 VM_EXIT_CLEAR_BNDCFGS; in nested_vmx_setup_exit_ctls()
H A Dvmx.c2266 (vmx->nested.msrs.exit_ctls_high & VM_EXIT_CLEAR_BNDCFGS))) in vmx_set_msr()
2602 { VM_ENTRY_LOAD_BNDCFGS, VM_EXIT_CLEAR_BNDCFGS }, in setup_vmcs_config()

Completed in 38 milliseconds