Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dcapabilities.h96 return (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_EFER) && in cpu_has_load_ia32_efer()
Dvmx.h398 ~(VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL | VM_ENTRY_LOAD_IA32_EFER); in vmx_vmentry_ctrl()
Dnested.c2140 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) in nested_vmx_calc_efer()
2333 ~VM_ENTRY_IA32E_MODE & ~VM_ENTRY_LOAD_IA32_EFER; in prepare_vmcs02_early()
2338 exec_control |= VM_ENTRY_LOAD_IA32_EFER; in prepare_vmcs02_early()
3001 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)) { in nested_vmx_check_guest_state()
4279 if (vm_entry_controls_get(vmx) & VM_ENTRY_LOAD_IA32_EFER) in nested_vmx_get_vmcs01_guest_efer()
6354 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER); in nested_vmx_setup_ctls_msrs()
Dvmx.c906 VM_ENTRY_LOAD_IA32_EFER, in clear_atomic_switch_msr()
959 VM_ENTRY_LOAD_IA32_EFER, in add_atomic_switch_msr()
2503 VM_ENTRY_LOAD_IA32_EFER | in setup_vmcs_config()
5832 (vmentry_ctl & (VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_IA32_EFER))) in dump_vmcs()
/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h95 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro
/Linux-v5.10/arch/x86/include/asm/
Dvmx.h106 #define VM_ENTRY_LOAD_IA32_EFER 0x00008000 macro