Home
last modified time | relevance | path

Searched refs:CONFIG_NR_CPUS (Results 1 – 25 of 130) sorted by relevance

123456

/OK3568_Linux_fs/kernel/include/linux/
H A Dthreads.h15 #ifndef CONFIG_NR_CPUS
17 #define CONFIG_NR_CPUS 1 macro
21 #define NR_CPUS CONFIG_NR_CPUS
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/vdso32/
H A Dvclock_gettime.c16 #undef CONFIG_NR_CPUS
23 #define CONFIG_NR_CPUS 1 macro
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_amp.c45 } cpu_boot_info[CONFIG_NR_CPUS];
51 for (i = 0; i < CONFIG_NR_CPUS; i++) { in get_cpu_boot_info_idx()
179 if (idx >= CONFIG_NR_CPUS) in rockchip_amp_boot_cpus()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/powerpc/configs/
H A D86xx-smp.config1 CONFIG_NR_CPUS=2
H A D85xx-smp.config1 CONFIG_NR_CPUS=24
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/configs/lock/
H A DLOCK052 CONFIG_NR_CPUS=4
H A DLOCK032 CONFIG_NR_CPUS=4
H A DLOCK022 CONFIG_NR_CPUS=4
H A DLOCK062 CONFIG_NR_CPUS=4
H A DLOCK042 CONFIG_NR_CPUS=4
H A DLOCK072 CONFIG_NR_CPUS=4
H A DLOCK012 CONFIG_NR_CPUS=8
H A DBUSTED2 CONFIG_NR_CPUS=4
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/configs/rcu/
H A DBUSTED3 CONFIG_NR_CPUS=4
H A DSRCU-N3 CONFIG_NR_CPUS=4
H A DTASKS032 CONFIG_NR_CPUS=2
H A DTASKS012 CONFIG_NR_CPUS=2
H A DRUDE012 CONFIG_NR_CPUS=2
H A DTRIVIAL2 CONFIG_NR_CPUS=8
H A DSRCU-P3 CONFIG_NR_CPUS=8
H A DTRACE012 CONFIG_NR_CPUS=4
H A DTRACE022 CONFIG_NR_CPUS=4
/OK3568_Linux_fs/kernel/kernel/
H A Dbounds.c22 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in main()

123456