| .. | .. |
|---|
| 14 | 14 | /sys/firmware/efi/runtime-map/ is the directory the kernel |
|---|
| 15 | 15 | exports that information in. |
|---|
| 16 | 16 | |
|---|
| 17 | | - subdirectories are named with the number of the memory range: |
|---|
| 17 | + subdirectories are named with the number of the memory range:: |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | /sys/firmware/efi/runtime-map/0 |
|---|
| 20 | 20 | /sys/firmware/efi/runtime-map/1 |
|---|
| .. | .. |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | Each subdirectory contains five files: |
|---|
| 26 | 26 | |
|---|
| 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 | + ========= ========================================= |
|---|
| 32 | 34 | |
|---|
| 33 | 35 | Above values are all hexadecimal numbers with the '0x' prefix. |
|---|
| 34 | 36 | Users: Kexec |
|---|