Searched refs:memory_start (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3/
H A Dconfig.c108 void __init sun3_bootmem_alloc(unsigned long memory_start, unsigned long memory_end) argument
113 memory_start = ((memory_start + (PAGE_SIZE-1)) & PAGE_MASK);
116 start_page = __pa(memory_start) >> PAGE_SHIFT;
120 availmem = memory_start;
131 unsigned long memory_start, memory_end; local
160 memory_start = ((((int)&_end) + 0x2000) & ~0x1fff);
167 sun3_bootmem_alloc(memory_start, memory_end);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_memfs.c85 long memory_start; member in struct:memory_file_s
154 file->memory_start = xtoi(filename);
166 memcpy(buf, (void *)(file->memory_start + file->memory_offset), len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dsetup.c80 unsigned long memory_start; local
94 memory_start = (unsigned long) &_end;
98 memory_start = romfs_start + romfs_length;
122 start_pfn = PFN_UP(memory_start); /* usually c0000000 + kernel + romfs */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dpci_st40.c425 extern unsigned long memory_start, memory_end;
435 st40pci_init(PHYSADDR(memory_start),
436 PHYSADDR(memory_end) - PHYSADDR(memory_start));
H A Dsetup.c131 unsigned long memory_start, memory_end; variable
206 memory_start = (unsigned long)PAGE_OFFSET+__MEMORY_START;
207 memory_end = memory_start + __MEMORY_SIZE;
217 memory_end = memory_start + mem_size;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsetup.c301 unsigned long memory_start, memory_end; local
325 memory_start = (unsigned long) &_end; /* fixit if use $CODELO etc*/
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsetup.c301 unsigned long memory_start, memory_end; local
322 memory_start = (unsigned long) &_end; /* fixit if use $CODELO etc*/
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dhead.S1310 * Allocated memory so far goes from kernel_end to memory_start that
1333 movel %pc@(L(memory_start)),%a1
1421 movel L(memory_start),availmem
2321 cmpl %pc@(L(memory_start)),%d0
2395 movel %pc@(L(memory_start)),%a1
2424 movel %pc@(L(memory_start)),%a3
2504 lea %pc@(L(memory_start)),%a0
2645 /* allocate the page and adjust memory_start
2647 lea %pc@(L(memory_start)),%a0
3739 L(memory_start)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsab82532.c2112 static int __init get_sab82532(unsigned long *memory_start) argument
2151 if (memory_start) {
2152 *memory_start = (*memory_start + 7) & ~(7);
2153 sab = (struct sab82532 *)*memory_start;
2154 *memory_start += sizeof(struct sab82532);

Completed in 61 milliseconds