Home
last modified time | relevance | path

Searched refs:CONFIG_NR_CPUS (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dthreads.h15 #ifndef CONFIG_NR_CPUS
17 #define CONFIG_NR_CPUS 1 macro
21 #define NR_CPUS CONFIG_NR_CPUS
/kernel/linux/linux-6.6/include/linux/
H A Dthreads.h15 #ifndef CONFIG_NR_CPUS
17 #define CONFIG_NR_CPUS 1 macro
21 #define NR_CPUS CONFIG_NR_CPUS
/kernel/linux/linux-5.10/arch/x86/entry/vdso/vdso32/
H A Dvclock_gettime.c16 #undef CONFIG_NR_CPUS macro
23 #define CONFIG_NR_CPUS 1 macro
/kernel/linux/linux-6.6/arch/x86/entry/vdso/vdso32/
H A Dfake_32bit_build.h14 #undef CONFIG_NR_CPUS macro
21 #define CONFIG_NR_CPUS 1 macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dqspinlock_types.h49 #if CONFIG_NR_CPUS > (1U << _Q_OWNER_CPU_BITS)
50 #error "qspinlock does not support such large CONFIG_NR_CPUS"
68 #if CONFIG_NR_CPUS >= (1U << _Q_TAIL_CPU_BITS)
69 #error "qspinlock does not support such large CONFIG_NR_CPUS"
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Despfix_64.c48 #if CONFIG_NR_CPUS > ESPFIX_MAX_CPUS
62 #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c219 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()
233 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Despfix_64.c48 #if CONFIG_NR_CPUS > ESPFIX_MAX_CPUS
62 #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
/kernel/linux/linux-5.10/kernel/
H A Dbounds.c22 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in main()
/kernel/linux/linux-6.6/kernel/
H A Dbounds.c22 DEFINE(NR_CPUS_BITS, bits_per(CONFIG_NR_CPUS)); in main()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dnuma.h24 extern s16 __cpuid_to_node[CONFIG_NR_CPUS];
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dnuma.h22 extern s16 __cpuid_to_node[CONFIG_NR_CPUS];
/kernel/linux/linux-5.10/include/asm-generic/
H A Dqspinlock_types.h74 #if CONFIG_NR_CPUS < (1U << 14)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dqspinlock_types.h74 #if CONFIG_NR_CPUS < (1U << 14)
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c219 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()
236 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dsvm.c67 #define NR_DTL_PAGE (DISPATCH_LOG_BYTES * CONFIG_NR_CPUS / PAGE_SIZE)
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dsvm.c85 #define NR_DTL_PAGE (DISPATCH_LOG_BYTES * CONFIG_NR_CPUS / PAGE_SIZE)
/kernel/linux/linux-5.10/arch/arm/mach-zynq/
H A Dplatsmp.c99 for (i = 0; i < ncores && i < CONFIG_NR_CPUS; i++) in zynq_smp_init_cpus()
/kernel/linux/linux-6.6/arch/arm/mach-zynq/
H A Dplatsmp.c99 for (i = 0; i < ncores && i < CONFIG_NR_CPUS; i++) in zynq_smp_init_cpus()
/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-cpu.c137 BUILD_BUG_ON(CONFIG_NR_CPUS > 9999); in ledtrig_cpu_init()
/kernel/linux/linux-6.6/drivers/leds/trigger/
H A Dledtrig-cpu.c137 BUILD_BUG_ON(CONFIG_NR_CPUS > 9999); in ledtrig_cpu_init()
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H A Dnuma.c44 s16 __cpuid_to_node[CONFIG_NR_CPUS] = {
45 [0 ... CONFIG_NR_CPUS - 1] = NUMA_NO_NODE
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dnuma.c44 s16 __cpuid_to_node[CONFIG_NR_CPUS] = {
45 [0 ... CONFIG_NR_CPUS - 1] = NUMA_NO_NODE
/kernel/linux/linux-5.10/mm/kasan/
H A Dquarantine.c95 (1024 > 4 * CONFIG_NR_CPUS ? 1024 : 4 * CONFIG_NR_CPUS)
/kernel/linux/linux-6.6/mm/kasan/
H A Dquarantine.c85 (1024 > 4 * CONFIG_NR_CPUS ? 1024 : 4 * CONFIG_NR_CPUS)

Completed in 11 milliseconds

12