Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Devmcs.c189 EVMCS1_FIELD(SECONDARY_VM_EXEC_CONTROL, secondary_vm_exec_control,
390 unsupp_ctl = vmcs12->secondary_vm_exec_control & in nested_evmcs_check_controls()
Dvmcs12.h134 u32 secondary_vm_exec_control; member
313 CHECK_OFFSET(secondary_vm_exec_control, 804); in vmx_check_vmcs12_offsets()
Dnested.h145 (vmcs12->secondary_vm_exec_control & bit); in nested_cpu_has2()
Dvmcs12.c82 FIELD(SECONDARY_VM_EXEC_CONTROL, secondary_vm_exec_control),
Dnested.c1684 vmcs12->secondary_vm_exec_control = in copy_enlightened_to_vmcs12()
1685 evmcs->secondary_vm_exec_control; in copy_enlightened_to_vmcs12()
2315 vmcs12_exec_ctrl = vmcs12->secondary_vm_exec_control & in prepare_vmcs02_early()
2725 CC(!vmx_control_verify(vmcs12->secondary_vm_exec_control, in nested_check_vm_execution_controls()
/arch/x86/include/asm/
Dhyperv-tlfs.h337 u32 secondary_vm_exec_control; member