| /linux/arch/m68k/include/asm/ |
| H 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
|
| H A D | pgtable_no.h | 45 #define VMALLOC_END 0xffffffff macro
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H 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/x86/include/asm/ |
| H A D | pgtable_64_types.h | 133 #define VMALLOC_END VMEMORY_END macro 151 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro 167 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro 66 #define VMEMMAP_BASE VMALLOC_END
|
| /linux/Documentation/arch/xtensa/ |
| H A D | mmu.rst | 84 +------------------+ VMALLOC_END 127 +------------------+ VMALLOC_END 171 +------------------+ VMALLOC_END
|
| /linux/arch/x86/mm/ |
| H A D | init_32.c | 706 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 709 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 715 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 717 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
|
| H A D | kasan_init_64.c | 402 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 406 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 409 kasan_mem_to_shadow((void *)VMALLOC_END + 1), in kasan_init()
|
| /linux/include/linux/ |
| H A D | ioremap.h | 16 #define IOREMAP_END VMALLOC_END
|
| /linux/arch/riscv/kernel/ |
| H A D | vmcore_info.c | 11 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
|
| /linux/arch/csky/include/asm/ |
| H A D | memory.h | 14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 89 #define VMALLOC_END (FIXADDR_START - (2 * PAGE_SIZE)) macro 107 #define VMALLOC_END \ macro 111 #define VMALLOC_END \ macro 116 #define vmemmap ((struct page *)((VMALLOC_END + PMD_SIZE) & PMD_MASK))
|
| /linux/arch/arm/mm/ |
| H A D | iomap.c | 41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
|
| H 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/ |
| H A D | fixmap.h | 55 #define VMALLOC_END (KERNEL_MAP_END) macro
|
| /linux/arch/arc/mm/ |
| H A D | highmem.c | 67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H 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/arm/include/asm/ |
| H A D | pgtable-nommu.h | 63 #define VMALLOC_END 0xffffffffUL macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | mem-layout.h | 103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
|
| /linux/arch/sparc/kernel/ |
| H A D | ktlb.S | 224 sethi %hi(VMALLOC_END), %g5 225 ldx [%g5 + %lo(VMALLOC_END)], %g5
|
| /linux/arch/arc/include/asm/ |
| H A D | processor.h | 92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 54 #define VMALLOC_END (TASK_SIZE-2*PAGE_SIZE) macro 56 #define MODULES_END VMALLOC_END
|
| /linux/Documentation/arch/arm/ |
| H A D | memory.rst | 59 VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space. 65 of the high_memory variable, and VMALLOC_END
|
| /linux/arch/arm64/mm/ |
| H A D | init.c | 539 .end = VMALLOC_END, in execmem_arch_setup() 545 .end = VMALLOC_END, in execmem_arch_setup()
|
| /linux/scripts/gdb/linux/ |
| H A D | vmalloc.py | 20 return addr >= pg_ops.VMALLOC_START and addr < pg_ops.VMALLOC_END
|