Lines Matching defs:supported
33 * Hyper-V requires all of these, so mark them as supported even though
864 CC(e->index == MSR_IA32_SMM_MONITOR_CTL) || /* SMM is not supported */
873 if (CC(e->index == MSR_IA32_SMBASE) || /* SMM is not supported */
1304 u64 supported;
1308 supported = vmx_control_msr(*lowp, *highp);
1311 if (!is_bitwise_subset(data, supported, GENMASK_ULL(31, 0)))
1315 if (!is_bitwise_subset(supported, data, GENMASK_ULL(63, 32)))
1553 * configured to support "VMWRITE to any supported field in the VMCS").
2031 * Guest should be aware of supported eVMCS versions by host by
2040 * which is one of the supported versions specified in
2043 * To overcome Hyper-V bug, we accept here either a supported
2346 * on the related bits (if supported by the CPU) in the hope that
2699 /* AD, if set, should be supported */
4981 * The first 4 bytes of VMXON region contain the supported
5238 * If the vCPU supports "VMWRITE to any supported field in the
5612 * VMFUNC is only supported for nested guests, but we always enable the
6430 * can be supported) and the list of features we want to expose -
6431 * because they are known to be properly supported in our code.
6516 * We can allow some features even when not supported by the
6595 * checking for support, so declare that it is supported even