Searched refs:X86_FEATURE_RTM (Results 1 – 5 of 5) sorted by relevance
244 #define X86_FEATURE_RTM ( 9*32+11) /* "rtm" Restricted Transactional Memory */ macro
5409 if (!boot_cpu_has(X86_FEATURE_RTM) && !boot_cpu_has(X86_FEATURE_HLE)) in hsw_hw_config()7215 return boot_cpu_has(X86_FEATURE_RTM) ? attr->mode : 0; in tsx_is_visible()7532 …return (cpu >= 0) && is_attr_for_this_pmu(kobj, attr) && cpu_has(&cpu_data(cpu), X86_FEATURE_RTM) … in hybrid_tsx_is_visible()8345 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()8387 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()8448 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()8501 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()8550 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()8580 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()8639 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()[all …]
433 return boot_cpu_has_bug(X86_BUG_TAA) && boot_cpu_has(X86_FEATURE_RTM); in taa_vulnerable()444 if (!boot_cpu_has(X86_FEATURE_RTM)) { in taa_select_mitigation()802 if ((x86_arch_cap_msr & ARCH_CAP_MDS_NO) && !boot_cpu_has(X86_FEATURE_RTM) && in srbds_select_mitigation()
2034 vmx_setup_uret_msr(vmx, MSR_IA32_TSX_CTRL, boot_cpu_has(X86_FEATURE_RTM)); in vmx_setup_uret_msrs()2311 if (boot_cpu_has(X86_FEATURE_RTM) && in vmx_get_supported_debugctl()2312 (host_initiated || guest_cpu_cap_has(vcpu, X86_FEATURE_RTM))) in vmx_get_supported_debugctl()7690 if (boot_cpu_has(X86_FEATURE_RTM)) { in vmx_vcpu_create()7997 if (boot_cpu_has(X86_FEATURE_RTM)) { in vmx_vcpu_after_set_cpuid()8001 bool enabled = guest_cpu_cap_has(vcpu, X86_FEATURE_RTM); in vmx_vcpu_after_set_cpuid()
180 #define X86_FEATURE_RTM KVM_X86_CPU_FEATURE(0x7, 0, EBX, 11)162 #define X86_FEATURE_RTM global() macro