Home
last modified time | relevance | path

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

1234

/linux-6.6.21/arch/x86/include/asm/
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)
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.6.21/arch/m68k/include/asm/
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
Dpgtable_no.h46 #define VMALLOC_END 0xffffffff macro
/linux-6.6.21/arch/s390/boot/
Dstartup.c25 unsigned long __bootdata_preserved(VMALLOC_END);
212 VMALLOC_END = MODULES_VADDR; in setup_kernel_memory_layout()
215 vsize = round_down(VMALLOC_END / 2, _SEGMENT_SIZE); in setup_kernel_memory_layout()
217 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/
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.6.21/arch/xtensa/mm/
Dinit.c144 VMALLOC_START, VMALLOC_END, in mem_init()
145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/linux-6.6.21/include/linux/
Dioremap.h15 #define IOREMAP_END VMALLOC_END
/linux-6.6.21/arch/riscv/kernel/
Dcrash_core.c12 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/linux-6.6.21/arch/csky/include/asm/
Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux-6.6.21/Documentation/arch/xtensa/
Dmmu.rst84 +------------------+ VMALLOC_END
127 +------------------+ VMALLOC_END
171 +------------------+ VMALLOC_END
/linux-6.6.21/arch/arm64/kernel/
Dcrash_core.c27 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/linux-6.6.21/arch/arm/mm/
Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
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()
/linux-6.6.21/arch/parisc/include/asm/
Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux-6.6.21/arch/mips/include/asm/
Dpgtable-32.h102 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
104 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/linux-6.6.21/arch/arc/mm/
Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
/linux-6.6.21/arch/arm/include/asm/
Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
/linux-6.6.21/arch/x86/mm/
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()
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.6.21/arch/hexagon/include/asm/
Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux-6.6.21/arch/arc/include/asm/
Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux-6.6.21/arch/sparc/kernel/
Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5
/linux-6.6.21/arch/ia64/include/asm/
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.6.21/arch/powerpc/include/asm/book3s/32/
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

1234