hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/ABI/testing/sysfs-firmware-efi-runtime-map
....@@ -14,7 +14,7 @@
1414 /sys/firmware/efi/runtime-map/ is the directory the kernel
1515 exports that information in.
1616
17
- subdirectories are named with the number of the memory range:
17
+ subdirectories are named with the number of the memory range::
1818
1919 /sys/firmware/efi/runtime-map/0
2020 /sys/firmware/efi/runtime-map/1
....@@ -24,11 +24,13 @@
2424
2525 Each subdirectory contains five files:
2626
27
- attribute : The attributes of the memory range.
28
- num_pages : The size of the memory range in pages.
29
- phys_addr : The physical address of the memory range.
30
- type : The type of the memory range.
31
- virt_addr : The virtual address of the memory range.
27
+ ========= =========================================
28
+ attribute The attributes of the memory range.
29
+ num_pages The size of the memory range in pages.
30
+ phys_addr The physical address of the memory range.
31
+ type The type of the memory range.
32
+ virt_addr The virtual address of the memory range.
33
+ ========= =========================================
3234
3335 Above values are all hexadecimal numbers with the '0x' prefix.
3436 Users: Kexec