Searched defs:VMALLOC_OFFSET (Results 1 - 9 of 9) sorted by relevance

/arch/x86/include/asm/
H A Dpgtable_32_types.h27 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
/arch/hexagon/include/asm/
H A Dmem-layout.h75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
78 #define VMALLOC_OFFSET PAGE_SIZE macro
/arch/m68k/include/asm/
H A Dpgtable_mm.h98 #define VMALLOC_OFFSET (8*1024*1024) macro
99 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h87 * to worry about the VMALLOC_OFFSET causing problems. We do have to worry
95 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
97 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
99 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/arch/um/include/asm/
H A Dpgtable.h48 #define VMALLOC_OFFSET (__va_space) macro
49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/arch/unicore32/include/asm/
H A Dpgtable.h34 #define VMALLOC_OFFSET SZ_8M macro
35 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \
36 & ~(VMALLOC_OFFSET-1))
/arch/arm/include/asm/
H A Dpgtable.h44 #define VMALLOC_OFFSET (8*1024*1024) macro
45 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/arch/avr32/include/asm/
H A Dpgtable.h62 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)
64 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET)
/arch/mn10300/include/asm/
H A Dpgtable.h94 #define VMALLOC_OFFSET (8UL * 1024 * 1024) macro
98 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro

Completed in 961 milliseconds