162306a36Sopenharmony_ciWhat: 		/sys/devices/system/cpu/dscr_default
262306a36Sopenharmony_ciDate:		13-May-2014
362306a36Sopenharmony_ciKernelVersion:	v3.15.0
462306a36Sopenharmony_ciContact:
562306a36Sopenharmony_ciDescription:	Writes are equivalent to writing to
662306a36Sopenharmony_ci		/sys/devices/system/cpu/cpuN/dscr on all CPUs.
762306a36Sopenharmony_ci		Reads return the last written value or 0.
862306a36Sopenharmony_ci		This value is not a global default: it is a way to set
962306a36Sopenharmony_ci		all per-CPU defaults at the same time.
1062306a36Sopenharmony_ciValues:		64 bit unsigned integer (bit field)
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciWhat: 		/sys/devices/system/cpu/cpu[0-9]+/dscr
1362306a36Sopenharmony_ciDate:		13-May-2014
1462306a36Sopenharmony_ciKernelVersion:	v3.15.0
1562306a36Sopenharmony_ciContact:
1662306a36Sopenharmony_ciDescription:	Default value for the Data Stream Control Register (DSCR) on
1762306a36Sopenharmony_ci		a CPU.
1862306a36Sopenharmony_ci		This default value is used when the kernel is executing and
1962306a36Sopenharmony_ci		for any process that has not set the DSCR itself.
2062306a36Sopenharmony_ci		If a process ever sets the DSCR (via direct access to the
2162306a36Sopenharmony_ci		SPR) that value will be persisted for that process and used
2262306a36Sopenharmony_ci		on any CPU where it executes (overriding the value described
2362306a36Sopenharmony_ci		here).
2462306a36Sopenharmony_ci		If set by a process it will be inherited by child processes.
2562306a36Sopenharmony_ciValues:		64 bit unsigned integer (bit field)
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/physical_package_id
2862306a36Sopenharmony_ciDescription:    physical package id of cpuX. Typically corresponds to a physical
2962306a36Sopenharmony_ci                socket number, but the actual value is architecture and platform
3062306a36Sopenharmony_ci                dependent.
3162306a36Sopenharmony_ciValues:         integer
3262306a36Sopenharmony_ci
3362306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/die_id
3462306a36Sopenharmony_ciDescription:    the CPU die ID of cpuX. Typically it is the hardware platform's
3562306a36Sopenharmony_ci                identifier (rather than the kernel's). The actual value is
3662306a36Sopenharmony_ci                architecture and platform dependent.
3762306a36Sopenharmony_ciValues:         integer
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/core_id
4062306a36Sopenharmony_ciDescription:    the CPU core ID of cpuX. Typically it is the hardware platform's
4162306a36Sopenharmony_ci                identifier (rather than the kernel's). The actual value is
4262306a36Sopenharmony_ci                architecture and platform dependent.
4362306a36Sopenharmony_ciValues:         integer
4462306a36Sopenharmony_ci
4562306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/cluster_id
4662306a36Sopenharmony_ciDescription:    the cluster ID of cpuX.  Typically it is the hardware platform's
4762306a36Sopenharmony_ci                identifier (rather than the kernel's). The actual value is
4862306a36Sopenharmony_ci                architecture and platform dependent.
4962306a36Sopenharmony_ciValues:         integer
5062306a36Sopenharmony_ci
5162306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/book_id
5262306a36Sopenharmony_ciDescription:    the book ID of cpuX. Typically it is the hardware platform's
5362306a36Sopenharmony_ci                identifier (rather than the kernel's). The actual value is
5462306a36Sopenharmony_ci                architecture and platform dependent. it's only used on s390.
5562306a36Sopenharmony_ciValues:         integer
5662306a36Sopenharmony_ci
5762306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/drawer_id
5862306a36Sopenharmony_ciDescription:    the drawer ID of cpuX. Typically it is the hardware platform's
5962306a36Sopenharmony_ci                identifier (rather than the kernel's). The actual value is
6062306a36Sopenharmony_ci                architecture and platform dependent. it's only used on s390.
6162306a36Sopenharmony_ciValues:         integer
6262306a36Sopenharmony_ci
6362306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/core_cpus
6462306a36Sopenharmony_ciDescription:    internal kernel map of CPUs within the same core.
6562306a36Sopenharmony_ci                (deprecated name: "thread_siblings")
6662306a36Sopenharmony_ciValues:         hexadecimal bitmask.
6762306a36Sopenharmony_ci
6862306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/core_cpus_list
6962306a36Sopenharmony_ciDescription:    human-readable list of CPUs within the same core.
7062306a36Sopenharmony_ci                The format is like 0-3, 8-11, 14,17.
7162306a36Sopenharmony_ci                (deprecated name: "thread_siblings_list").
7262306a36Sopenharmony_ciValues:         decimal list.
7362306a36Sopenharmony_ci
7462306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/package_cpus
7562306a36Sopenharmony_ciDescription:    internal kernel map of the CPUs sharing the same physical_package_id.
7662306a36Sopenharmony_ci                (deprecated name: "core_siblings").
7762306a36Sopenharmony_ciValues:         hexadecimal bitmask.
7862306a36Sopenharmony_ci
7962306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/package_cpus_list
8062306a36Sopenharmony_ciDescription:    human-readable list of CPUs sharing the same physical_package_id.
8162306a36Sopenharmony_ci                The format is like 0-3, 8-11, 14,17.
8262306a36Sopenharmony_ci                (deprecated name: "core_siblings_list")
8362306a36Sopenharmony_ciValues:         decimal list.
8462306a36Sopenharmony_ci
8562306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/die_cpus
8662306a36Sopenharmony_ciDescription:    internal kernel map of CPUs within the same die.
8762306a36Sopenharmony_ciValues:         hexadecimal bitmask.
8862306a36Sopenharmony_ci
8962306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/ppin
9062306a36Sopenharmony_ciDescription:    per-socket protected processor inventory number
9162306a36Sopenharmony_ciValues:         hexadecimal.
9262306a36Sopenharmony_ci
9362306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/die_cpus_list
9462306a36Sopenharmony_ciDescription:    human-readable list of CPUs within the same die.
9562306a36Sopenharmony_ci                The format is like 0-3, 8-11, 14,17.
9662306a36Sopenharmony_ciValues:         decimal list.
9762306a36Sopenharmony_ci
9862306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/cluster_cpus
9962306a36Sopenharmony_ciDescription:    internal kernel map of CPUs within the same cluster.
10062306a36Sopenharmony_ciValues:         hexadecimal bitmask.
10162306a36Sopenharmony_ci
10262306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/cluster_cpus_list
10362306a36Sopenharmony_ciDescription:    human-readable list of CPUs within the same cluster.
10462306a36Sopenharmony_ci                The format is like 0-3, 8-11, 14,17.
10562306a36Sopenharmony_ciValues:         decimal list.
10662306a36Sopenharmony_ci
10762306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/book_siblings
10862306a36Sopenharmony_ciDescription:    internal kernel map of cpuX's hardware threads within the same
10962306a36Sopenharmony_ci                book_id. it's only used on s390.
11062306a36Sopenharmony_ciValues:         hexadecimal bitmask.
11162306a36Sopenharmony_ci
11262306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/book_siblings_list
11362306a36Sopenharmony_ciDescription:    human-readable list of cpuX's hardware threads within the same
11462306a36Sopenharmony_ci                book_id.
11562306a36Sopenharmony_ci                The format is like 0-3, 8-11, 14,17. it's only used on s390.
11662306a36Sopenharmony_ciValues:         decimal list.
11762306a36Sopenharmony_ci
11862306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/drawer_siblings
11962306a36Sopenharmony_ciDescription:    internal kernel map of cpuX's hardware threads within the same
12062306a36Sopenharmony_ci                drawer_id. it's only used on s390.
12162306a36Sopenharmony_ciValues:         hexadecimal bitmask.
12262306a36Sopenharmony_ci
12362306a36Sopenharmony_ciWhat:           /sys/devices/system/cpu/cpuX/topology/drawer_siblings_list
12462306a36Sopenharmony_ciDescription:    human-readable list of cpuX's hardware threads within the same
12562306a36Sopenharmony_ci                drawer_id.
12662306a36Sopenharmony_ci                The format is like 0-3, 8-11, 14,17. it's only used on s390.
12762306a36Sopenharmony_ciValues:         decimal list.
128