Searched refs:MEMORY_START (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/include/asm/
H A Dsetup.h5 #define MEMORY_START 0 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/include/asm/
H A Dsetup.h5 #define MEMORY_START 0 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dpage.h59 * MEMORY_START is the physical address of the start of lowmem.
62 * ppc32 and based on how they are set we determine MEMORY_START.
65 * KERNELBASE - PAGE_OFFSET = PHYSICAL_START - MEMORY_START
67 * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
70 * va = pa + PAGE_OFFSET - MEMORY_START
95 #define MEMORY_START 0UL macro
97 #define MEMORY_START memstart_addr macro
99 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE) macro
103 #define ARCH_PFN_OFFSET (MEMORY_START >> PAGE_SHIFT)
113 * determine MEMORY_START unti
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage.h59 * MEMORY_START is the physical address of the start of lowmem.
62 * ppc32 and based on how they are set we determine MEMORY_START.
65 * KERNELBASE - PAGE_OFFSET = PHYSICAL_START - MEMORY_START
67 * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
70 * va = pa + PAGE_OFFSET - MEMORY_START
95 #define MEMORY_START 0UL macro
97 #define MEMORY_START memstart_addr macro
99 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE) macro
103 #define ARCH_PFN_OFFSET (MEMORY_START >> PAGE_SHIFT)
113 * determine MEMORY_START unti
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/kernel/
H A Dsetup.c50 min_low_pfn = PFN_UP(MEMORY_START);
51 max_low_pfn = PFN_UP(MEMORY_START + MEMORY_SIZE);
100 res->start = MEMORY_START;
101 res->end = MEMORY_START + MEMORY_SIZE - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/kernel/
H A Dsetup.c50 min_low_pfn = PFN_UP(MEMORY_START);
51 max_low_pfn = PFN_UP(MEMORY_START + MEMORY_SIZE);
100 res->start = MEMORY_START;
101 res->end = MEMORY_START + MEMORY_SIZE - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom.c694 if (PHYSICAL_START > MEMORY_START)
695 memblock_reserve(MEMORY_START, 0x8000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom.c694 if (PHYSICAL_START > MEMORY_START)
695 memblock_reserve(MEMORY_START, 0x8000);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dmem.c203 min_low_pfn = MEMORY_START >> PAGE_SHIFT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmem.c203 min_low_pfn = MEMORY_START >> PAGE_SHIFT;

Completed in 322 milliseconds