Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dperf_event.h174 #define IBS_FETCH_RAND_EN (1ULL<<57) macro
/linux-3.4.99/arch/x86/oprofile/
Dop_model_amd.c210 val |= ibs_config.rand_en ? IBS_FETCH_RAND_EN : 0; in op_amd_start_ibs()