1 .. SPDX-License-Identifier: GPL-2.0 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: <isonum.txt> 2 .. include:: <isonum.txt> 3 3 4 =================================== 4 =================================== 5 Compute Express Link Memory Devices 5 Compute Express Link Memory Devices 6 =================================== 6 =================================== 7 7 8 A Compute Express Link Memory Device is a CXL 8 A Compute Express Link Memory Device is a CXL component that implements the 9 CXL.mem protocol. It contains some amount of v 9 CXL.mem protocol. It contains some amount of volatile memory, persistent memory, 10 or both. It is enumerated as a PCI device for 10 or both. It is enumerated as a PCI device for configuration and passing 11 messages over an MMIO mailbox. Its contributio 11 messages over an MMIO mailbox. Its contribution to the System Physical 12 Address space is handled via HDM (Host Managed 12 Address space is handled via HDM (Host Managed Device Memory) decoders 13 that optionally define a device's contribution 13 that optionally define a device's contribution to an interleaved address 14 range across multiple devices underneath a hos 14 range across multiple devices underneath a host-bridge or interleaved 15 across host-bridges. 15 across host-bridges. 16 16 17 CXL Bus: Theory of Operation 17 CXL Bus: Theory of Operation 18 ============================ 18 ============================ 19 Similar to how a RAID driver takes disk object 19 Similar to how a RAID driver takes disk objects and assembles them into a new 20 logical device, the CXL subsystem is tasked to 20 logical device, the CXL subsystem is tasked to take PCIe and ACPI objects and 21 assemble them into a CXL.mem decode topology. 21 assemble them into a CXL.mem decode topology. The need for runtime configuration 22 of the CXL.mem topology is also similar to RAI 22 of the CXL.mem topology is also similar to RAID in that different environments 23 with the same hardware configuration may decid 23 with the same hardware configuration may decide to assemble the topology in 24 contrasting ways. One may choose performance ( 24 contrasting ways. One may choose performance (RAID0) striping memory across 25 multiple Host Bridges and endpoints while anot 25 multiple Host Bridges and endpoints while another may opt for fault tolerance 26 and disable any striping in the CXL.mem topolo 26 and disable any striping in the CXL.mem topology. 27 27 28 Platform firmware enumerates a menu of interle 28 Platform firmware enumerates a menu of interleave options at the "CXL root port" 29 (Linux term for the top of the CXL decode topo 29 (Linux term for the top of the CXL decode topology). From there, PCIe topology 30 dictates which endpoints can participate in wh 30 dictates which endpoints can participate in which Host Bridge decode regimes. 31 Each PCIe Switch in the path between the root 31 Each PCIe Switch in the path between the root and an endpoint introduces a point 32 at which the interleave can be split. For exam 32 at which the interleave can be split. For example platform firmware may say at a 33 given range only decodes to 1 one Host Bridge, 33 given range only decodes to 1 one Host Bridge, but that Host Bridge may in turn 34 interleave cycles across multiple Root Ports. 34 interleave cycles across multiple Root Ports. An intervening Switch between a 35 port and an endpoint may interleave cycles acr 35 port and an endpoint may interleave cycles across multiple Downstream Switch 36 Ports, etc. 36 Ports, etc. 37 37 38 Here is a sample listing of a CXL topology def 38 Here is a sample listing of a CXL topology defined by 'cxl_test'. The 'cxl_test' 39 module generates an emulated CXL topology of 2 39 module generates an emulated CXL topology of 2 Host Bridges each with 2 Root 40 Ports. Each of those Root Ports are connected 40 Ports. Each of those Root Ports are connected to 2-way switches with endpoints 41 connected to those downstream ports for a tota 41 connected to those downstream ports for a total of 8 endpoints:: 42 42 43 # cxl list -BEMPu -b cxl_test 43 # cxl list -BEMPu -b cxl_test 44 { 44 { 45 "bus":"root3", 45 "bus":"root3", 46 "provider":"cxl_test", 46 "provider":"cxl_test", 47 "ports:root3":[ 47 "ports:root3":[ 48 { 48 { 49 "port":"port5", 49 "port":"port5", 50 "host":"cxl_host_bridge.1", 50 "host":"cxl_host_bridge.1", 51 "ports:port5":[ 51 "ports:port5":[ 52 { 52 { 53 "port":"port8", 53 "port":"port8", 54 "host":"cxl_switch_uport.1", 54 "host":"cxl_switch_uport.1", 55 "endpoints:port8":[ 55 "endpoints:port8":[ 56 { 56 { 57 "endpoint":"endpoint9", 57 "endpoint":"endpoint9", 58 "host":"mem2", 58 "host":"mem2", 59 "memdev":{ 59 "memdev":{ 60 "memdev":"mem2", 60 "memdev":"mem2", 61 "pmem_size":"256.00 MiB (2 61 "pmem_size":"256.00 MiB (268.44 MB)", 62 "ram_size":"256.00 MiB (26 62 "ram_size":"256.00 MiB (268.44 MB)", 63 "serial":"0x1", 63 "serial":"0x1", 64 "numa_node":1, 64 "numa_node":1, 65 "host":"cxl_mem.1" 65 "host":"cxl_mem.1" 66 } 66 } 67 }, 67 }, 68 { 68 { 69 "endpoint":"endpoint15", 69 "endpoint":"endpoint15", 70 "host":"mem6", 70 "host":"mem6", 71 "memdev":{ 71 "memdev":{ 72 "memdev":"mem6", 72 "memdev":"mem6", 73 "pmem_size":"256.00 MiB (2 73 "pmem_size":"256.00 MiB (268.44 MB)", 74 "ram_size":"256.00 MiB (26 74 "ram_size":"256.00 MiB (268.44 MB)", 75 "serial":"0x5", 75 "serial":"0x5", 76 "numa_node":1, 76 "numa_node":1, 77 "host":"cxl_mem.5" 77 "host":"cxl_mem.5" 78 } 78 } 79 } 79 } 80 ] 80 ] 81 }, 81 }, 82 { 82 { 83 "port":"port12", 83 "port":"port12", 84 "host":"cxl_switch_uport.3", 84 "host":"cxl_switch_uport.3", 85 "endpoints:port12":[ 85 "endpoints:port12":[ 86 { 86 { 87 "endpoint":"endpoint17", 87 "endpoint":"endpoint17", 88 "host":"mem8", 88 "host":"mem8", 89 "memdev":{ 89 "memdev":{ 90 "memdev":"mem8", 90 "memdev":"mem8", 91 "pmem_size":"256.00 MiB (2 91 "pmem_size":"256.00 MiB (268.44 MB)", 92 "ram_size":"256.00 MiB (26 92 "ram_size":"256.00 MiB (268.44 MB)", 93 "serial":"0x7", 93 "serial":"0x7", 94 "numa_node":1, 94 "numa_node":1, 95 "host":"cxl_mem.7" 95 "host":"cxl_mem.7" 96 } 96 } 97 }, 97 }, 98 { 98 { 99 "endpoint":"endpoint13", 99 "endpoint":"endpoint13", 100 "host":"mem4", 100 "host":"mem4", 101 "memdev":{ 101 "memdev":{ 102 "memdev":"mem4", 102 "memdev":"mem4", 103 "pmem_size":"256.00 MiB (2 103 "pmem_size":"256.00 MiB (268.44 MB)", 104 "ram_size":"256.00 MiB (26 104 "ram_size":"256.00 MiB (268.44 MB)", 105 "serial":"0x3", 105 "serial":"0x3", 106 "numa_node":1, 106 "numa_node":1, 107 "host":"cxl_mem.3" 107 "host":"cxl_mem.3" 108 } 108 } 109 } 109 } 110 ] 110 ] 111 } 111 } 112 ] 112 ] 113 }, 113 }, 114 { 114 { 115 "port":"port4", 115 "port":"port4", 116 "host":"cxl_host_bridge.0", 116 "host":"cxl_host_bridge.0", 117 "ports:port4":[ 117 "ports:port4":[ 118 { 118 { 119 "port":"port6", 119 "port":"port6", 120 "host":"cxl_switch_uport.0", 120 "host":"cxl_switch_uport.0", 121 "endpoints:port6":[ 121 "endpoints:port6":[ 122 { 122 { 123 "endpoint":"endpoint7", 123 "endpoint":"endpoint7", 124 "host":"mem1", 124 "host":"mem1", 125 "memdev":{ 125 "memdev":{ 126 "memdev":"mem1", 126 "memdev":"mem1", 127 "pmem_size":"256.00 MiB (2 127 "pmem_size":"256.00 MiB (268.44 MB)", 128 "ram_size":"256.00 MiB (26 128 "ram_size":"256.00 MiB (268.44 MB)", 129 "serial":"0", 129 "serial":"0", 130 "numa_node":0, 130 "numa_node":0, 131 "host":"cxl_mem.0" 131 "host":"cxl_mem.0" 132 } 132 } 133 }, 133 }, 134 { 134 { 135 "endpoint":"endpoint14", 135 "endpoint":"endpoint14", 136 "host":"mem5", 136 "host":"mem5", 137 "memdev":{ 137 "memdev":{ 138 "memdev":"mem5", 138 "memdev":"mem5", 139 "pmem_size":"256.00 MiB (2 139 "pmem_size":"256.00 MiB (268.44 MB)", 140 "ram_size":"256.00 MiB (26 140 "ram_size":"256.00 MiB (268.44 MB)", 141 "serial":"0x4", 141 "serial":"0x4", 142 "numa_node":0, 142 "numa_node":0, 143 "host":"cxl_mem.4" 143 "host":"cxl_mem.4" 144 } 144 } 145 } 145 } 146 ] 146 ] 147 }, 147 }, 148 { 148 { 149 "port":"port10", 149 "port":"port10", 150 "host":"cxl_switch_uport.2", 150 "host":"cxl_switch_uport.2", 151 "endpoints:port10":[ 151 "endpoints:port10":[ 152 { 152 { 153 "endpoint":"endpoint16", 153 "endpoint":"endpoint16", 154 "host":"mem7", 154 "host":"mem7", 155 "memdev":{ 155 "memdev":{ 156 "memdev":"mem7", 156 "memdev":"mem7", 157 "pmem_size":"256.00 MiB (2 157 "pmem_size":"256.00 MiB (268.44 MB)", 158 "ram_size":"256.00 MiB (26 158 "ram_size":"256.00 MiB (268.44 MB)", 159 "serial":"0x6", 159 "serial":"0x6", 160 "numa_node":0, 160 "numa_node":0, 161 "host":"cxl_mem.6" 161 "host":"cxl_mem.6" 162 } 162 } 163 }, 163 }, 164 { 164 { 165 "endpoint":"endpoint11", 165 "endpoint":"endpoint11", 166 "host":"mem3", 166 "host":"mem3", 167 "memdev":{ 167 "memdev":{ 168 "memdev":"mem3", 168 "memdev":"mem3", 169 "pmem_size":"256.00 MiB (2 169 "pmem_size":"256.00 MiB (268.44 MB)", 170 "ram_size":"256.00 MiB (26 170 "ram_size":"256.00 MiB (268.44 MB)", 171 "serial":"0x2", 171 "serial":"0x2", 172 "numa_node":0, 172 "numa_node":0, 173 "host":"cxl_mem.2" 173 "host":"cxl_mem.2" 174 } 174 } 175 } 175 } 176 ] 176 ] 177 } 177 } 178 ] 178 ] 179 } 179 } 180 ] 180 ] 181 } 181 } 182 182 183 In that listing each "root", "port", and "endp 183 In that listing each "root", "port", and "endpoint" object correspond a kernel 184 'struct cxl_port' object. A 'cxl_port' is a de 184 'struct cxl_port' object. A 'cxl_port' is a device that can decode CXL.mem to 185 its descendants. So "root" claims non-PCIe enu 185 its descendants. So "root" claims non-PCIe enumerable platform decode ranges and 186 decodes them to "ports", "ports" decode to "en 186 decodes them to "ports", "ports" decode to "endpoints", and "endpoints" 187 represent the decode from SPA (System Physical 187 represent the decode from SPA (System Physical Address) to DPA (Device Physical 188 Address). 188 Address). 189 189 190 Continuing the RAID analogy, disks have both t 190 Continuing the RAID analogy, disks have both topology metadata and on device 191 metadata that determine RAID set assembly. CXL 191 metadata that determine RAID set assembly. CXL Port topology and CXL Port link 192 status is metadata for CXL.mem set assembly. T 192 status is metadata for CXL.mem set assembly. The CXL Port topology is enumerated 193 by the arrival of a CXL.mem device. I.e. unles 193 by the arrival of a CXL.mem device. I.e. unless and until the PCIe core attaches 194 the cxl_pci driver to a CXL Memory Expander th 194 the cxl_pci driver to a CXL Memory Expander there is no role for CXL Port 195 objects. Conversely for hot-unplug / removal s 195 objects. Conversely for hot-unplug / removal scenarios, there is no need for 196 the Linux PCI core to tear down switch-level C 196 the Linux PCI core to tear down switch-level CXL resources because the endpoint 197 ->remove() event cleans up the port data that 197 ->remove() event cleans up the port data that was established to support that 198 Memory Expander. 198 Memory Expander. 199 199 200 The port metadata and potential decode schemes 200 The port metadata and potential decode schemes that a give memory device may 201 participate can be determined via a command li 201 participate can be determined via a command like:: 202 202 203 # cxl list -BDMu -d root -m mem3 203 # cxl list -BDMu -d root -m mem3 204 { 204 { 205 "bus":"root3", 205 "bus":"root3", 206 "provider":"cxl_test", 206 "provider":"cxl_test", 207 "decoders:root3":[ 207 "decoders:root3":[ 208 { 208 { 209 "decoder":"decoder3.1", 209 "decoder":"decoder3.1", 210 "resource":"0x8030000000", 210 "resource":"0x8030000000", 211 "size":"512.00 MiB (536.87 MB)", 211 "size":"512.00 MiB (536.87 MB)", 212 "volatile_capable":true, 212 "volatile_capable":true, 213 "nr_targets":2 213 "nr_targets":2 214 }, 214 }, 215 { 215 { 216 "decoder":"decoder3.3", 216 "decoder":"decoder3.3", 217 "resource":"0x8060000000", 217 "resource":"0x8060000000", 218 "size":"512.00 MiB (536.87 MB)", 218 "size":"512.00 MiB (536.87 MB)", 219 "pmem_capable":true, 219 "pmem_capable":true, 220 "nr_targets":2 220 "nr_targets":2 221 }, 221 }, 222 { 222 { 223 "decoder":"decoder3.0", 223 "decoder":"decoder3.0", 224 "resource":"0x8020000000", 224 "resource":"0x8020000000", 225 "size":"256.00 MiB (268.44 MB)", 225 "size":"256.00 MiB (268.44 MB)", 226 "volatile_capable":true, 226 "volatile_capable":true, 227 "nr_targets":1 227 "nr_targets":1 228 }, 228 }, 229 { 229 { 230 "decoder":"decoder3.2", 230 "decoder":"decoder3.2", 231 "resource":"0x8050000000", 231 "resource":"0x8050000000", 232 "size":"256.00 MiB (268.44 MB)", 232 "size":"256.00 MiB (268.44 MB)", 233 "pmem_capable":true, 233 "pmem_capable":true, 234 "nr_targets":1 234 "nr_targets":1 235 } 235 } 236 ], 236 ], 237 "memdevs:root3":[ 237 "memdevs:root3":[ 238 { 238 { 239 "memdev":"mem3", 239 "memdev":"mem3", 240 "pmem_size":"256.00 MiB (268.44 MB)" 240 "pmem_size":"256.00 MiB (268.44 MB)", 241 "ram_size":"256.00 MiB (268.44 MB)", 241 "ram_size":"256.00 MiB (268.44 MB)", 242 "serial":"0x2", 242 "serial":"0x2", 243 "numa_node":0, 243 "numa_node":0, 244 "host":"cxl_mem.2" 244 "host":"cxl_mem.2" 245 } 245 } 246 ] 246 ] 247 } 247 } 248 248 249 ...which queries the CXL topology to ask "give 249 ...which queries the CXL topology to ask "given CXL Memory Expander with a kernel 250 device name of 'mem3' which platform level dec 250 device name of 'mem3' which platform level decode ranges may this device 251 participate". A given expander can participate 251 participate". A given expander can participate in multiple CXL.mem interleave 252 sets simultaneously depending on how many deco 252 sets simultaneously depending on how many decoder resource it has. In this 253 example mem3 can participate in one or more of 253 example mem3 can participate in one or more of a PMEM interleave that spans to 254 Host Bridges, a PMEM interleave that targets a 254 Host Bridges, a PMEM interleave that targets a single Host Bridge, a Volatile 255 memory interleave that spans 2 Host Bridges, a 255 memory interleave that spans 2 Host Bridges, and a Volatile memory interleave 256 that only targets a single Host Bridge. 256 that only targets a single Host Bridge. 257 257 258 Conversely the memory devices that can partici 258 Conversely the memory devices that can participate in a given platform level 259 decode scheme can be determined via a command 259 decode scheme can be determined via a command like the following:: 260 260 261 # cxl list -MDu -d 3.2 261 # cxl list -MDu -d 3.2 262 [ 262 [ 263 { 263 { 264 "memdevs":[ 264 "memdevs":[ 265 { 265 { 266 "memdev":"mem1", 266 "memdev":"mem1", 267 "pmem_size":"256.00 MiB (268.44 MB 267 "pmem_size":"256.00 MiB (268.44 MB)", 268 "ram_size":"256.00 MiB (268.44 MB) 268 "ram_size":"256.00 MiB (268.44 MB)", 269 "serial":"0", 269 "serial":"0", 270 "numa_node":0, 270 "numa_node":0, 271 "host":"cxl_mem.0" 271 "host":"cxl_mem.0" 272 }, 272 }, 273 { 273 { 274 "memdev":"mem5", 274 "memdev":"mem5", 275 "pmem_size":"256.00 MiB (268.44 MB 275 "pmem_size":"256.00 MiB (268.44 MB)", 276 "ram_size":"256.00 MiB (268.44 MB) 276 "ram_size":"256.00 MiB (268.44 MB)", 277 "serial":"0x4", 277 "serial":"0x4", 278 "numa_node":0, 278 "numa_node":0, 279 "host":"cxl_mem.4" 279 "host":"cxl_mem.4" 280 }, 280 }, 281 { 281 { 282 "memdev":"mem7", 282 "memdev":"mem7", 283 "pmem_size":"256.00 MiB (268.44 MB 283 "pmem_size":"256.00 MiB (268.44 MB)", 284 "ram_size":"256.00 MiB (268.44 MB) 284 "ram_size":"256.00 MiB (268.44 MB)", 285 "serial":"0x6", 285 "serial":"0x6", 286 "numa_node":0, 286 "numa_node":0, 287 "host":"cxl_mem.6" 287 "host":"cxl_mem.6" 288 }, 288 }, 289 { 289 { 290 "memdev":"mem3", 290 "memdev":"mem3", 291 "pmem_size":"256.00 MiB (268.44 MB 291 "pmem_size":"256.00 MiB (268.44 MB)", 292 "ram_size":"256.00 MiB (268.44 MB) 292 "ram_size":"256.00 MiB (268.44 MB)", 293 "serial":"0x2", 293 "serial":"0x2", 294 "numa_node":0, 294 "numa_node":0, 295 "host":"cxl_mem.2" 295 "host":"cxl_mem.2" 296 } 296 } 297 ] 297 ] 298 }, 298 }, 299 { 299 { 300 "root decoders":[ 300 "root decoders":[ 301 { 301 { 302 "decoder":"decoder3.2", 302 "decoder":"decoder3.2", 303 "resource":"0x8050000000", 303 "resource":"0x8050000000", 304 "size":"256.00 MiB (268.44 MB)", 304 "size":"256.00 MiB (268.44 MB)", 305 "pmem_capable":true, 305 "pmem_capable":true, 306 "nr_targets":1 306 "nr_targets":1 307 } 307 } 308 ] 308 ] 309 } 309 } 310 ] 310 ] 311 311 312 ...where the naming scheme for decoders is "de 312 ...where the naming scheme for decoders is "decoder<port_id>.<instance_id>". 313 313 314 Driver Infrastructure 314 Driver Infrastructure 315 ===================== 315 ===================== 316 316 317 This section covers the driver infrastructure 317 This section covers the driver infrastructure for a CXL memory device. 318 318 319 CXL Memory Device 319 CXL Memory Device 320 ----------------- 320 ----------------- 321 321 322 .. kernel-doc:: drivers/cxl/pci.c 322 .. kernel-doc:: drivers/cxl/pci.c 323 :doc: cxl pci 323 :doc: cxl pci 324 324 325 .. kernel-doc:: drivers/cxl/pci.c 325 .. kernel-doc:: drivers/cxl/pci.c 326 :internal: 326 :internal: 327 327 328 .. kernel-doc:: drivers/cxl/mem.c 328 .. kernel-doc:: drivers/cxl/mem.c 329 :doc: cxl mem 329 :doc: cxl mem 330 330 331 .. kernel-doc:: drivers/cxl/cxlmem.h 331 .. kernel-doc:: drivers/cxl/cxlmem.h 332 :internal: 332 :internal: 333 333 334 .. kernel-doc:: drivers/cxl/core/memdev.c 334 .. kernel-doc:: drivers/cxl/core/memdev.c 335 :identifiers: 335 :identifiers: 336 336 337 CXL Port 337 CXL Port 338 -------- 338 -------- 339 .. kernel-doc:: drivers/cxl/port.c 339 .. kernel-doc:: drivers/cxl/port.c 340 :doc: cxl port 340 :doc: cxl port 341 341 342 CXL Core 342 CXL Core 343 -------- 343 -------- 344 .. kernel-doc:: drivers/cxl/cxl.h 344 .. kernel-doc:: drivers/cxl/cxl.h 345 :doc: cxl objects 345 :doc: cxl objects 346 346 347 .. kernel-doc:: drivers/cxl/cxl.h 347 .. kernel-doc:: drivers/cxl/cxl.h 348 :internal: 348 :internal: 349 349 350 .. kernel-doc:: drivers/cxl/core/hdm.c 350 .. kernel-doc:: drivers/cxl/core/hdm.c 351 :doc: cxl core hdm 351 :doc: cxl core hdm 352 352 353 .. kernel-doc:: drivers/cxl/core/hdm.c 353 .. kernel-doc:: drivers/cxl/core/hdm.c 354 :identifiers: 354 :identifiers: 355 355 356 .. kernel-doc:: drivers/cxl/core/cdat.c 356 .. kernel-doc:: drivers/cxl/core/cdat.c 357 :identifiers: 357 :identifiers: 358 358 359 .. kernel-doc:: drivers/cxl/core/port.c 359 .. kernel-doc:: drivers/cxl/core/port.c 360 :doc: cxl core 360 :doc: cxl core 361 361 362 .. kernel-doc:: drivers/cxl/core/port.c 362 .. kernel-doc:: drivers/cxl/core/port.c 363 :identifiers: 363 :identifiers: 364 364 365 .. kernel-doc:: drivers/cxl/core/pci.c 365 .. kernel-doc:: drivers/cxl/core/pci.c 366 :doc: cxl core pci 366 :doc: cxl core pci 367 367 368 .. kernel-doc:: drivers/cxl/core/pci.c 368 .. kernel-doc:: drivers/cxl/core/pci.c 369 :identifiers: 369 :identifiers: 370 370 371 .. kernel-doc:: drivers/cxl/core/pmem.c 371 .. kernel-doc:: drivers/cxl/core/pmem.c 372 :doc: cxl pmem 372 :doc: cxl pmem 373 373 374 .. kernel-doc:: drivers/cxl/core/regs.c 374 .. kernel-doc:: drivers/cxl/core/regs.c 375 :doc: cxl registers 375 :doc: cxl registers 376 376 377 .. kernel-doc:: drivers/cxl/core/mbox.c 377 .. kernel-doc:: drivers/cxl/core/mbox.c 378 :doc: cxl mbox 378 :doc: cxl mbox 379 379 380 CXL Regions 380 CXL Regions 381 ----------- 381 ----------- 382 .. kernel-doc:: drivers/cxl/core/region.c 382 .. kernel-doc:: drivers/cxl/core/region.c 383 :doc: cxl core region 383 :doc: cxl core region 384 384 385 .. kernel-doc:: drivers/cxl/core/region.c 385 .. kernel-doc:: drivers/cxl/core/region.c 386 :identifiers: 386 :identifiers: 387 387 388 External Interfaces 388 External Interfaces 389 =================== 389 =================== 390 390 391 CXL IOCTL Interface 391 CXL IOCTL Interface 392 ------------------- 392 ------------------- 393 393 394 .. kernel-doc:: include/uapi/linux/cxl_mem.h 394 .. kernel-doc:: include/uapi/linux/cxl_mem.h 395 :doc: UAPI 395 :doc: UAPI 396 396 397 .. kernel-doc:: include/uapi/linux/cxl_mem.h 397 .. kernel-doc:: include/uapi/linux/cxl_mem.h 398 :internal: 398 :internal:
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.