Home
last modified time | relevance | path

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

1234

/linux/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.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)
/linux/arch/m68k/include/asm/
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
A Dpgtable_no.h45 #define VMALLOC_END 0xffffffff macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h84 #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/s390/boot/
A Dstartup.c27 unsigned long __bootdata_preserved(VMALLOC_END);
304 VMALLOC_END = MODULES_VADDR; in setup_kernel_memory_layout()
306 VMALLOC_END -= MODULES_LEN * 2; in setup_kernel_memory_layout()
309 vsize = (VMALLOC_END - FIXMAP_SIZE) / 2; in setup_kernel_memory_layout()
315 VMALLOC_END -= vmalloc_size * 2; in setup_kernel_memory_layout()
317 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
/linux/arch/powerpc/mm/
A Dmem.c338 VMALLOC_START, VMALLOC_END); in mem_init()
456 end = VMALLOC_END; in execmem_arch_setup()
473 .end = VMALLOC_END, in execmem_arch_setup()
479 .end = VMALLOC_END, in execmem_arch_setup()
/linux/arch/xtensa/mm/
A Dinit.c144 VMALLOC_START, VMALLOC_END, in mem_init()
145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
66 #define VMEMMAP_BASE VMALLOC_END
/linux/include/linux/
A Dioremap.h16 #define IOREMAP_END VMALLOC_END
/linux/arch/riscv/kernel/
A Dvmcore_info.c11 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/linux/Documentation/arch/xtensa/
A Dmmu.rst84 +------------------+ VMALLOC_END
127 +------------------+ VMALLOC_END
171 +------------------+ VMALLOC_END
/linux/arch/csky/include/asm/
A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux/arch/arm64/kernel/
A Dvmcore_info.c26 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/linux/arch/arm/mm/
A Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
A Dkasan_init.c246 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/
A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux/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/arch/arc/mm/
A Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
/linux/arch/arm64/kernel/pi/
A Dkaslr_early.c64 range = (VMALLOC_END - KIMAGE_VADDR) / 2; in kaslr_early_init()
/linux/arch/arm/include/asm/
A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
/linux/arch/x86/mm/
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()
/linux/arch/hexagon/include/asm/
A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h169 #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/arc/include/asm/
A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro

Completed in 33 milliseconds

1234