Home
last modified time | relevance | path

Searched refs:X86_FEATURE_ARCH_LBR (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/arch/x86/events/intel/
Dlbr.c109 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in is_lbr_call_stack_bit_set()
138 if (!static_cpu_has(X86_FEATURE_ARCH_LBR) && !pmi && cpuc->lbr_sel) in __intel_pmu_lbr_enable()
144 if (!static_cpu_has(X86_FEATURE_ARCH_LBR)) in __intel_pmu_lbr_enable()
159 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in __intel_pmu_lbr_enable()
200 if (!static_cpu_has(X86_FEATURE_ARCH_LBR) && cpuc->lbr_select) in intel_pmu_lbr_reset()
418 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in lbr_is_reset_in_cstate()
625 if (!static_cpu_has(X86_FEATURE_ARCH_LBR)) in release_lbr_buffers()
644 if (!static_cpu_has(X86_FEATURE_ARCH_LBR)) in reserve_lbr_buffers()
702 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in intel_pmu_lbr_disable_all()
861 if (static_cpu_has(X86_FEATURE_ARCH_LBR) && in get_lbr_cycles()
[all …]
Dcore.c6003 if (boot_cpu_has(X86_FEATURE_ARCH_LBR)) in intel_pmu_init()
6832 if (boot_cpu_has(X86_FEATURE_ARCH_LBR)) { in intel_pmu_init()
/linux-6.6.21/arch/x86/kernel/fpu/
Dxstate.h66 if (!cpu_feature_enabled(X86_FEATURE_ARCH_LBR)) in xfeatures_mask_independent()
/linux-6.6.21/tools/arch/x86/include/asm/
Dcpufeatures.h417 #define X86_FEATURE_ARCH_LBR (18*32+19) /* Intel ARCH LBR */ macro
/linux-6.6.21/arch/x86/include/asm/
Dcpufeatures.h422 #define X86_FEATURE_ARCH_LBR (18*32+19) /* Intel ARCH LBR */ macro
/linux-6.6.21/arch/x86/events/
Dperf_event.h1058 if (static_cpu_has(X86_FEATURE_ARCH_LBR)) in task_context_opt()
/linux-6.6.21/arch/x86/kvm/vmx/
Dvmx.c7853 if (!cpu_feature_enabled(X86_FEATURE_ARCH_LBR)) { in vmx_get_perf_capabilities()