Searched refs:X86_FEATURE_RTM (Results 1 – 11 of 11) sorted by relevance
174 setup_clear_cpu_cap(X86_FEATURE_RTM); in tsx_init()227 setup_clear_cpu_cap(X86_FEATURE_RTM); in tsx_init()243 setup_force_cpu_cap(X86_FEATURE_RTM); in tsx_init()
559 return boot_cpu_has_bug(X86_BUG_TAA) && boot_cpu_has(X86_FEATURE_RTM); in taa_vulnerable()570 if (!boot_cpu_has(X86_FEATURE_RTM)) { in taa_select_mitigation()926 if ((x86_arch_cap_msr & ARCH_CAP_MDS_NO) && !boot_cpu_has(X86_FEATURE_RTM) && in srbds_select_mitigation()
1462 (cpu_has(c, X86_FEATURE_RTM) || in cpu_set_bug_bits()
244 #define X86_FEATURE_RTM ( 9*32+11) /* "rtm" Restricted Transactional Memory */ macro
578 (boot_cpu_has(X86_FEATURE_HLE) || boot_cpu_has(X86_FEATURE_RTM)) && in intel_pmu_refresh()579 (entry->ebx & (X86_FEATURE_HLE|X86_FEATURE_RTM))) { in intel_pmu_refresh()
1866 vmx_setup_uret_msr(vmx, MSR_IA32_TSX_CTRL, boot_cpu_has(X86_FEATURE_RTM)); in vmx_setup_uret_msrs()2134 if (boot_cpu_has(X86_FEATURE_RTM) && in vmx_get_supported_debugctl()2135 (host_initiated || guest_cpu_cap_has(vcpu, X86_FEATURE_RTM))) in vmx_get_supported_debugctl()7449 if (boot_cpu_has(X86_FEATURE_RTM)) { in vmx_vcpu_create()7754 if (boot_cpu_has(X86_FEATURE_RTM)) { in vmx_vcpu_after_set_cpuid()7758 bool enabled = guest_cpu_cap_has(vcpu, X86_FEATURE_RTM); in vmx_vcpu_after_set_cpuid()
111 #define TDX_FEATURE_TSX (__feature_bit(X86_FEATURE_HLE) | __feature_bit(X86_FEATURE_RTM))
4702 if (!boot_cpu_has(X86_FEATURE_RTM) && !boot_cpu_has(X86_FEATURE_HLE)) in hsw_hw_config()6250 return boot_cpu_has(X86_FEATURE_RTM) ? attr->mode : 0; in tsx_is_visible()7306 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()7348 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()7409 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()7460 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()7497 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()7526 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()7583 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()7621 extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? in intel_pmu_init()[all …]
242 boot_cpu_has(X86_FEATURE_RTM); in lbr_from_signext_quirk_needed()
197 (boot_cpu_has(X86_FEATURE_RTM) || boot_cpu_has(X86_FEATURE_HLE))) { in pmc_reprogram_counter()
1519 if (!guest_cpu_cap_has(vcpu, X86_FEATURE_RTM)) in kvm_dr6_fixed()1643 if (!boot_cpu_has(X86_FEATURE_RTM)) { in kvm_get_arch_capabilities()
Completed in 83 milliseconds