Lines Matching defs:supported
30 * Hyper-V requires all of these, so mark them as supported even though
874 CC(e->index == MSR_IA32_SMM_MONITOR_CTL) || /* SMM is not supported */
883 if (CC(e->index == MSR_IA32_SMBASE) || /* SMM is not supported */
1267 u64 supported;
1271 supported = vmx_control_msr(*lowp, *highp);
1274 if (!is_bitwise_subset(data, supported, GENMASK_ULL(31, 0)))
1278 if (!is_bitwise_subset(supported, data, GENMASK_ULL(63, 32)))
1516 * configured to support "VMWRITE to any supported field in the VMCS").
2034 * Guest should be aware of supported eVMCS versions by host by
2043 * which is one of the supported versions specified in
2046 * To overcome Hyper-V bug, we accept here either a supported
2352 * on the related bits (if supported by the CPU) in the hope that
2723 /* AD, if set, should be supported */
3917 * KVM "works" despite these flaws as ICEBP isn't currently supported by the
5213 * The first 4 bytes of VMXON region contain the supported
5502 * If the vCPU supports "VMWRITE to any supported field in the
6846 * We can allow some features even when not supported by the
6912 * KVM emulates it in software so long as VMFUNC is supported.
6920 * checking for support, so declare that it is supported even
7011 * can be supported) and the list of features we want to expose -
7012 * because they are known to be properly supported in our code.