Searched refs:vmx_adjust_sec_exec_control (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 4184 #define vmx_adjust_sec_exec_control(vmx, exec_control, name, feat_name, ctrl_name, exiting) \ macro 4198 vmx_adjust_sec_exec_control(vmx, exec_control, lname, uname, ENABLE_##uname, false) 4201 vmx_adjust_sec_exec_control(vmx, exec_control, lname, uname, uname##_EXITING, true) 4272 vmx_adjust_sec_exec_control(vmx, &exec_control, waitpkg, WAITPKG, in vmx_compute_secondary_exec_control()
|