Searched refs:CONFIG_NR_CPUS (Results 1 – 25 of 102) sorted by relevance
12345
15 #ifndef CONFIG_NR_CPUS17 #define CONFIG_NR_CPUS 1 macro21 #define NR_CPUS CONFIG_NR_CPUS
16 #undef CONFIG_NR_CPUS23 #define CONFIG_NR_CPUS 1 macro
48 #if CONFIG_NR_CPUS > ESPFIX_MAX_CPUS62 #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
219 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()
1 CONFIG_NR_CPUS=24
1 CONFIG_NR_CPUS=2
2 CONFIG_NR_CPUS=4
2 CONFIG_NR_CPUS=8
3 CONFIG_NR_CPUS=4
3 CONFIG_NR_CPUS=8
2 CONFIG_NR_CPUS=1
22 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in main()
Completed in 27 milliseconds