Lines Matching +full:non +full:- +full:volatile
1 Device-tree bindings for persistent memory regions
2 -----------------------------------------------------
16 -----------------------------
19 - compatible = "pmem-region"
21 - reg = <base, size>;
33 - Any relevant NUMA associativity properties for the target platform.
35 - volatile; This property indicates that this region is actually
36 backed by non-persistent memory. This lets the OS know that it
41 is backed by non-volatile memory.
44 --------------------
48 * 0x5000 to 0x5fff that is backed by non-volatile memory.
51 compatible = "pmem-region";
57 * volatile (normal) memory.
60 compatible = "pmem-region";
63 volatile;