Searched refs:memblock (Results 1 - 25 of 70) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemblock.c16 #include <linux/memblock.h>
20 struct memblock memblock; variable in typeref:struct:memblock
30 early_param("memblock", early_memblock);
54 pr_info(" rmo_size = 0x%llx\n", (unsigned long long)memblock.rmo_size);
55 pr_info(" memory.size = 0x%llx\n", (unsigned long long)memblock.memory.size);
57 memblock_dump(&memblock.memory, "memory");
58 memblock_dump(&memblock.reserved, "reserved");
112 memblock.memory.region[0].base = 0;
113 memblock
[all...]
H A DMakefile18 obj-$(CONFIG_HAVE_MEMBLOCK) += memblock.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dinit.c13 #include <linux/memblock.h>
79 for (i = 0; i < memblock.memory.cnt; i++) {
80 memory_start = (u32) memblock.memory.region[i].base;
81 memory_end = (u32) memblock.memory.region[i].base
82 + (u32) memblock.memory.region[i].size;
145 for (i = 0; i < memblock.reserved.cnt; i++) {
147 (u32) memblock.reserved.region[i].base,
148 (u32) memblock_size_bytes(&memblock.reserved, i));
149 reserve_bootmem(memblock.reserved.region[i].base,
150 memblock_size_bytes(&memblock
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_sman.c203 struct drm_memblock_item *memblock; local
214 memblock = kzalloc(sizeof(*memblock), GFP_KERNEL);
216 if (!memblock)
219 memblock->mm_info = tmp;
220 memblock->mm = sman_mm;
221 memblock->sman = sman;
224 (&sman->user_hash_tab, &memblock->user_hash,
225 (unsigned long)memblock, 32, 0, 0))
232 list_add_tail(&memblock
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmem.c35 #include <linux/memblock.h>
86 for (i=0; i < memblock.memory.cnt; i++) {
89 base = memblock.memory.region[i].base;
92 (paddr < (base + memblock.memory.region[i].size))) {
145 * Instead it maintains it in memblock.memory structures. Walk through the
207 for (i = 0; i < memblock.memory.cnt; i++) {
209 start_pfn = memblock.memory.region[i].base >> PAGE_SHIFT;
210 end_pfn = start_pfn + memblock_size_pages(&memblock.memory, i);
221 for (i = 0; i < memblock.reserved.cnt; i++) {
222 unsigned long addr = memblock
[all...]
H A Dinit_32.c33 #include <linux/memblock.h>
138 if (memblock.memory.cnt > 1) {
140 memblock.memory.cnt = 1;
H A Dnuma.c20 #include <linux/memblock.h>
410 * Read the next memblock list entry from the ibm,dynamic-memory property
431 * The layout of the ibm,dynamic-memory property is a number N of memblock
432 * list entries followed by N memblock list entries. Each memblock list entry
812 for (i = 0; i < memblock.memory.cnt; ++i) {
813 start_pfn = memblock.memory.region[i].base >> PAGE_SHIFT;
814 end_pfn = start_pfn + memblock_size_pages(&memblock.memory, i);
892 * Allocate some memory, satisfying the memblock or bootmem allocator where
952 for (i = 0; i < memblock
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmemblock.h32 struct memblock { struct
39 extern struct memblock memblock;
85 #include <asm/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dabs_addr.h15 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/embedded6xx/
H A Dwii.c23 #include <linux/memblock.h>
68 struct memblock_property *p = memblock.memory.region;
71 BUG_ON(memblock.memory.cnt != 2);
86 memblock.memory.cnt = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-clps711x/
H A Dedb7211-arch.c21 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dinit.c20 #include <linux/memblock.h>
181 * Reserve the memblock reserved regions in bootmem.
183 for (i = 0; i < memblock.reserved.cnt; i++) {
184 phys_addr_t start = memblock_start_pfn(&memblock.reserved, i);
186 memblock_end_pfn(&memblock.reserved, i) <= end_pfn)
188 memblock_size_bytes(&memblock.reserved, i),
240 struct memblock_region *mem = &memblock.memory;
264 for (i = 0; i < memblock.memory.cnt; i++)
265 memory_present(0, memblock_start_pfn(&memblock.memory, i),
266 memblock_end_pfn(&memblock
[all...]
H A Dnommu.c10 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpaca.c12 #include <linux/memblock.h>
130 limit = min(0x10000000ULL, memblock.rmo_size);
H A Dcrash_dump.c16 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dnuma.c12 #include <linux/memblock.h>
H A Dinit.c19 #include <linux/memblock.h>
225 for (i = 0; i < memblock.reserved.cnt; i++)
226 reserve_bootmem(memblock.reserved.region[i].base,
227 memblock_size_bytes(&memblock.reserved, i),
239 for (i = 0; i < memblock.memory.cnt; i++) {
241 start_pfn = memblock.memory.region[i].base >> PAGE_SHIFT;
242 end_pfn = start_pfn + memblock_size_pages(&memblock.memory, i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Du300.c17 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dcorenet_ds.c19 #include <linux/memblock.h>
H A Dp1022_ds.c22 #include <linux/memblock.h>
H A Dmpc8536_ds.c20 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/86xx/
H A Dmpc86xx_hpcn.c22 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c13 #include <linux/memblock.h>
83 * Find the bae address and size of the memblock
112 * Find the base and size of the memblock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dprom.c32 #include <linux/memblock.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-config.c1057 * __vxge_hw_ring_block_memblock_idx - Return the memblock index
1067 * __vxge_hw_ring_block_memblock_idx_set - Sets the memblock index
1110 void *memblock; local
1114 /* get owner memblock index */
1117 /* get owner memblock by memblock index */
1118 memblock = mempoolh->memblocks_arr[memblock_idx];
1120 /* get memblock DMA object by memblock index */
1123 /* calculate offset in the memblock o
2290 void *memblock = mempoolh->memblocks_arr[memblock_index]; local
4657 void *memblock; local
4922 void *memblock = NULL; local
4981 __vxge_hw_blockpool_free(struct __vxge_hw_device *devh, void *memblock, u32 size, struct vxge_hw_mempool_dma *dma_object) argument
[all...]

Completed in 297 milliseconds

123