| /linux/arch/x86/include/asm/ |
| A D | pgtable_32_areas.h | 42 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE) macro 44 # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE) macro 48 #define MODULES_END VMALLOC_END 51 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
|
| A D | pgtable_64_types.h | 156 #define VMALLOC_END VMEMORY_END macro 174 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro 190 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
|
| /linux/arch/m68k/include/asm/ |
| A D | pgtable_mm.h | 92 #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
|
| A D | pgtable_no.h | 45 #define VMALLOC_END 0xffffffff macro
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| A D | pgtable.h | 84 #define IOREMAP_END VMALLOC_END 111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro 113 #define VMALLOC_END ioremap_bot macro
|
| /linux/arch/s390/boot/ |
| A D | startup.c | 27 unsigned long __bootdata_preserved(VMALLOC_END); 304 VMALLOC_END = MODULES_VADDR; in setup_kernel_memory_layout() 306 VMALLOC_END -= MODULES_LEN * 2; in setup_kernel_memory_layout() 309 vsize = (VMALLOC_END - FIXMAP_SIZE) / 2; in setup_kernel_memory_layout() 315 VMALLOC_END -= vmalloc_size * 2; in setup_kernel_memory_layout() 317 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
|
| /linux/arch/powerpc/mm/ |
| A D | mem.c | 338 VMALLOC_START, VMALLOC_END); in mem_init() 456 end = VMALLOC_END; in execmem_arch_setup() 473 .end = VMALLOC_END, in execmem_arch_setup() 479 .end = VMALLOC_END, in execmem_arch_setup()
|
| /linux/arch/xtensa/mm/ |
| A D | init.c | 144 VMALLOC_START, VMALLOC_END, in mem_init() 145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| A D | pgtable.h | 38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro 66 #define VMEMMAP_BASE VMALLOC_END
|
| /linux/include/linux/ |
| A D | ioremap.h | 16 #define IOREMAP_END VMALLOC_END
|
| /linux/arch/riscv/kernel/ |
| A D | vmcore_info.c | 11 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
|
| /linux/Documentation/arch/xtensa/ |
| A D | mmu.rst | 84 +------------------+ VMALLOC_END 127 +------------------+ VMALLOC_END 171 +------------------+ VMALLOC_END
|
| /linux/arch/csky/include/asm/ |
| A D | memory.h | 14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
|
| /linux/arch/arm64/kernel/ |
| A D | vmcore_info.c | 26 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
|
| /linux/arch/arm/mm/ |
| A D | iomap.c | 41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
|
| A D | kasan_init.c | 246 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 248 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)VMALLOC_END), in kasan_init()
|
| /linux/arch/parisc/include/asm/ |
| A D | fixmap.h | 55 #define VMALLOC_END (KERNEL_MAP_END) macro
|
| /linux/arch/mips/include/asm/ |
| A D | pgtable-32.h | 102 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro 104 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
|
| /linux/arch/arc/mm/ |
| A D | highmem.c | 67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
|
| /linux/arch/arm64/kernel/pi/ |
| A D | kaslr_early.c | 64 range = (VMALLOC_END - KIMAGE_VADDR) / 2; in kaslr_early_init()
|
| /linux/arch/arm/include/asm/ |
| A D | pgtable-nommu.h | 63 #define VMALLOC_END 0xffffffffUL macro
|
| /linux/arch/x86/mm/ |
| A D | init_32.c | 748 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 751 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 757 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 759 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
|
| /linux/arch/hexagon/include/asm/ |
| A D | mem-layout.h | 103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| A D | pgtable.h | 169 #define IOREMAP_END VMALLOC_END 193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro 195 #define VMALLOC_END ioremap_bot macro
|
| /linux/arch/arc/include/asm/ |
| A D | processor.h | 92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
|