Home
last modified time | relevance | path

Searched defs:VMALLOC_END (Results 1 – 24 of 24) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h92 #define VMALLOC_END m68k_vmalloc_end macro
95 #define VMALLOC_END 0xe0000000 macro
99 #define VMALLOC_END KMAP_START macro
110 #define VMALLOC_END KMAP_START macro
H A Dpgtable_no.h45 #define VMALLOC_END 0xffffffff macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro
113 #define VMALLOC_END ioremap_bot macro
/linux/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux/arch/parisc/include/asm/
H A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux/arch/arc/include/asm/
H A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
H A Dpgtable.h51 #define VMALLOC_END 0xff800000UL macro
/linux/arch/sh/include/asm/
H A Dpgtable.h78 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h69 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF) macro
81 #define VMALLOC_END __XTENSA_UL_CONST(0xffffffff) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro
195 #define VMALLOC_END ioremap_bot macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h94 #define VMALLOC_END \ macro
98 #define VMALLOC_END \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h28 #define VMALLOC_END (CONFIG_NIOS2_KERNEL_REGION_BASE - SZ_32M - 1) macro
/linux/arch/um/include/asm/
H A Dpgtable.h52 #define VMALLOC_END (TASK_SIZE-2*PAGE_SIZE) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h40 #define VMALLOC_END ioremap_bot macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h57 #define VMALLOC_END (-PGDIR_SIZE) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h92 #define VMALLOC_END (PAGE_OFFSET) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h429 #define VMALLOC_END _AC(0xffc00000,UL) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h44 #define VMALLOC_END PAGE_OFFSET macro
1099 #define VMALLOC_END TASK_SIZE macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h25 #define VMALLOC_END (VMEMMAP_START - SZ_8M) macro
28 #define VMALLOC_END (VMEMMAP_START + VMEMMAP_UNUSED_NPAGES * sizeof(struct page) - SZ_8M) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h246 #define VMALLOC_END __vmalloc_end macro
/linux/arch/sparc/mm/
H A Dinit_64.c1948 unsigned long VMALLOC_END = 0x0000010000000000UL; variable