Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/arch/x86/include/asm/
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)
A Dpgtable_64_types.h152 #define VMALLOC_END VMEMORY_END macro
170 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro
186 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
/linux-6.3-rc2/arch/m68k/include/asm/
A Dpgtable_mm.h94 #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
A Dpgtable_no.h46 #define VMALLOC_END 0xffffffff macro
/linux-6.3-rc2/arch/s390/boot/
A Dstartup.c26 unsigned long __bootdata_preserved(VMALLOC_END);
212 VMALLOC_END = MODULES_VADDR; in setup_kernel_memory_layout()
215 vmalloc_size = min(vmalloc_size, round_down(VMALLOC_END / 2, _REGION3_SIZE)); in setup_kernel_memory_layout()
216 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
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
/linux-6.3-rc2/arch/xtensa/mm/
A Dinit.c144 VMALLOC_START, VMALLOC_END, in mem_init()
145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/linux-6.3-rc2/arch/riscv/kernel/
A Dcrash_core.c13 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/linux-6.3-rc2/arch/csky/include/asm/
A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux-6.3-rc2/Documentation/xtensa/
A Dmmu.rst84 +------------------+ VMALLOC_END
127 +------------------+ VMALLOC_END
171 +------------------+ VMALLOC_END
/linux-6.3-rc2/arch/arm64/kernel/
A Dcrash_core.c26 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/linux-6.3-rc2/arch/arm/mm/
A Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
A Dkasan_init.c241 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-6.3-rc2/arch/parisc/include/asm/
A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable-32.h102 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
104 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/linux-6.3-rc2/arch/arc/mm/
A Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
/linux-6.3-rc2/arch/x86/mm/
A Dinit_32.c761 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()
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()
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dprocessor.h95 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux-6.3-rc2/arch/sparc/kernel/
A Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
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
/linux-6.3-rc2/arch/ia64/include/asm/
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
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
65 #define VMEMMAP_BASE VMALLOC_END

Completed in 21 milliseconds

1234