Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/perf/
Disa207-common.c325 if (event & EVENT_WANTS_BHRB) { in isa207_get_constraint()
425 if (event[i] & EVENT_WANTS_BHRB) { in isa207_compute_mmcr()
Disa207-common.h24 #define EVENT_WANTS_BHRB (EVENT_BHRB_MASK << EVENT_BHRB_SHIFT) macro