Home
last modified time | relevance | path

Searched refs:VMALLOC_END (Results 1 - 25 of 177) sorted by relevance

12345678

/kernel/linux/linux-5.10/arch/x86/include/asm/
H 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)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H 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)
H A Dpgtable_64_types.h145 * For non-KMSAN builds, this is the same as VMALLOC_END.
147 * VMALLOC_START..VMALLOC_END (see below).
152 #define VMALLOC_END VMEMORY_END macro
159 * 1st quarter: VMALLOC_START to VMALLOC_END - new vmalloc area
161 * VMALLOC_END+KMSAN_VMALLOC_SHADOW_OFFSET - vmalloc area shadow
163 * VMALLOC_END+KMSAN_VMALLOC_ORIGIN_OFFSET - vmalloc area origins
170 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro
186 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
/kernel/linux/linux-5.10/arch/nds32/mm/
H A 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-6.6/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.h46 #define VMALLOC_END 0xffffffff macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpgtable_mm.h92 #define VMALLOC_END m68k_vmalloc_end macro
95 #define VMALLOC_END 0xe0000000 macro
106 #define VMALLOC_END KMAP_START macro
/kernel/linux/linux-6.6/arch/s390/boot/
H A 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()
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dinit.c145 VMALLOC_START, VMALLOC_END, in mem_init()
146 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dcontig.c197 VMALLOC_END -= map_size; in paging_init()
198 vmem_map = (struct page *) VMALLOC_END; in paging_init()
/kernel/linux/linux-6.6/include/linux/
H A Dioremap.h15 #define IOREMAP_END VMALLOC_END
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dinit.c144 VMALLOC_START, VMALLOC_END, in mem_init()
145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dfixmap.h40 #define VMALLOC_END (KERNEL_MAP_END) macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dcrash_core.c12 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable-64.h76 #define VMALLOC_END \ macro
80 #define VMALLOC_END \ macro
85 #define vmemmap ((struct page *)((VMALLOC_END + PMD_SIZE) & PMD_MASK))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H A 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/riscv/include/asm/
H A Dpgtable.h28 #define VMALLOC_END (PAGE_OFFSET - 1) macro
38 #define BPF_JIT_REGION_END (VMALLOC_END)
483 #define VMALLOC_END TASK_SIZE macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H A 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
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A 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
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H A Dpgtable.h39 #define VMALLOC_END 0xffffffff macro
/kernel/linux/linux-5.10/arch/arm/mm/
H A Diomap.c41 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcrash_core.c27 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END); in arch_crash_save_vmcoreinfo()
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro

Completed in 14 milliseconds

12345678