Lines Matching +full:0 +full:- +full:127
1 .. SPDX-License-Identifier: GPL-2.0
2 .. include:: ../disclaimer-zh_CN.rst
4 :Original: Documentation/admin-guide/cputopology.rst
16 Documentation/ABI/stable/sysfs-devices-system-cpu。
21 对于支持这个特性的体系结构,它必须在include/asm-XXX/topology.h中定义这些宏中的一部分::
42 它们未在include/asm-XXX/topology.h中定义:
44 1) topology_physical_package_id: -1
45 2) topology_die_id: -1
46 3) topology_cluster_id: -1
47 4) topology_core_id: 0
48 5) topology_book_id: -1
49 6) topology_drawer_id: -1
61 kernel_max: 内核配置允许的最大CPU下标值。[NR_CPUS-1]
76 在本例中,系统中有64个CPU,但是CPU 32-63超过了kernel_max值,因为NR_CPUS配置项是32,
77 取值范围被限制为0..31。此外注意CPU2和4-31未上线,但是可以上线,因为它们同时存在于
81 offline: 2,4-31,32-63
82 online: 0-1,3
83 possible: 0-31
84 present: 0-31
89 kernel_max: 127
90 offline: 2,4-127,128-143
91 online: 0-1,3
92 possible: 0-127
93 present: 0-3
95 阅读Documentation/core-api/cpu_hotplug.rst可了解开机参数possible_cpus=NUM,同时还