Searched refs:vmx_adjust_sec_exec_control (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/vmx/ |
D | vmx.c | 4443 #define vmx_adjust_sec_exec_control(vmx, exec_control, name, feat_name, ctrl_name, exiting) \ macro 4457 vmx_adjust_sec_exec_control(vmx, exec_control, lname, uname, ENABLE_##uname, false) 4460 vmx_adjust_sec_exec_control(vmx, exec_control, lname, uname, uname##_EXITING, true) 4542 vmx_adjust_sec_exec_control(vmx, &exec_control, waitpkg, WAITPKG, in vmx_secondary_exec_control()
|