Searched refs:NR_CPUS (Results 201 - 225 of 274) sorted by relevance

1234567891011

/linux-master/drivers/irqchip/
H A Dirq-bcm7038-l1.c41 struct bcm7038_l1_cpu *cpus[NR_CPUS];
H A Dirq-loongson-eiointc.c33 #define MAX_EIO_NODES (NR_CPUS / CORES_PER_EIO_NODE)
H A Dirq-mips-gic.c267 if (cpu >= NR_CPUS)
/linux-master/arch/x86/kernel/
H A Dhead_64.S295 cmpl $NR_CPUS, %ecx
H A Dkgdb.c494 static DECLARE_BITMAP(was_in_debug_nmi, NR_CPUS);
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c36 struct riscv_isainfo hart_isa[NR_CPUS];
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile11 NR_CPUS ?= 4 macro
293 -smp $(NR_CPUS) \
335 printf 'CONFIG_NR_CPUS=$(NR_CPUS)\nCONFIG_INITRAMFS_SOURCE="$(BUILD_PATH)/init-cpio-spec.txt"\n' >> $(KERNEL_BUILD_PATH)/minimal.config
/linux-master/kernel/rcu/
H A Dtree_plugin.h66 if (nr_cpu_ids != NR_CPUS)
67 pr_info("\tRCU restricting CPUs from NR_CPUS=%d to nr_cpu_ids=%u.\n", NR_CPUS, nr_cpu_ids);
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c865 for (i = 0; i < NR_CPUS; i++) {
900 sz = NR_CPUS * (2 * sizeof(struct cheetah_err_info));
917 for (i = 0; i < 2 * NR_CPUS; i++)
2819 u64 cpu_mondo_counter[NR_CPUS] = {0};
2820 struct trap_per_cpu trap_block[NR_CPUS];
H A Dprocess_64.c188 union global_cpu_snapshot global_cpu_snapshot[NR_CPUS];
/linux-master/arch/sparc/mm/
H A Dinit_64.c224 ((1UL<<ilog2(roundup_pow_of_two(NR_CPUS)))-1UL)
934 int numa_cpu_lookup_table[NR_CPUS];
1110 for (i = 0; i < NR_CPUS; i++)
2317 ilog2(roundup_pow_of_two(NR_CPUS)) > 32);
2319 BUILD_BUG_ON(NR_CPUS > 4096);
/linux-master/drivers/crypto/
H A Dn2_core.c1642 for (i = 0; i < NR_CPUS; i++) {
1848 cpu_to_cwq = kcalloc(NR_CPUS, sizeof(struct spu_queue *),
1853 cpu_to_mau = kcalloc(NR_CPUS, sizeof(struct spu_queue *),
/linux-master/kernel/debug/
H A Dgdbstub.c437 if (tid < -1 && tid > -NR_CPUS - 2) {
H A Ddebug_core.c65 struct debuggerinfo_struct kgdb_info[NR_CPUS];
/linux-master/include/asm-generic/
H A Dpercpu.h19 extern unsigned long __per_cpu_offset[NR_CPUS];
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c301 return NR_CPUS;
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c460 bool needs_revert[NR_CPUS] = {false};
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_inline.h624 ha->qp_cpu_map = kcalloc(NR_CPUS, sizeof(struct qla_qpair *),
/linux-master/kernel/
H A Dtorture.c183 static int torture_online_cpus = NR_CPUS;
H A Dtaskstats.c30 #define TASKSTATS_CPUMASK_MAXLEN (100+6*NR_CPUS)
/linux-master/arch/s390/kernel/
H A Dtopology.c61 struct cpu_topology_s390 cpu_topology[NR_CPUS];
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c835 unsigned long __per_cpu_offset[NR_CPUS] __read_mostly;
/linux-master/arch/mips/kernel/
H A Dgenex.S422 .fill LONGSIZE * NR_CPUS
/linux-master/arch/mips/loongson64/
H A Dsmp.c36 static uint32_t core0_c0count[NR_CPUS];
472 /* For unified kernel, NR_CPUS is the maximum possible value,
/linux-master/drivers/base/
H A Darch_topology.c724 struct cpu_topology cpu_topology[NR_CPUS];

Completed in 518 milliseconds

1234567891011