Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dperf_event.h154 #define IBS_CAPS_AVAIL (1U<<0) macro
162 #define IBS_CAPS_DEFAULT (IBS_CAPS_AVAIL \
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c77 if (!(caps & IBS_CAPS_AVAIL)) in __get_ibs_caps()