Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/kvm/vmx/
Dvmcs12.h69 u64 vm_function_control; member
256 CHECK_OFFSET(vm_function_control, 296); in vmx_check_vmcs12_offsets()
Dnested.h217 (vmcs12->vm_function_control & in nested_cpu_has_eptp_switching()
Dvmcs12.c43 FIELD64(VM_FUNCTION_CONTROL, vm_function_control),
Devmcs.c410 unsupp_ctl = vmcs12->vm_function_control & EVMCS1_UNSUPPORTED_VMFUNC; in nested_evmcs_check_controls()
Dnested.c2726 if (CC(vmcs12->vm_function_control & in nested_check_vm_execution_controls()
5501 if ((vmcs12->vm_function_control & (1 << function)) == 0) in handle_vmfunc()