Home
last modified time | relevance | path

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

/linux-4.1.27/arch/metag/kernel/perf/
Dperf_event.h104 #define CACHE_OP_NONSENSE 0xffff macro
/linux-4.1.27/arch/sparc/kernel/
Dperf_event.c148 #define CACHE_OP_NONSENSE 0xffff macro
239 [ C(RESULT_ACCESS) ] = { CACHE_OP_NONSENSE },
240 [ C(RESULT_MISS) ] = { CACHE_OP_NONSENSE },
377 [ C(RESULT_ACCESS) ] = { CACHE_OP_NONSENSE },
378 [ C(RESULT_MISS) ] = { CACHE_OP_NONSENSE },
512 [ C(RESULT_ACCESS) ] = { CACHE_OP_NONSENSE },
513 [ C(RESULT_MISS) ] = { CACHE_OP_NONSENSE },
649 [ C(RESULT_ACCESS) ] = { CACHE_OP_NONSENSE },
650 [ C(RESULT_MISS) ] = { CACHE_OP_NONSENSE },
1206 if (pmap->encoding == CACHE_OP_NONSENSE) in sparc_map_cache_event()