Searched refs:NSI_N_CPUS (Results 1 – 6 of 6) sorted by relevance
12 static bool cpu_auto_start[NSI_N_CPUS] = {true}; /* Only the first core starts on its own */13 static bool cpu_booted[NSI_N_CPUS];16 if (cpu_n >= NSI_N_CPUS) { \18 __func__, cpu_n, NSI_N_CPUS); \35 for (int i = 0; i < NSI_N_CPUS; i++) { in nsi_cpu_auto_boot()
10 #ifndef NSI_N_CPUS11 #define NSI_N_CPUS 1 macro
36 for (int i = 0; i < NSI_N_CPUS; i++) { in nsi_exit_inner()71 for (int i = 0; i < NSI_N_CPUS; i++) { in nsi_init()78 for (int i = 0; i < NSI_N_CPUS; i++) { in nsi_init()
22 "NSI_N_CPUS:=${CONFIG_NATIVE_SIMULATOR_NUMBER_MCUS}"
75 for (int i = 0; i < NSI_N_CPUS; i++) { in print_mcus_info()118 "testcase init function), where 0 <= n < " NSI_STRINGIFY(NSI_N_CPUS) in bsim_register_basic_args()
31 NSI_N_CPUS?=1 macro67 CFLAGS:=${NSI_DEBUG} ${NSI_WARNINGS} ${NSI_OPT} ${NO_PIE_CO} -DNSI_N_CPUS=${NSI_N_CPUS} \