Home
last modified time | relevance | path

Searched refs:maxcpus (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/kernel/
H A Dvsmp_64.c100 unsigned int cfg, topology, node_shift, maxcpus; in vsmp_cap_cpus() local
121 maxcpus = (topology & ((1 << node_shift) - 1)) + 1; in vsmp_cap_cpus()
124 maxcpus); in vsmp_cap_cpus()
125 setup_max_cpus = maxcpus; in vsmp_cap_cpus()
/linux/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh88 if test "$3" -gt "$maxcpus"
90 echo $maxcpus
/linux/tools/testing/selftests/rcutorture/configs/rcu/
H A DTREE01.boot1 maxcpus=8 nr_cpus=43
/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst44 ``maxcpus=n``
45 限制启动时的CPU为 *n* 个。例如,如果你有四个CPU,使用 ``maxcpus=2`` 将只能启
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210-universal_c210.dts34 bootargs = "root=/dev/mmcblk0p5 rw rootwait earlyprintk panic=5 maxcpus=1";
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst33 ``maxcpus=n``
35 ``maxcpus=2`` will only boot two. You can choose to bring the
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996-sony-xperia-tone.dtsi28 bootargs = "maxcpus=2";
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3326 maxcpus= [SMP,EARLY] Maximum number of processors that an SMP kernel
3327 will bring up during bootup. maxcpus=n : n >= 0 limits
3330 "echo 1 > /sys/devices/system/cpu/cpuX/online". So maxcpus
4234 and disable the IO APIC. legacy for "maxcpus=0".