Home
last modified time | relevance | path

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

123

/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.h45 #define VMALLOC_END 0xffffffff macro
/linux/arch/powerpc/include/asm/nohash/32/
H 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/x86/include/asm/
H A Dpgtable_64_types.h133 #define VMALLOC_END VMEMORY_END macro
151 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro
167 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
66 #define VMEMMAP_BASE VMALLOC_END
/linux/Documentation/arch/xtensa/
H A Dmmu.rst84 +------------------+ VMALLOC_END
127 +------------------+ VMALLOC_END
171 +------------------+ VMALLOC_END
/linux/arch/x86/mm/
H 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()
H 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()
/linux/include/linux/
H A Dioremap.h16 #define IOREMAP_END VMALLOC_END
/linux/arch/riscv/kernel/
H A Dvmcore_info.c11 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/linux/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h89 #define VMALLOC_END (FIXADDR_START - (2 * PAGE_SIZE)) macro
107 #define VMALLOC_END \ macro
111 #define VMALLOC_END \ macro
116 #define vmemmap ((struct page *)((VMALLOC_END + PMD_SIZE) & PMD_MASK))
/linux/arch/arm/mm/
H A Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
H 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/
H A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux/arch/arc/mm/
H A Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
/linux/arch/powerpc/include/asm/book3s/32/
H 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/arm/include/asm/
H A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux/arch/sparc/kernel/
H A Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5
/linux/arch/arc/include/asm/
H A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux/arch/um/include/asm/
H A Dpgtable.h54 #define VMALLOC_END (TASK_SIZE-2*PAGE_SIZE) macro
56 #define MODULES_END VMALLOC_END
/linux/Documentation/arch/arm/
H A Dmemory.rst59 VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space.
65 of the high_memory variable, and VMALLOC_END
/linux/arch/arm64/mm/
H A Dinit.c539 .end = VMALLOC_END, in execmem_arch_setup()
545 .end = VMALLOC_END, in execmem_arch_setup()
/linux/scripts/gdb/linux/
H A Dvmalloc.py20 return addr >= pg_ops.VMALLOC_START and addr < pg_ops.VMALLOC_END

123