Home
last modified time | relevance | path

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

123

/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.h130 #define VMALLOC_END VMEMORY_END macro
148 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro
164 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
/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
/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
/arch/s390/boot/
A Dstartup.c32 unsigned long __bootdata_preserved(VMALLOC_END);
402 VMALLOC_END = MODULES_VADDR; in setup_kernel_memory_layout()
404 VMALLOC_END -= MODULES_LEN * 2; in setup_kernel_memory_layout()
408 vsize = (VMALLOC_END - FIXMAP_SIZE) / 2; in setup_kernel_memory_layout()
414 VMALLOC_END -= vmalloc_size * 2; in setup_kernel_memory_layout()
416 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
417 boot_debug("vmalloc area: 0x%016lx-0x%016lx\n", VMALLOC_START, VMALLOC_END); in setup_kernel_memory_layout()
/arch/riscv/kernel/
A Dvmcore_info.c11 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/arch/xtensa/mm/
A Dinit.c93 VMALLOC_START, VMALLOC_END, in print_vm_layout()
94 (VMALLOC_END - VMALLOC_START) >> 20, in print_vm_layout()
/arch/csky/include/asm/
A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/arch/arm64/kernel/
A Dvmcore_info.c26 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/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()
/arch/parisc/include/asm/
A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/arch/arc/mm/
A Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
/arch/arm64/kernel/pi/
A Dkaslr_early.c60 range = (VMALLOC_END - KIMAGE_VADDR) / 2; in kaslr_early_init()
/arch/arm/include/asm/
A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
66 #define VMEMMAP_BASE VMALLOC_END
/arch/powerpc/mm/
A Dmem.c418 end = VMALLOC_END; in execmem_arch_setup()
435 .end = VMALLOC_END, in execmem_arch_setup()
441 .end = VMALLOC_END, in execmem_arch_setup()
/arch/hexagon/include/asm/
A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/arch/arc/include/asm/
A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/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
/arch/x86/mm/
A Dinit_32.c706 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init()
709 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
715 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init()
717 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
A Dkasan_init_64.c402 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init()
406 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init()
409 kasan_mem_to_shadow((void *)VMALLOC_END + 1), in kasan_init()
/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
/arch/sparc/kernel/
A Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5

Completed in 24 milliseconds

123