Searched refs:NR_CPUS (Results 26 - 50 of 274) sorted by relevance

1234567891011

/linux-master/arch/xtensa/include/asm/
H A Dfixmap.h25 (KM_MAX_IDX * NR_CPUS * DCACHE_N_COLORS) - 1,
/linux-master/arch/csky/include/asm/
H A Dfixmap.h19 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
/linux-master/arch/mips/include/asm/
H A Dfixmap.h55 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
H A Dirq.h22 extern void *irq_stack[NR_CPUS];
/linux-master/arch/x86/include/asm/
H A Dcpumask.h13 #if NR_CPUS > 1
H A Dpgtable_32_areas.h27 #define CPU_ENTRY_AREA_PAGES (NR_CPUS * DIV_ROUND_UP(sizeof(struct cpu_entry_area), PAGE_SIZE))
/linux-master/arch/loongarch/include/asm/vdso/
H A Dvdso.h18 struct vdso_pcpu_data pdata[NR_CPUS];
/linux-master/arch/s390/kernel/
H A Dvmcore_info.c14 VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS);
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_alloc.h14 #define NR_CPUS (sizeof(struct cpumask) * 8) macro
16 static void __arena * __arena page_frag_cur_page[NR_CPUS];
17 static int __arena page_frag_cur_offset[NR_CPUS];
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dtopology.h14 extern struct cpuinfo_ip27 sn_cpu_info[NR_CPUS];
/linux-master/arch/sh/include/asm/
H A Dfixmap.h51 FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * NR_CPUS) - 1,
H A Dsmp.h18 extern int __cpu_number_map[NR_CPUS];
22 extern int __cpu_logical_map[NR_CPUS];
/linux-master/include/linux/
H A Dmm_types_task.h19 #define USE_SPLIT_PTE_PTLOCKS (NR_CPUS >= CONFIG_SPLIT_PTLOCK_CPUS)
/linux-master/arch/loongarch/include/asm/
H A Dbootinfo.h27 #define NR_WORDS DIV_ROUND_UP(NR_CPUS, BITS_PER_LONG)
H A Dsmp.h53 extern int __cpu_number_map[NR_CPUS];
57 extern int __cpu_logical_map[NR_CPUS];
/linux-master/tools/testing/selftests/rseq/
H A Drun_param_test.sh4 NR_CPUS=`grep '^processor' /proc/cpuinfo | wc -l`
35 NR_THREADS=$((6*${NR_CPUS}))
/linux-master/arch/sparc/include/asm/
H A Dirq_64.h93 extern void *hardirq_stack[NR_CPUS];
94 extern void *softirq_stack[NR_CPUS];
H A Dvaddrs.h41 FIX_KMAP_END = (KM_MAX_IDX * NR_CPUS),
H A Dsmp_64.h35 extern cpumask_t cpu_core_map[NR_CPUS];
/linux-master/arch/alpha/include/asm/
H A Dsmp.h41 extern struct cpuinfo_alpha cpu_data[NR_CPUS];
/linux-master/arch/arc/include/asm/
H A Dhighmem.h20 #define FIX_KMAP_SLOTS (KM_MAX_IDX * NR_CPUS)
/linux-master/arch/arm/include/asm/
H A Dfixmap.h17 FIX_KMAP_END = FIX_KMAP_BEGIN + (KM_MAX_IDX * NR_CPUS) - 1,
/linux-master/arch/sh/kernel/
H A Dirq.c66 static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly;
67 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly;
69 static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
70 static char hardirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
/linux-master/arch/arm/mach-shmobile/
H A Dheadsmp.S118 cmp r1, #NR_CPUS
141 .space NR_CPUS * 4
144 .space NR_CPUS * 4
147 .space NR_CPUS * 4
/linux-master/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c40 if (nr < 0 || nr >= NR_CPUS)
64 if (nr < 0 || nr >= NR_CPUS)

Completed in 324 milliseconds

1234567891011