| /Linux-v6.1/arch/x86/include/asm/ |
| 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)
|
| D | pgtable_64_types.h | 151 #define VMALLOC_END VMEMORY_END macro 169 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro 185 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
|
| /Linux-v6.1/arch/m68k/include/asm/ |
| D | pgtable_mm.h | 94 #define VMALLOC_END m68k_vmalloc_end macro 97 #define VMALLOC_END 0xe0000000 macro 101 #define VMALLOC_END KMAP_START macro 112 #define VMALLOC_END KMAP_START macro
|
| D | pgtable_no.h | 53 #define VMALLOC_END 0xffffffff macro
|
| /Linux-v6.1/arch/s390/boot/ |
| D | startup.c | 23 unsigned long __bootdata_preserved(VMALLOC_END); 191 VMALLOC_END = MODULES_VADDR; in setup_kernel_memory_layout() 194 vmalloc_size = min(vmalloc_size, round_down(VMALLOC_END / 2, _REGION3_SIZE)); in setup_kernel_memory_layout() 195 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 92 #define IOREMAP_END VMALLOC_END 119 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro 121 #define VMALLOC_END ioremap_bot macro
|
| /Linux-v6.1/arch/xtensa/mm/ |
| D | init.c | 144 VMALLOC_START, VMALLOC_END, in mem_init() 145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
| /Linux-v6.1/arch/mips/include/asm/ |
| 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-v6.1/Documentation/xtensa/ |
| D | mmu.rst | 84 +------------------+ VMALLOC_END 127 +------------------+ VMALLOC_END 171 +------------------+ VMALLOC_END
|
| /Linux-v6.1/arch/csky/include/asm/ |
| D | memory.h | 14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
|
| /Linux-v6.1/arch/arm64/kernel/ |
| D | crash_core.c | 26 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
|
| /Linux-v6.1/arch/arm/mm/ |
| D | iomap.c | 41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
|
| D | kasan_init.c | 241 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 243 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)VMALLOC_END), in kasan_init()
|
| /Linux-v6.1/arch/parisc/include/asm/ |
| D | fixmap.h | 55 #define VMALLOC_END (KERNEL_MAP_END) macro
|
| /Linux-v6.1/arch/arc/mm/ |
| D | highmem.c | 67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
|
| /Linux-v6.1/arch/x86/mm/ |
| D | init_32.c | 761 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 764 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 770 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 772 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
|
| D | kasan_init_64.c | 386 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 390 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 393 kasan_mem_to_shadow((void *)VMALLOC_END + 1), in kasan_init()
|
| /Linux-v6.1/arch/arm/include/asm/ |
| D | pgtable-nommu.h | 65 #define VMALLOC_END 0xffffffffUL macro
|
| /Linux-v6.1/arch/hexagon/include/asm/ |
| D | mem-layout.h | 103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
|
| /Linux-v6.1/arch/arc/include/asm/ |
| D | processor.h | 95 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
|
| /Linux-v6.1/arch/sparc/kernel/ |
| D | ktlb.S | 224 sethi %hi(VMALLOC_END), %g5 225 ldx [%g5 + %lo(VMALLOC_END)], %g5
|
| /Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 185 #define IOREMAP_END VMALLOC_END 209 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro 211 #define VMALLOC_END ioremap_bot macro
|
| /Linux-v6.1/arch/ia64/include/asm/ |
| D | pgtable.h | 209 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 10))) macro 210 # define vmemmap ((struct page *)VMALLOC_END) 212 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9))) macro
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro 65 #define VMEMMAP_BASE VMALLOC_END
|
| /Linux-v6.1/arch/um/include/asm/ |
| D | pgtable.h | 48 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro 50 #define MODULES_END VMALLOC_END
|