MAX_CPU            64 arch/powerpc/kvm/mpic.c #define OPENPIC_CPU_REG_SIZE         (0x100 + ((MAX_CPU - 1) * 0x1000))
MAX_CPU           224 arch/powerpc/kvm/mpic.c 	struct irq_dest dst[MAX_CPU];
MAX_CPU           546 arch/powerpc/kvm/mpic.c 	for (i = 0; i < MAX_CPU; i++) {
MAX_CPU          1743 arch/powerpc/kvm/mpic.c 	if (cpu < 0 || cpu >= MAX_CPU)
MAX_CPU           229 drivers/clk/mvebu/clk-cpu.c 	clk_data.clk_num = MAX_CPU;
MAX_CPU            58 samples/bpf/cpustat_kern.c 	.max_entries = MAX_CPU * MAP_OFF_NUM,
MAX_CPU            66 samples/bpf/cpustat_kern.c 	.max_entries = MAX_CPU * MAX_CSTATE_ENTRIES,
MAX_CPU            74 samples/bpf/cpustat_kern.c 	.max_entries = MAX_CPU * MAX_PSTATE_ENTRIES,
MAX_CPU           110 samples/bpf/cpustat_kern.c 	if (ctx->cpu_id > MAX_CPU)
MAX_CPU            37 samples/bpf/cpustat_user.c static struct cpu_stat_data stat_data[MAX_CPU];
MAX_CPU            64 samples/bpf/cpustat_user.c 	for (j = 0; j < MAX_CPU; j++) {
MAX_CPU            83 samples/bpf/cpustat_user.c 	for (c = 0; c < MAX_CPU; c++) {
MAX_CPU            25 samples/bpf/lathist_kern.c 	.max_entries = MAX_CPU,
MAX_CPU            68 samples/bpf/lathist_kern.c 	.max_entries = MAX_CPU * MAX_ENTRIES,
MAX_CPU            22 samples/bpf/lathist_user.c static struct cpu_hist cpu_hist[MAX_CPU];
MAX_CPU            44 samples/bpf/lathist_user.c 	for (j = 0; j < MAX_CPU; j++) {
MAX_CPU            67 samples/bpf/lathist_user.c 	for (i = 0; i < MAX_CPU; i++)
MAX_CPU            70 samples/bpf/lathist_user.c 	for (c = 0; c < MAX_CPU; c++) {