Lines Matching defs:enabled

176  *             executions of PAUSE in a loop. Also indicate if ple enabled.
617 * Synthetic VM-Exit is not enabled in current code and so All
901 * If EPT is enabled, #PF is only trapped if MAXPHYADDR is mismatched
2444 * the host OS supports or has enabled SGX.
2556 enabled */
2769 * When eVMCS is enabled, alloc_vmcs_cpu() sets
2979 * INVEPT must be issued when EPT is enabled, irrespective of VPID, as
3035 * disabled (VM-Enter with vpid enabled and vpid==0 is disallowed),
3216 * enabled under SMM. Note, whether or not VMXE is allowed at all is
4278 u32 control, bool enabled, bool exiting)
4282 * feature is not exposed to the guest, i.e. not enabled. If the
4288 if (enabled == exiting)
4296 if (enabled)
4352 /* SECONDARY_EXEC_DESC is enabled/disabled on writes to CR4.UMIP,
4356 /* SECONDARY_EXEC_SHADOW_VMCS is enabled when L1 executes VMPTRLD
4875 * If the host has split lock detection enabled then #AC is
4878 * - Guest has #AC detection enabled in CR0
4976 * if single-step is enabled in RFLAGS and STI or MOVSS
6437 * vmcs12 virtual-interrupt-delivery enabled.
6438 * However, it can be enabled only when L1 also
6517 /* Handle machine checks before interrupts are enabled */
6520 /* We need to handle NMIs before interrupts are enabled */
6781 * guest mode as interrupt enabled.
6784 * transition to guest mode and if enabled adjusts RCU state
6822 * RCU if enabled and required.
7438 bool enabled = guest_cpuid_has(vcpu, X86_FEATURE_RTM);
7439 vmx_set_guest_uret_msr(vmx, msr, enabled ? 0 : TSX_CTRL_RTM_DISABLE);
7624 /* Convert to host delta tsc if tsc scaling is enabled */
8028 * and EPT A/D bit features are enabled -- PML depends on them to work.