Home
last modified time | relevance | path

Searched refs:CACHE_OP_UNSUPPORTED (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/kernel/
H A Dperf_event.c149 #define CACHE_OP_UNSUPPORTED 0xfffe macro
231 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
232 [C(RESULT_MISS)] = { CACHE_OP_UNSUPPORTED },
245 [ C(RESULT_ACCESS) ] = { CACHE_OP_UNSUPPORTED },
246 [ C(RESULT_MISS) ] = { CACHE_OP_UNSUPPORTED },
259 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
260 [C(RESULT_MISS)] = { CACHE_OP_UNSUPPORTED },
265 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
269 [ C(RESULT_ACCESS) ] = { CACHE_OP_UNSUPPORTED },
270 [ C(RESULT_MISS) ] = { CACHE_OP_UNSUPPORTED },
[all …]
/linux/arch/loongarch/kernel/
H A Dperf_event.c118 #define CACHE_OP_UNSUPPORTED 0xffffffff macro
126 [0 ... C(RESULT_MAX) - 1] = {CACHE_OP_UNSUPPORTED}, \
623 if (pev->event_id == CACHE_OP_UNSUPPORTED) in loongarch_pmu_map_cache_event()
/linux/drivers/perf/
H A Darm_pmu.c150 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()