Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dmpc7450-pmu.c35 #define N_CLASSES 5 macro
143 static u32 classbits[N_CLASSES - 1][2] = {
244 static const u8 classmap[N_CLASSES] = {
264 u8 event_index[N_CLASSES][N_COUNTER]; in mpc7450_compute_mmcr()
265 int n_classevent[N_CLASSES]; in mpc7450_compute_mmcr()
275 for (i = 0; i < N_CLASSES; ++i) in mpc7450_compute_mmcr()
286 for (class = N_CLASSES - 1; class >= 0; --class) { in mpc7450_compute_mmcr()