Home
last modified time | relevance | path

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

/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)
/arch/m68k/include/asm/
Dpgtable_mm.h100 #define VMALLOC_OFFSET (8*1024*1024) macro
101 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/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/
Dpgtable-ppc32.h95 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
97 … 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/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))
/arch/x86/mm/
Dpgtable_32.c76 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
/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)
/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.h44 #define VMALLOC_OFFSET (8*1024*1024) macro
45 #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.c1081 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);