Lines Matching defs:opt
2474 u32 min, opt, min2, opt2;
2497 opt = CPU_BASED_TPR_SHADOW |
2500 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PROCBASED_CTLS,
2576 opt = VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL |
2582 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_EXIT_CTLS,
2587 opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR |
2589 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PINBASED_CTLS,
2600 opt = VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL |
2606 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_ENTRY_CTLS,
4281 * If the control is for an opt-in feature, clear the control if the
4283 * control is opt-out, i.e. an exiting control, clear the control if
4320 /* More macro magic for ENABLE_/opt-in versus _EXITING/opt-out controls. */