Home
last modified time | relevance | path

Searched defs:exec_control (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c4476 u32 exec_control = vmcs_config.cpu_based_exec_ctrl; in vmx_exec_control() local
4520 u64 exec_control = vmcs_config.cpu_based_3rd_exec_ctrl; in vmx_tertiary_exec_control() local
4538 vmx_adjust_secondary_exec_control(struct vcpu_vmx *vmx, u32 *exec_control, in vmx_adjust_secondary_exec_control()
4576 #define vmx_adjust_sec_exec_control(vmx, exec_control, name, feat_name, ctrl_name, exiting) \ argument
4592 #define vmx_adjust_sec_exec_feature(vmx, exec_control, lname, uname) \ argument
4595 #define vmx_adjust_sec_exec_exiting(vmx, exec_control, lname, uname) \ argument
4602 u32 exec_control = vmcs_config.cpu_based_2nd_exec_ctrl; in vmx_secondary_exec_control() local
H A Dnested.c2257 u32 exec_control; in prepare_vmcs02_early() local