xref: /linux/Documentation/driver-api/cxl/platform/acpi/slit.rst (revision 8d2c2fa2209e83d0eb10f7330d8a0bbdc1df32ff)
1.. SPDX-License-Identifier: GPL-2.0
2
3========================================
4SLIT - System Locality Information Table
5========================================
6
7The system locality information table provides "abstract distances" between
8accessor and memory nodes.  Node without initiators (cpus) are infinitely (FF)
9distance away from all other nodes.
10
11The abstract distance described in this table does not describe any real
12latency of bandwidth information.
13
14Example ::
15
16    Signature : "SLIT"    [System Locality Information Table]
17   Localities : 0000000000000004
18 Locality   0 : 10 20 20 30
19 Locality   1 : 20 10 30 20
20 Locality   2 : FF FF 0A FF
21 Locality   3 : FF FF FF 0A
22