Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dpgtable_mm.h101 #define VMALLOC_OFFSET (8*1024*1024) macro
102 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/arch/x86/include/asm/
Dpgtable_32_types.h28 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
34 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
/arch/hexagon/include/asm/
Dmem-layout.h75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
78 #define VMALLOC_OFFSET PAGE_SIZE macro
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h104 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
106 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
108 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h85 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
87 … VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
89 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/arch/unicore32/include/asm/
Dpgtable.h35 #define VMALLOC_OFFSET SZ_8M macro
36 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \
37 & ~(VMALLOC_OFFSET-1))
/arch/x86/mm/
Dpgtable_32.c83 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
/arch/um/include/asm/
Dpgtable.h47 #define VMALLOC_OFFSET (__va_space) macro
48 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/arch/arm/include/asm/
Dpgtable.h45 #define VMALLOC_OFFSET (8*1024*1024) macro
46 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/arch/mn10300/include/asm/
Dpgtable.h96 #define VMALLOC_OFFSET (8UL * 1024 * 1024) macro
100 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
/arch/arm/mm/
Dmmu.c1132 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);