Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/perf/
Disa207-common.h168 #define CNST_L1_QUAL_VAL(v) (((v) & 3) << 22) macro
169 #define CNST_L1_QUAL_MASK CNST_L1_QUAL_VAL(3)
Disa207-common.c486 value |= CNST_L1_QUAL_VAL(cache); in isa207_get_constraint()