Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/perf/
Dmpc7450-pmu.c39 #define N_CLASSES 5 macro
147 static u32 classbits[N_CLASSES - 1][2] = {
248 static const u8 classmap[N_CLASSES] = {
267 u8 event_index[N_CLASSES][N_COUNTER]; in mpc7450_compute_mmcr()
268 int n_classevent[N_CLASSES]; in mpc7450_compute_mmcr()
278 for (i = 0; i < N_CLASSES; ++i) in mpc7450_compute_mmcr()
289 for (class = N_CLASSES - 1; class >= 0; --class) { in mpc7450_compute_mmcr()