/arch/powerpc/boot/ |
D | treeboot-iss4xx.c | 41 void *memory; in iss_4xx_fixups() local 44 memory = finddevice("/memory"); in iss_4xx_fixups() 45 if (!memory) in iss_4xx_fixups() 48 getprop(memory, "reg", reg, sizeof(reg)); in iss_4xx_fixups()
|
D | oflib.c | 115 static ihandle memory; variable 144 memory = of_call_prom("open", 1, 1, "/memory"); in check_of_version() 145 if (memory == PROM_ERROR) { in check_of_version() 146 memory = of_call_prom("open", 1, 1, "/memory@0"); in check_of_version() 147 if (memory == PROM_ERROR) { in check_of_version() 167 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", memory, in of_claim()
|
/arch/powerpc/mm/ |
D | numa.c | 209 static const __be32 *of_get_usable_memory(struct device_node *memory) in of_get_usable_memory() argument 213 prop = of_get_property(memory, "linux,drconf-usable-memory", &len); in of_get_usable_memory() 389 struct device_node *memory = NULL; in get_n_mem_cells() local 391 memory = of_find_node_by_type(memory, "memory"); in get_n_mem_cells() 392 if (!memory) in get_n_mem_cells() 395 *n_addr_cells = of_n_addr_cells(memory); in get_n_mem_cells() 396 *n_size_cells = of_n_size_cells(memory); in get_n_mem_cells() 397 of_node_put(memory); in get_n_mem_cells() 437 static int of_get_drconf_memory(struct device_node *memory, const __be32 **dm) in of_get_drconf_memory() argument 442 prop = of_get_property(memory, "ibm,dynamic-memory", &len); in of_get_drconf_memory() [all …]
|
/arch/arm64/boot/dts/ |
D | skeleton.dtsi | 3 * add a compatible value. The bootloader will typically populate the memory 12 memory { device_type = "memory"; reg = <0 0 0>; };
|
/arch/arm/boot/dts/ |
D | skeleton.dtsi | 3 * add a compatible value. The bootloader will typically populate the memory 12 memory { device_type = "memory"; reg = <0 0>; };
|
D | skeleton64.dtsi | 4 * bootloader will typically populate the memory node. 12 memory { device_type = "memory"; reg = <0 0 0 0>; };
|
D | ecx-2000.dts | 66 memory@0 { 67 name = "memory"; 68 device_type = "memory"; 72 memory@200000000 { 73 name = "memory"; 74 device_type = "memory"; 88 memory-controller@fff00000 {
|
D | hip04-d01.dts | 15 /* memory bus is 64-bit */ 21 memory@00000000,10000000 { 22 device_type = "memory";
|
D | qcom-msm8974-sony-xperia-honami.dts | 7 memory@0 { 9 device_type = "memory";
|
/arch/metag/boot/dts/ |
D | skeleton.dtsi | 3 * add a compatible value. The bootloader will typically populate the memory 13 memory { device_type = "memory"; reg = <0 0>; };
|
/arch/powerpc/boot/dts/fsl/ |
D | qoriq-sec5.2-0.dtsi | 86 compatible = "fsl,sec-v5.2-rtic-memory", 87 "fsl,sec-v5.0-rtic-memory", 88 "fsl,sec-v4.0-rtic-memory"; 93 compatible = "fsl,sec-v5.2-rtic-memory", 94 "fsl,sec-v5.0-rtic-memory", 95 "fsl,sec-v4.0-rtic-memory"; 100 compatible = "fsl,sec-v5.2-rtic-memory", 101 "fsl,sec-v5.0-rtic-memory", 102 "fsl,sec-v4.0-rtic-memory"; 107 compatible = "fsl,sec-v5.2-rtic-memory", [all …]
|
D | qoriq-sec5.3-0.dtsi | 86 compatible = "fsl,sec-v5.3-rtic-memory", 87 "fsl,sec-v5.0-rtic-memory", 88 "fsl,sec-v4.0-rtic-memory"; 93 compatible = "fsl,sec-v5.3-rtic-memory", 94 "fsl,sec-v5.0-rtic-memory", 95 "fsl,sec-v4.0-rtic-memory"; 100 compatible = "fsl,sec-v5.3-rtic-memory", 101 "fsl,sec-v5.0-rtic-memory", 102 "fsl,sec-v4.0-rtic-memory"; 107 compatible = "fsl,sec-v5.3-rtic-memory", [all …]
|
/arch/sh/include/asm/ |
D | dma-mapping.h | 63 void *memory; in dma_alloc_attrs() local 65 if (dma_alloc_from_coherent(dev, size, dma_handle, &memory)) in dma_alloc_attrs() 66 return memory; in dma_alloc_attrs() 70 memory = ops->alloc(dev, size, dma_handle, gfp, attrs); in dma_alloc_attrs() 71 debug_dma_alloc_coherent(dev, size, *dma_handle, memory); in dma_alloc_attrs() 73 return memory; in dma_alloc_attrs()
|
/arch/microblaze/ |
D | Kconfig | 142 aspects of kernel memory management. 154 This is needed to be able to allocate uncachable memory regions. 155 The feature requires the design to define the RAM memory controller 156 window to be twice as large as the actual physical memory. 159 bool "High memory support" 164 space as well as some memory mapped IO. That means that, if you 165 have a large amount of physical memory and/or IO, not all of the 166 memory can be "permanently mapped" by the kernel. The physical 167 memory that is not permanently mapped is called "high memory". 172 bool "Set maximum low memory" [all …]
|
/arch/xtensa/boot/dts/ |
D | lx60.dts | 7 memory@0 { 8 device_type = "memory";
|
D | ml605.dts | 7 memory@0 { 8 device_type = "memory";
|
D | lx200mx.dts | 7 memory@0 { 8 device_type = "memory";
|
/arch/x86/include/asm/ |
D | dma-mapping.h | 135 void *memory; in dma_alloc_attrs() local 139 if (dma_alloc_from_coherent(dev, size, dma_handle, &memory)) in dma_alloc_attrs() 140 return memory; in dma_alloc_attrs() 151 memory = ops->alloc(dev, size, dma_handle, in dma_alloc_attrs() 153 debug_dma_alloc_coherent(dev, size, *dma_handle, memory); in dma_alloc_attrs() 155 return memory; in dma_alloc_attrs()
|
/arch/mips/sgi-ip27/ |
D | Kconfig | 11 for more memory. Your hardware is almost certainly running in 19 for more memory. Your hardware is almost certainly running in 28 Change the way a Linux kernel is loaded into memory on a MIPS64 38 nodes in a NUMA cluster. This trades memory for speed. 45 across multiple nodes in a NUMA cluster. This trades memory for
|
/arch/openrisc/include/asm/ |
D | dma-mapping.h | 48 void *memory; in dma_alloc_attrs() local 50 memory = ops->alloc(dev, size, dma_handle, gfp, attrs); in dma_alloc_attrs() 52 debug_dma_alloc_coherent(dev, size, *dma_handle, memory); in dma_alloc_attrs() 54 return memory; in dma_alloc_attrs()
|
/arch/arm/include/debug/ |
D | vexpress.S | 28 @ Make an educated guess regarding the memory map: 38 @ Original memory map 43 @ RS1 memory map
|
/arch/mips/boot/dts/ |
D | mt7620a_eval.dts | 9 memory@0 { 10 device_type = "memory";
|
D | rt3883_eval.dts | 9 memory@0 { 10 device_type = "memory";
|
/arch/avr32/mach-at32ap/ |
D | Kconfig | 6 prompt "AT32AP700x static memory bus width" 10 Define the width of the AP7000 external static memory interface. 14 The current code can only support a single external memory bus
|
/arch/mips/cavium-octeon/ |
D | setup.c | 850 int64_t memory; in plat_mem_setup() local 888 memory = cvmx_bootmem_phy_alloc(mem_alloc_size, in plat_mem_setup() 892 if (memory >= 0) { in plat_mem_setup() 905 &memory, &size); in plat_mem_setup() 908 &memory, &size); in plat_mem_setup() 910 end = memory + mem_alloc_size; in plat_mem_setup() 917 if (memory < crashk_base && end > crashk_end) { in plat_mem_setup() 919 add_memory_region(memory, in plat_mem_setup() 920 crashk_base - memory, in plat_mem_setup() 922 total += crashk_base - memory; in plat_mem_setup() [all …]
|