Searched refs:arm_cpu_max (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/arm/nvidia/
H A Dsoc_tegra124.c66 arm_cpu_max = 1 + __SHIFTOUT(armreg_l2ctrl_read(), L2CTRL_NUMCPU);
67 KASSERT(arm_cpu_max == 4);
74 for (u_int cpuindex = 1; cpuindex < arm_cpu_max; cpuindex++) {
H A Dtegra_platform.c118 arm_cpu_max = 1 + __SHIFTOUT(armreg_l2ctrl_read(), L2CTRL_NUMCPU);
/netbsd-current/sys/arch/arm/mainbus/
H A Dcpu_mainbus.c73 #define arm_cpu_max 1 macro
85 if (id >= arm_cpu_max)
100 for (id = 1; id < arm_cpu_max; id++) {
/netbsd-current/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c243 for (u_int cpuindex = 1; cpuindex < arm_cpu_max; cpuindex++) {
292 arm_cpu_max = 1 + (scu_cfg & SCU_CFG_CPUMAX);
323 arm_cpu_max + 1, arm_cpu_max + 1 ? "s" : "",
/netbsd-current/sys/arch/arm/vexpress/
H A Dvexpress_platform.c140 for (u_int cpuindex = 1; cpuindex < arm_cpu_max; cpuindex++) {
184 arm_cpu_max = 1 + __SHIFTOUT(armreg_l2ctrl_read(), L2CTRL_NUMCPU);
/netbsd-current/sys/arch/arm/arm/
H A Dcpu_subr.c71 u_int arm_cpu_max = 1; variable
/netbsd-current/sys/arch/arm/fdt/
H A Dcpu_fdt.c152 arm_cpu_max = 1;
157 arm_cpu_max = 0;
168 arm_cpu_max++;
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_platform.c295 arm_cpu_max = 1 + __SHIFTOUT(armreg_l2ctrl_read(), L2CTRL_NUMCPU);
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_platform.c275 for (int i = 1; i < arm_cpu_max; i++) {
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h57 extern u_int arm_cpu_max;
/netbsd-current/sys/arch/arm/acpi/
H A Dacpi_platform.c306 arm_cpu_max++;
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm283x_platform.c1286 arm_cpu_max = RPI_CPU_MAX;
1310 arm_cpu_max = RPI_CPU_MAX;
/netbsd-current/sys/arch/arm/arm32/
H A Darm32_kvminit.c462 const size_t cpu_num = arm_cpu_max;
H A Dpmap.c6524 nptes *= arm_cpu_max;

Completed in 144 milliseconds