/openbmc/linux/arch/x86/include/asm/ |
H 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)
|
H 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)
|
/openbmc/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 | 46 #define VMALLOC_END 0xffffffff macro
|
/openbmc/linux/arch/s390/boot/ |
H A D | startup.c | 25 unsigned long __bootdata_preserved(VMALLOC_END); 211 VMALLOC_END = MODULES_VADDR; in setup_kernel_memory_layout() 214 vsize = round_down(VMALLOC_END / 2, _SEGMENT_SIZE); in setup_kernel_memory_layout() 216 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A 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
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | init.c | 144 VMALLOC_START, VMALLOC_END, in mem_init() 145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/openbmc/linux/Documentation/arch/xtensa/ |
H A D | mmu.rst | 84 +------------------+ VMALLOC_END 127 +------------------+ VMALLOC_END 171 +------------------+ VMALLOC_END
|
/openbmc/linux/include/linux/ |
H A D | ioremap.h | 15 #define IOREMAP_END VMALLOC_END
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | crash_core.c | 12 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | memory.h | 14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | crash_core.c | 27 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
|
/openbmc/linux/arch/mips/include/asm/ |
H 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
|
/openbmc/linux/arch/arm/mm/ |
H A D | iomap.c | 41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
|
H A D | kasan_init.c | 240 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 242 kasan_populate_early_shadow(kasan_mem_to_shadow((void *)VMALLOC_END), in kasan_init()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | fixmap.h | 55 #define VMALLOC_END (KERNEL_MAP_END) macro
|
/openbmc/linux/arch/arc/mm/ |
H A D | highmem.c | 67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
|
/openbmc/linux/arch/x86/mm/ |
H 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()
|
H A D | kasan_init_64.c | 403 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 407 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init() 410 kasan_mem_to_shadow((void *)VMALLOC_END + 1), in kasan_init()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable-nommu.h | 63 #define VMALLOC_END 0xffffffffUL macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | mem-layout.h | 103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | processor.h | 92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 196 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 10))) macro 197 # define vmemmap ((struct page *)VMALLOC_END) 199 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9))) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 188 #define IOREMAP_END VMALLOC_END 212 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro 214 #define VMALLOC_END ioremap_bot macro
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ktlb.S | 224 sethi %hi(VMALLOC_END), %g5 225 ldx [%g5 + %lo(VMALLOC_END)], %g5
|