Searched refs:lmb (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dlmb.c19 #include <asm/lmb.h>
35 struct lmb lmb; variable in typeref:struct:lmb
43 DBG(" memory.cnt = 0x%lx\n", lmb.memory.cnt);
44 DBG(" memory.size = 0x%lx\n", lmb.memory.size);
45 for (i=0; i < lmb.memory.cnt ;i++) {
47 i, lmb.memory.region[i].base);
49 lmb.memory.region[i].size);
52 DBG("\n reserved.cnt = 0x%lx\n", lmb.reserved.cnt);
53 DBG(" reserved.size = 0x%lx\n", lmb
[all...]
H A Dmem.c47 #include <asm/lmb.h>
70 for (i=0; i < lmb.memory.cnt; i++) {
73 base = lmb.memory.region[i].base;
76 (paddr < (base + lmb.memory.region[i].size))) {
167 if ((start < lmb.rmo_size) || ((start+size) < lmb.rmo_size)) {
253 for (i = 0; i < lmb.memory.cnt; i++) {
255 start_pfn = lmb.memory.region[i].base >> PAGE_SHIFT;
256 end_pfn = start_pfn + lmb_size_pages(&lmb.memory, i);
270 for (i = 0; i < lmb
[all...]
H A Dinit_64.c48 #include <asm/lmb.h>
123 for (i=0; i < lmb.memory.cnt; i++) {
127 base = lmb.memory.region[i].base;
128 size = lmb.memory.region[i].size;
H A Dinit_32.c46 #include <asm/lmb.h>
140 if (lmb.memory.cnt > 1) {
141 lmb.memory.cnt = 1;
H A DMakefile9 obj-y := fault.o mem.o lmb.o
H A Dnuma.c21 #include <asm/lmb.h>
314 lm = of_get_property(memory, "ibm,lmb-size", &ls);
471 for (i = 0; i < lmb.memory.cnt; ++i) {
472 start_pfn = lmb.memory.region[i].base >> PAGE_SHIFT;
473 end_pfn = start_pfn + lmb_size_pages(&lmb.memory, i);
548 * Allocate some memory, satisfying the lmb or bootmem allocator where
654 for (i = 0; i < lmb.reserved.cnt; i++) {
655 unsigned long physbase = lmb.reserved.region[i].base;
656 unsigned long size = lmb.reserved.region[i].size;
H A Dhash_utils_64.c44 #include <asm/lmb.h>
495 1, lmb.rmo_size));
505 for (i=0; i < lmb.memory.cnt; i++) {
506 base = (unsigned long)__va(lmb.memory.region[i].base);
507 size = lmb.memory.region[i].size;
513 * in such a way that it will not cross two lmb regions and
H A Dpgtable_64.c47 #include <asm/lmb.h>
H A Dppc_mmu_32.c34 #include <asm/lmb.h>
H A Dstab.c20 #include <asm/lmb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dlmb.h33 struct lmb { struct
40 extern struct lmb lmb;
H A Dabs_addr.h18 #include <asm/lmb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dcrash_dump.c17 #include <asm/lmb.h>
H A Dmachine_kexec.c16 #include <asm/lmb.h>
H A Dcrash.c33 #include <asm/lmb.h>
H A Dsetup_64.c58 #include <asm/lmb.h>
483 limit = min(0x10000000UL, lmb.rmo_size);
H A Drtas.c34 #include <asm/lmb.h>
858 rtas_region = min(lmb.rmo_size, RTAS_INSTANTIATE_MAX);
H A Dsetup-common.c57 #include <asm/lmb.h>
H A Dvdso.c30 #include <asm/lmb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dos-area.c24 #include <asm/lmb.h>
118 * by the HV to be claimed by the lmb manager.
H A Dhtab.c24 #include <asm/lmb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dsetup.c60 #include <asm/lmb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Ddart_iommu.c47 #include <asm/lmb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsetup.c77 #include <asm/lmb.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c36 #include <asm/lmb.h>

Completed in 143 milliseconds

12