Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.h133 return vmcs12->cpu_based_vm_exec_control & bit; in nested_cpu_has()
138 return (vmcs12->cpu_based_vm_exec_control & in nested_cpu_has2()
H A Dvmcs_shadow_fields.h49 SHADOW_FIELD_RW(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control)
H A Dvmcs12.h122 u32 cpu_based_vm_exec_control; member
296 CHECK_OFFSET(cpu_based_vm_exec_control, 748); in vmx_check_vmcs12_offsets()
H A Dhyperv.c194 EVMCS1_FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control,
476 vmcs12->cpu_based_vm_exec_control))) in nested_evmcs_check_controls()
H A Dvmcs12.c70 FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control),
H A Dnested.c1614 vmcs12->cpu_based_vm_exec_control = in copy_enlightened_to_vmcs12()
1615 evmcs->cpu_based_vm_exec_control; in copy_enlightened_to_vmcs12()
1987 evmcs->cpu_based_vm_exec_control = vmcs12->cpu_based_vm_exec_control; in copy_vmcs12_to_enlightened()
2285 exec_control |= vmcs12->cpu_based_vm_exec_control; in prepare_vmcs02_early()
2758 CC(!vmx_control_verify(vmcs12->cpu_based_vm_exec_control, in nested_check_vm_execution_controls()
3544 if (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETTING) in nested_vmx_enter_non_root_mode()
6114 if (vmcs12->cpu_based_vm_exec_control & in nested_vmx_exit_handled_cr()
6119 if (vmcs12->cpu_based_vm_exec_control & in nested_vmx_exit_handled_cr()
H A Dvmx.c3353 tmp |= get_vmcs12(vcpu)->cpu_based_vm_exec_control & CR3_EXITING_BITS; in vmx_set_cr0()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h181 u32 cpu_based_vm_exec_control; member
481 *value = current_evmcs->cpu_based_vm_exec_control; in evmcs_vmread()
946 current_evmcs->cpu_based_vm_exec_control = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h581 u32 cpu_based_vm_exec_control; member
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst158 u32 cpu_based_vm_exec_control;