Symbol: VMALLOC_START
arch/alpha/include/asm/pgtable.h
54
#define VMALLOC_START 0xfffffe0000000000
arch/alpha/include/asm/pgtable.h
56
#define VMALLOC_START (-2*PGDIR_SIZE)
arch/arc/include/asm/processor.h
87
#define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20))
arch/arm/include/asm/pgtable-nommu.h
62
#define VMALLOC_START 0UL
arch/arm/include/asm/pgtable.h
50
#define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
arch/arm64/include/asm/pgtable.h
23
#define VMALLOC_START (MODULES_END)
arch/csky/include/asm/memory.h
13
#define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8))
arch/hexagon/include/asm/mem-layout.h
62
#define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
arch/loongarch/include/asm/pgtable.h
104
#define VMALLOC_START MODULES_END
arch/loongarch/include/asm/pgtable.h
88
#define VMALLOC_START (vm_map_base + PCI_IOSIZE + (2 * PAGE_SIZE))
arch/m68k/include/asm/pgtable_mm.h
109
#define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
arch/m68k/include/asm/pgtable_mm.h
91
#define VMALLOC_START 0x0f800000
arch/m68k/include/asm/pgtable_mm.h
94
#define VMALLOC_START 0xd0000000
arch/m68k/include/asm/pgtable_mm.h
98
#define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
arch/m68k/include/asm/pgtable_no.h
44
#define VMALLOC_START 0
arch/microblaze/include/asm/pgtable.h
39
#define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE)
arch/mips/include/asm/pgtable-32.h
96
#define VMALLOC_START MAP_BASE
arch/mips/include/asm/pgtable-64.h
141
#define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE))
arch/nios2/include/asm/pgtable.h
27
#define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE
arch/openrisc/include/asm/pgtable.h
91
#define VMALLOC_START (PAGE_OFFSET-0x04000000UL)
arch/parisc/include/asm/fixmap.h
54
#define VMALLOC_START ((unsigned long)parisc_vmalloc_start)
arch/powerpc/include/asm/book3s/32/pgtable.h
190
#define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
arch/powerpc/include/asm/book3s/64/pgtable.h
246
#define VMALLOC_START __vmalloc_start
arch/powerpc/include/asm/nohash/32/pgtable.h
105
#define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
arch/powerpc/include/asm/nohash/32/pgtable.h
107
#define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
arch/powerpc/include/asm/nohash/64/pgtable.h
36
#define VMALLOC_START KERN_VIRT_START
arch/riscv/include/asm/pgtable.h
1267
#define VMALLOC_START _AC(0, UL)
arch/riscv/include/asm/pgtable.h
45
#define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE)
arch/sh/include/asm/pgtable.h
77
#define VMALLOC_START (P3SEG)
arch/sparc/include/asm/pgtable_32.h
424
#define VMALLOC_START _AC(0xfe600000,UL)
arch/sparc/include/asm/pgtable_64.h
45
#define VMALLOC_START _AC(0x0000000100000000,UL)
arch/um/include/asm/pgtable.h
53
#define VMALLOC_START ((high_physmem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
arch/x86/include/asm/pgtable_32_areas.h
20
#define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
arch/x86/include/asm/pgtable_64_types.h
116
# define VMALLOC_START vmalloc_base
arch/xtensa/include/asm/pgtable.h
67
#define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000)
arch/xtensa/include/asm/pgtable.h
79
#define VMALLOC_START __XTENSA_UL_CONST(0)