Home
last modified time | relevance | path

Searched refs:NSI_N_CPUS (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/
Dnsi_cpu_ctrl.c12 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()
Dnsi_config.h10 #ifndef NSI_N_CPUS
11 #define NSI_N_CPUS 1 macro
Dmain.c36 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()
/Zephyr-Core-3.7.0/boards/native/common/
Dnatsim_config.cmake22 "NSI_N_CPUS:=${CONFIG_NATIVE_SIMULATOR_NUMBER_MCUS}"
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/common/
Dbsim_args_runner.c75 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()
/Zephyr-Core-3.7.0/scripts/native_simulator/
DMakefile31 NSI_N_CPUS?=1 macro
67 CFLAGS:=${NSI_DEBUG} ${NSI_WARNINGS} ${NSI_OPT} ${NO_PIE_CO} -DNSI_N_CPUS=${NSI_N_CPUS} \