Lines Matching +full:memory +full:- +full:map
5 On all platforms, the firmware provides a memory map which the
6 kernel reads. The resources from that memory map are registered
10 However, on most architectures that firmware-provided memory
11 map is modified afterwards by the kernel itself, either because
12 the kernel merges that memory map with other information or
13 just because the user overwrites that memory map via command
16 kexec needs the raw firmware-provided memory map to setup the
18 kexec. Also, the raw memory map is useful for debugging. For
20 the raw memory map to userspace.
31 The maximum depends on the number of memory map entries provided
56 - System RAM
57 - ACPI Tables
58 - ACPI Non-volatile Storage
59 - Unusable memory
60 - Persistent Memory (legacy)
61 - Persistent Memory
62 - Soft Reserved
63 - reserved
65 Following shell snippet can be used to display that memory
66 map in a human-readable format::
74 printf "%016x-%016x (%s)\n" $start $[ $end +1] "$type"