Searched defs:VMALLOC_END (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable_32_areas.h42 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE) macro
44 # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE) macro
H A Dpgtable_64_types.h152 #define VMALLOC_END VMEMORY_END macro
170 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro
/linux-master/arch/parisc/include/asm/
H A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h45 #define VMALLOC_END 0xffffffff macro
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
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux-master/arch/arc/include/asm/
H A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
H A Dpgtable.h52 #define VMALLOC_END 0xff800000UL macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h102 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
104 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
H A Dpgtable-64.h142 #define VMALLOC_END \ macro
/linux-master/arch/sh/include/asm/
H A Dpgtable.h78 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/linux-master/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-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h28 #define VMALLOC_END (CONFIG_NIOS2_KERNEL_REGION_BASE - 1) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h434 #define VMALLOC_END _AC(0xffc00000,UL) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h51 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/linux-master/arch/s390/kernel/
H A Dsetup.c164 unsigned long VMALLOC_END; variable
165 EXPORT_SYMBOL(VMALLOC_END); variable
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h92 #define VMALLOC_END (PAGE_OFFSET) macro
/linux-master/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-master/arch/alpha/include/asm/
H A Dpgtable.h57 #define VMALLOC_END (-PGDIR_SIZE) macro
/linux-master/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-master/arch/microblaze/include/asm/
H A Dpgtable.h40 #define VMALLOC_END ioremap_bot macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h94 #define VMALLOC_END \ macro
98 #define VMALLOC_END \ macro

Completed in 231 milliseconds

12