Home
last modified time | relevance | path

Searched refs:VMALLOC_END (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/linux/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
48 #define MODULES_END VMALLOC_END
51 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
H A Dpgtable_64_types.h156 #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 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
H A Dpgtable_no.h46 #define VMALLOC_END 0xffffffff macro
/openbmc/linux/arch/s390/boot/
H A Dstartup.c25 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 Dpgtable.h92 #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 Dinit.c144 VMALLOC_START, VMALLOC_END, in mem_init()
145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/openbmc/linux/Documentation/arch/xtensa/
H A Dmmu.rst84 +------------------+ VMALLOC_END
127 +------------------+ VMALLOC_END
171 +------------------+ VMALLOC_END
/openbmc/linux/include/linux/
H A Dioremap.h15 #define IOREMAP_END VMALLOC_END
/openbmc/linux/arch/riscv/kernel/
H A Dcrash_core.c12 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/openbmc/linux/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/openbmc/linux/arch/arm64/kernel/
H A Dcrash_core.c27 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/openbmc/linux/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
/openbmc/linux/arch/arm/mm/
H A Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
H A Dkasan_init.c240 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 Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/openbmc/linux/arch/arc/mm/
H A Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
/openbmc/linux/arch/x86/mm/
H A Dinit_32.c748 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 Dkasan_init_64.c403 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 Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/openbmc/linux/arch/arc/include/asm/
H A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h196 # 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 Dpgtable.h188 #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 Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5

1234