Home
last modified time | relevance | path

Searched refs:X86_FEATURE_IBS (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dcpufeature.h165 #define X86_FEATURE_IBS ( 6*32+10) /* Instruction Based Sampling */ macro
/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c676 if (!boot_cpu_has(X86_FEATURE_IBS)) in __get_ibs_caps()