Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/perf/
Disa207-common.c289 } else if (event & EVENT_IS_L1) { in isa207_get_constraint()
392 if (event[i] & EVENT_IS_L1) { in isa207_compute_mmcr()
Disa207-common.h39 #define EVENT_IS_L1 (4 << EVENT_CACHE_SEL_SHIFT) macro