Searched refs:memory_start (Results 26 - 40 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-mpu/
H A Dcplbinit.c56 for (; addr < memory_start; addr += 4 * 1024 * 1024) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Duaccess.h53 if (addr < memory_start ||
55 size > memory_end - memory_start ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpage.h52 extern unsigned long memory_start, memory_end, memory_limit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dinit.c120 unsigned long npages = (memory_end - memory_start) >> PAGE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsetup.c94 unsigned long memory_start; variable
95 EXPORT_SYMBOL(memory_start); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci-sh7780.c295 memphys = __pa(memory_start);
296 memsize = roundup_pow_of_two(memory_end - memory_start);
H A Dpcie-sh7786.c263 memphys = __pa(memory_start);
264 memsize = roundup_pow_of_two(memory_end - memory_start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h313 ((pte_val(x) - memory_start) >> PAGE_SHIFT))
385 pte_val(pte) = (((page - mem_map) << PAGE_SHIFT) + memory_start) | \
H A Duaccess.h82 return ((addr < memory_start) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dprocess.c459 if (in_mem(addr, size, memory_start, memory_end))
470 if (in_mem(addr, size, memory_start, physical_mem_end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Duaccess.h112 return ((val >= memory_start) && ((val + size) < memory_end));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-nompu/
H A Dcplbinit.c52 for (; addr < memory_start; addr += 4 * 1024 * 1024) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dhead.S1271 * Allocated memory so far goes from kernel_end to memory_start that
1294 movel %pc@(L(memory_start)),%a1
1382 movel L(memory_start),availmem
2297 cmpl %pc@(L(memory_start)),%d0
2371 movel %pc@(L(memory_start)),%a1
2400 movel %pc@(L(memory_start)),%a3
2480 lea %pc@(L(memory_start)),%a0
2621 /* allocate the page and adjust memory_start
2623 lea %pc@(L(memory_start)),%a0
3711 L(memory_start)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dhead.S430 sethi.p %hi(memory_start),gr4
431 setlo %lo(memory_start),gr4
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dpmb.c90 return ppn >= __pa(memory_start) && ppn < __pa(memory_end);

Completed in 96 milliseconds

12