~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/stable/sysfs-devices-system-cpu

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/stable/sysfs-devices-system-cpu (Version linux-6.12-rc7) and /Documentation/ABI/stable/sysfs-devices-system-cpu (Version linux-6.4.16)


  1 What:           /sys/devices/system/cpu/dscr_d      1 What:           /sys/devices/system/cpu/dscr_default
  2 Date:           13-May-2014                         2 Date:           13-May-2014
  3 KernelVersion:  v3.15.0                             3 KernelVersion:  v3.15.0
  4 Contact:                                            4 Contact:
  5 Description:    Writes are equivalent to writi      5 Description:    Writes are equivalent to writing to
  6                 /sys/devices/system/cpu/cpuN/d      6                 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
  7                 Reads return the last written       7                 Reads return the last written value or 0.
  8                 This value is not a global def      8                 This value is not a global default: it is a way to set
  9                 all per-CPU defaults at the sa      9                 all per-CPU defaults at the same time.
 10 Values:         64 bit unsigned integer (bit f     10 Values:         64 bit unsigned integer (bit field)
 11                                                    11 
 12 What:           /sys/devices/system/cpu/cpu[0-     12 What:           /sys/devices/system/cpu/cpu[0-9]+/dscr
 13 Date:           13-May-2014                        13 Date:           13-May-2014
 14 KernelVersion:  v3.15.0                            14 KernelVersion:  v3.15.0
 15 Contact:                                           15 Contact:
 16 Description:    Default value for the Data Str     16 Description:    Default value for the Data Stream Control Register (DSCR) on
 17                 a CPU.                             17                 a CPU.
 18                 This default value is used whe     18                 This default value is used when the kernel is executing and
 19                 for any process that has not s     19                 for any process that has not set the DSCR itself.
 20                 If a process ever sets the DSC     20                 If a process ever sets the DSCR (via direct access to the
 21                 SPR) that value will be persis     21                 SPR) that value will be persisted for that process and used
 22                 on any CPU where it executes (     22                 on any CPU where it executes (overriding the value described
 23                 here).                             23                 here).
 24                 If set by a process it will be     24                 If set by a process it will be inherited by child processes.
 25 Values:         64 bit unsigned integer (bit f     25 Values:         64 bit unsigned integer (bit field)
 26                                                    26 
 27 What:           /sys/devices/system/cpu/cpuX/t     27 What:           /sys/devices/system/cpu/cpuX/topology/physical_package_id
 28 Description:    physical package id of cpuX. T     28 Description:    physical package id of cpuX. Typically corresponds to a physical
 29                 socket number, but the actual      29                 socket number, but the actual value is architecture and platform
 30                 dependent.                         30                 dependent.
 31 Values:         integer                            31 Values:         integer
 32                                                    32 
 33 What:           /sys/devices/system/cpu/cpuX/t     33 What:           /sys/devices/system/cpu/cpuX/topology/die_id
 34 Description:    the CPU die ID of cpuX. Typica     34 Description:    the CPU die ID of cpuX. Typically it is the hardware platform's
 35                 identifier (rather than the ke     35                 identifier (rather than the kernel's). The actual value is
 36                 architecture and platform depe     36                 architecture and platform dependent.
 37 Values:         integer                            37 Values:         integer
 38                                                    38 
 39 What:           /sys/devices/system/cpu/cpuX/t     39 What:           /sys/devices/system/cpu/cpuX/topology/core_id
 40 Description:    the CPU core ID of cpuX. Typic     40 Description:    the CPU core ID of cpuX. Typically it is the hardware platform's
 41                 identifier (rather than the ke     41                 identifier (rather than the kernel's). The actual value is
 42                 architecture and platform depe     42                 architecture and platform dependent.
 43 Values:         integer                            43 Values:         integer
 44                                                    44 
 45 What:           /sys/devices/system/cpu/cpuX/t     45 What:           /sys/devices/system/cpu/cpuX/topology/cluster_id
 46 Description:    the cluster ID of cpuX.  Typic     46 Description:    the cluster ID of cpuX.  Typically it is the hardware platform's
 47                 identifier (rather than the ke     47                 identifier (rather than the kernel's). The actual value is
 48                 architecture and platform depe     48                 architecture and platform dependent.
 49 Values:         integer                            49 Values:         integer
 50                                                    50 
 51 What:           /sys/devices/system/cpu/cpuX/t     51 What:           /sys/devices/system/cpu/cpuX/topology/book_id
 52 Description:    the book ID of cpuX. Typically     52 Description:    the book ID of cpuX. Typically it is the hardware platform's
 53                 identifier (rather than the ke     53                 identifier (rather than the kernel's). The actual value is
 54                 architecture and platform depe     54                 architecture and platform dependent. it's only used on s390.
 55 Values:         integer                            55 Values:         integer
 56                                                    56 
 57 What:           /sys/devices/system/cpu/cpuX/t     57 What:           /sys/devices/system/cpu/cpuX/topology/drawer_id
 58 Description:    the drawer ID of cpuX. Typical     58 Description:    the drawer ID of cpuX. Typically it is the hardware platform's
 59                 identifier (rather than the ke     59                 identifier (rather than the kernel's). The actual value is
 60                 architecture and platform depe     60                 architecture and platform dependent. it's only used on s390.
 61 Values:         integer                            61 Values:         integer
 62                                                    62 
 63 What:           /sys/devices/system/cpu/cpuX/t     63 What:           /sys/devices/system/cpu/cpuX/topology/core_cpus
 64 Description:    internal kernel map of CPUs wi     64 Description:    internal kernel map of CPUs within the same core.
 65                 (deprecated name: "thread_sibl     65                 (deprecated name: "thread_siblings")
 66 Values:         hexadecimal bitmask.               66 Values:         hexadecimal bitmask.
 67                                                    67 
 68 What:           /sys/devices/system/cpu/cpuX/t     68 What:           /sys/devices/system/cpu/cpuX/topology/core_cpus_list
 69 Description:    human-readable list of CPUs wi     69 Description:    human-readable list of CPUs within the same core.
 70                 The format is like 0-3, 8-11,      70                 The format is like 0-3, 8-11, 14,17.
 71                 (deprecated name: "thread_sibl     71                 (deprecated name: "thread_siblings_list").
 72 Values:         decimal list.                      72 Values:         decimal list.
 73                                                    73 
 74 What:           /sys/devices/system/cpu/cpuX/t     74 What:           /sys/devices/system/cpu/cpuX/topology/package_cpus
 75 Description:    internal kernel map of the CPU     75 Description:    internal kernel map of the CPUs sharing the same physical_package_id.
 76                 (deprecated name: "core_siblin     76                 (deprecated name: "core_siblings").
 77 Values:         hexadecimal bitmask.               77 Values:         hexadecimal bitmask.
 78                                                    78 
 79 What:           /sys/devices/system/cpu/cpuX/t     79 What:           /sys/devices/system/cpu/cpuX/topology/package_cpus_list
 80 Description:    human-readable list of CPUs sh     80 Description:    human-readable list of CPUs sharing the same physical_package_id.
 81                 The format is like 0-3, 8-11,      81                 The format is like 0-3, 8-11, 14,17.
 82                 (deprecated name: "core_siblin     82                 (deprecated name: "core_siblings_list")
 83 Values:         decimal list.                      83 Values:         decimal list.
 84                                                    84 
 85 What:           /sys/devices/system/cpu/cpuX/t     85 What:           /sys/devices/system/cpu/cpuX/topology/die_cpus
 86 Description:    internal kernel map of CPUs wi     86 Description:    internal kernel map of CPUs within the same die.
 87 Values:         hexadecimal bitmask.               87 Values:         hexadecimal bitmask.
 88                                                    88 
 89 What:           /sys/devices/system/cpu/cpuX/t     89 What:           /sys/devices/system/cpu/cpuX/topology/ppin
 90 Description:    per-socket protected processor     90 Description:    per-socket protected processor inventory number
 91 Values:         hexadecimal.                       91 Values:         hexadecimal.
 92                                                    92 
 93 What:           /sys/devices/system/cpu/cpuX/t     93 What:           /sys/devices/system/cpu/cpuX/topology/die_cpus_list
 94 Description:    human-readable list of CPUs wi     94 Description:    human-readable list of CPUs within the same die.
 95                 The format is like 0-3, 8-11,      95                 The format is like 0-3, 8-11, 14,17.
 96 Values:         decimal list.                      96 Values:         decimal list.
 97                                                    97 
 98 What:           /sys/devices/system/cpu/cpuX/t     98 What:           /sys/devices/system/cpu/cpuX/topology/cluster_cpus
 99 Description:    internal kernel map of CPUs wi     99 Description:    internal kernel map of CPUs within the same cluster.
100 Values:         hexadecimal bitmask.              100 Values:         hexadecimal bitmask.
101                                                   101 
102 What:           /sys/devices/system/cpu/cpuX/t    102 What:           /sys/devices/system/cpu/cpuX/topology/cluster_cpus_list
103 Description:    human-readable list of CPUs wi    103 Description:    human-readable list of CPUs within the same cluster.
104                 The format is like 0-3, 8-11,     104                 The format is like 0-3, 8-11, 14,17.
105 Values:         decimal list.                     105 Values:         decimal list.
106                                                   106 
107 What:           /sys/devices/system/cpu/cpuX/t    107 What:           /sys/devices/system/cpu/cpuX/topology/book_siblings
108 Description:    internal kernel map of cpuX's     108 Description:    internal kernel map of cpuX's hardware threads within the same
109                 book_id. it's only used on s39    109                 book_id. it's only used on s390.
110 Values:         hexadecimal bitmask.              110 Values:         hexadecimal bitmask.
111                                                   111 
112 What:           /sys/devices/system/cpu/cpuX/t    112 What:           /sys/devices/system/cpu/cpuX/topology/book_siblings_list
113 Description:    human-readable list of cpuX's     113 Description:    human-readable list of cpuX's hardware threads within the same
114                 book_id.                          114                 book_id.
115                 The format is like 0-3, 8-11,     115                 The format is like 0-3, 8-11, 14,17. it's only used on s390.
116 Values:         decimal list.                     116 Values:         decimal list.
117                                                   117 
118 What:           /sys/devices/system/cpu/cpuX/t    118 What:           /sys/devices/system/cpu/cpuX/topology/drawer_siblings
119 Description:    internal kernel map of cpuX's     119 Description:    internal kernel map of cpuX's hardware threads within the same
120                 drawer_id. it's only used on s    120                 drawer_id. it's only used on s390.
121 Values:         hexadecimal bitmask.              121 Values:         hexadecimal bitmask.
122                                                   122 
123 What:           /sys/devices/system/cpu/cpuX/t    123 What:           /sys/devices/system/cpu/cpuX/topology/drawer_siblings_list
124 Description:    human-readable list of cpuX's     124 Description:    human-readable list of cpuX's hardware threads within the same
125                 drawer_id.                        125                 drawer_id.
126                 The format is like 0-3, 8-11,     126                 The format is like 0-3, 8-11, 14,17. it's only used on s390.
127 Values:         decimal list.                     127 Values:         decimal list.
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php