Searched refs:NR_CPUS (Results 151 - 175 of 274) sorted by relevance

1234567891011

/linux-master/arch/xtensa/kernel/
H A Dsmp.c97 if (ncpus > NR_CPUS) {
98 ncpus = NR_CPUS;
/linux-master/arch/mips/mm/
H A Dinit.c522 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
559 unsigned long pgd_current[NR_CPUS];
H A Dc-octeon.c29 unsigned long long cache_err_dcache[NR_CPUS];
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c254 int userspace_pid[NR_CPUS];
255 int kill_userspace_mm[NR_CPUS];
/linux-master/arch/loongarch/kernel/
H A Dsetup.c62 struct cpuinfo_loongarch cpu_data[NR_CPUS] __read_mostly;
581 for (; i < NR_CPUS; i++)
H A Dunwind_prologue.c27 extern unsigned long pcpu_handlers[NR_CPUS];
H A Dacpi.c130 for (i = 0; i < NR_CPUS; i++) {
/linux-master/include/linux/
H A Dkernfs.h63 #define NR_KERNFS_LOCK_BITS (2 * (ilog2(NR_CPUS < 32 ? NR_CPUS : 32)))
/linux-master/arch/mips/sibyte/bcm1480/
H A Dirq.c163 for (i=0; i<NR_CPUS; i++) {
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_priv.h271 extern struct qman_portal *affine_portals[NR_CPUS];
/linux-master/arch/mips/sibyte/sb1250/
H A Dirq.c144 for (i=0; i<NR_CPUS; i++) {
/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c29 } apmu_cpus[NR_CPUS];
/linux-master/drivers/cpufreq/
H A Dsparc-us2e-cpufreq.c327 us2e_freq_table = kzalloc(NR_CPUS * sizeof(*us2e_freq_table),
/linux-master/arch/powerpc/platforms/cell/
H A Dcbe_regs.c46 } cbe_thread_map[NR_CPUS];
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c86 for (i = 0; i < NR_CPUS; i++) {
/linux-master/arch/powerpc/sysdev/xics/
H A Dicp-native.c46 static struct icp_ipl __iomem *icp_native_regs[NR_CPUS];
/linux-master/arch/powerpc/kernel/
H A Dinterrupt.c25 unsigned long global_dbcr0[NR_CPUS];
/linux-master/arch/csky/kernel/
H A Dsmp.c186 if (cpu >= NR_CPUS)
/linux-master/arch/openrisc/kernel/
H A Dsmp.c67 if (cpu_id < NR_CPUS)
/linux-master/arch/x86/include/asm/
H A Dpercpu.h632 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \
633 { [0 ... NR_CPUS-1] = _initvalue }; \
638 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \
639 { [0 ... NR_CPUS-1] = _initvalue }; \
/linux-master/arch/arc/kernel/
H A Dsmp.c59 * "possible-cpus" property in DeviceTree pretend all [0..NR_CPUS-1] exist.
67 NR_CPUS);
/linux-master/init/
H A Dinit_task.c80 .nr_cpus_allowed= NR_CPUS,
/linux-master/arch/s390/mm/
H A Dinit.c187 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
/linux-master/arch/sh/kernel/
H A Dsetup.c54 struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = {
/linux-master/arch/arm64/include/asm/
H A Dmemory.h439 # define INIT_MEMBLOCK_RESERVED_REGIONS (INIT_MEMBLOCK_REGIONS + NR_CPUS + 1)

Completed in 229 milliseconds

1234567891011