Lines Matching +full:soft +full:- +full:start
10 However, on most architectures that firmware-provided memory
16 kexec needs the raw firmware-provided memory map to setup the
38 start The start address (as hexadecimal number with the
48 /sys/firmware/memmap/0/start
51 /sys/firmware/memmap/1/start
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
66 map in a human-readable format::
71 start=$(cat $dir/start)
74 printf "%016x-%016x (%s)\n" $start $[ $end +1] "$type"