Home
last modified time | relevance | path

Searched refs:VMALLOC_OFFSET (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/m68k/include/asm/
Dpgtable_mm.h82 #define VMALLOC_OFFSET (8*1024*1024) macro
83 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/linux-2.6.39/arch/powerpc/include/asm/
Dpgtable-ppc32.h97 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
99 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
101 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/linux-2.6.39/arch/x86/include/asm/
Dpgtable_32_types.h27 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
/linux-2.6.39/arch/unicore32/include/asm/
Dpgtable.h34 #define VMALLOC_OFFSET SZ_8M macro
35 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \
36 & ~(VMALLOC_OFFSET-1))
/linux-2.6.39/arch/avr32/include/asm/
Dpgtable.h62 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)
64 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET)
/linux-2.6.39/arch/um/include/asm/
Dpgtable.h48 #define VMALLOC_OFFSET (__va_space) macro
49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/linux-2.6.39/arch/arm/include/asm/
Dpgtable.h40 #define VMALLOC_OFFSET (8*1024*1024) macro
41 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/linux-2.6.39/arch/x86/mm/
Dpgtable_32.c112 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
/linux-2.6.39/Documentation/arm/
DPorting97 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the
100 VMALLOC_OFFSET
/linux-2.6.39/arch/mn10300/include/asm/
Dpgtable.h94 #define VMALLOC_OFFSET (8UL * 1024 * 1024) macro
98 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro