Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/nds32/mm/
Dinit.c214 (unsigned long)VMALLOC_END, (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
234 BUILD_BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init()
235 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
241 BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init()
242 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_mm.h92 #define VMALLOC_END m68k_vmalloc_end macro
95 #define VMALLOC_END 0xe0000000 macro
106 #define VMALLOC_END KMAP_START macro
Dpgtable_no.h53 #define VMALLOC_END 0xffffffff macro
/kernel/linux/linux-5.10/arch/ia64/mm/
Dcontig.c197 VMALLOC_END -= map_size; in paging_init()
198 vmem_map = (struct page *) VMALLOC_END; in paging_init()
/kernel/linux/linux-5.10/arch/xtensa/mm/
Dinit.c145 VMALLOC_START, VMALLOC_END, in mem_init()
146 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h93 #define IOREMAP_END VMALLOC_END
120 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro
122 #define VMALLOC_END ioremap_bot macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/kernel/linux/linux-5.10/arch/arm/mm/
Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
/kernel/linux/linux-5.10/Documentation/xtensa/
Dmmu.rst84 +------------------+ VMALLOC_END
127 +------------------+ VMALLOC_END
171 +------------------+ VMALLOC_END
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dfixmap.h40 #define VMALLOC_END (KERNEL_MAP_END) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dpgtable.h228 extern unsigned long VMALLOC_END;
232 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 10))) macro
233 # define vmemmap ((struct page *)VMALLOC_END)
235 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9))) macro
Dmeminit.h63 extern unsigned long VMALLOC_END;
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable-32.h104 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
106 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h39 #define VMALLOC_END 0xffffffff macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h25 #define VMALLOC_END (PAGE_OFFSET - 1) macro
30 #define BPF_JIT_REGION_END (VMALLOC_END)
461 #define VMALLOC_END TASK_SIZE macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h65 #define VMALLOC_END 0xffffffffUL macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dprocessor.h98 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/kernel/linux/linux-5.10/arch/x86/mm/
Dinit_32.c782 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init()
785 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
791 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init()
793 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
Dkasan_init_64.c405 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init()
409 kasan_mem_to_shadow((void *)VMALLOC_END)); in kasan_init()
412 kasan_mem_to_shadow((void *)VMALLOC_END + 1), in kasan_init()
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h21 #define VMALLOC_END 0xffffffff macro
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
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
/kernel/linux/linux-5.10/arch/arc/mm/
Dhighmem.c110 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()

1234