Symbol: VMALLOC_END
arch/alpha/include/asm/pgtable.h
58
#define VMALLOC_END (-PGDIR_SIZE)
arch/arc/include/asm/processor.h
92
#define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
arch/arm/include/asm/pgtable-nommu.h
63
#define VMALLOC_END 0xffffffffUL
arch/arm/include/asm/pgtable.h
51
#define VMALLOC_END 0xff800000UL
arch/arm64/include/asm/pgtable.h
25
#define VMALLOC_END (VMEMMAP_START - SZ_8M)
arch/arm64/include/asm/pgtable.h
28
#define VMALLOC_END (VMEMMAP_START + VMEMMAP_UNUSED_NPAGES * sizeof(struct page) - SZ_8M)
arch/csky/include/asm/memory.h
14
#define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2))
arch/hexagon/include/asm/mem-layout.h
103
#define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2)
arch/loongarch/include/asm/pgtable.h
107
#define VMALLOC_END \
arch/loongarch/include/asm/pgtable.h
111
#define VMALLOC_END \
arch/loongarch/include/asm/pgtable.h
89
#define VMALLOC_END (FIXADDR_START - (2 * PAGE_SIZE))
arch/m68k/include/asm/pgtable_mm.h
110
#define VMALLOC_END KMAP_START
arch/m68k/include/asm/pgtable_mm.h
92
#define VMALLOC_END m68k_vmalloc_end
arch/m68k/include/asm/pgtable_mm.h
95
#define VMALLOC_END 0xe0000000
arch/m68k/include/asm/pgtable_mm.h
99
#define VMALLOC_END KMAP_START
arch/m68k/include/asm/pgtable_no.h
45
#define VMALLOC_END 0xffffffff
arch/microblaze/include/asm/pgtable.h
40
#define VMALLOC_END ioremap_bot
arch/mips/include/asm/pgtable-32.h
102
# define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE)
arch/mips/include/asm/pgtable-32.h
104
# define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE)
arch/mips/include/asm/pgtable-64.h
142
#define VMALLOC_END \
arch/nios2/include/asm/pgtable.h
28
#define VMALLOC_END (CONFIG_NIOS2_KERNEL_REGION_BASE - SZ_32M - 1)
arch/openrisc/include/asm/pgtable.h
92
#define VMALLOC_END (PAGE_OFFSET)
arch/parisc/include/asm/fixmap.h
55
#define VMALLOC_END (KERNEL_MAP_END)
arch/powerpc/include/asm/book3s/32/pgtable.h
193
#define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
arch/powerpc/include/asm/book3s/32/pgtable.h
195
#define VMALLOC_END ioremap_bot
arch/powerpc/include/asm/book3s/64/pgtable.h
247
#define VMALLOC_END __vmalloc_end
arch/powerpc/include/asm/nohash/32/pgtable.h
111
#define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
arch/powerpc/include/asm/nohash/32/pgtable.h
113
#define VMALLOC_END ioremap_bot
arch/powerpc/include/asm/nohash/64/pgtable.h
38
#define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
arch/riscv/include/asm/pgtable.h
1268
#define VMALLOC_END TASK_SIZE
arch/riscv/include/asm/pgtable.h
44
#define VMALLOC_END PAGE_OFFSET
arch/sh/include/asm/pgtable.h
78
#define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE)
arch/sparc/include/asm/pgtable_32.h
425
#define VMALLOC_END _AC(0xffc00000,UL)
arch/um/include/asm/pgtable.h
54
#define VMALLOC_END (TASK_SIZE-2*PAGE_SIZE)
arch/x86/include/asm/pgtable_32_areas.h
42
# define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE)
arch/x86/include/asm/pgtable_32_areas.h
44
# define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE)
arch/x86/include/asm/pgtable_64_types.h
133
#define VMALLOC_END VMEMORY_END
arch/x86/include/asm/pgtable_64_types.h
151
#define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1)
arch/xtensa/include/asm/pgtable.h
68
#define VMALLOC_END (VMALLOC_START + 0x07FEFFFF)
arch/xtensa/include/asm/pgtable.h
80
#define VMALLOC_END __XTENSA_UL_CONST(0xffffffff)