Home
last modified time | relevance | path

Searched refs:VMALLOC_START (Results 1 - 25 of 198) sorted by relevance

12345678

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable_64_types.h134 # define VMALLOC_START vmalloc_base macro
138 # define VMALLOC_START __VMALLOC_BASE_L4 macro
146 * For KMSAN builds, VMALLOC_START..VMEMORY_END is 4 times bigger than
147 * VMALLOC_START..VMALLOC_END (see below).
149 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1)
159 * 1st quarter: VMALLOC_START to VMALLOC_END - new vmalloc area
170 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1)
179 #define KMSAN_VMALLOC_SHADOW_START (VMALLOC_START + KMSAN_VMALLOC_SHADOW_OFFSET)
180 #define KMSAN_VMALLOC_ORIGIN_START (VMALLOC_START + KMSAN_VMALLOC_ORIGIN_OFFSET)
H A Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
47 #define MODULES_VADDR VMALLOC_START
/kernel/linux/linux-5.10/arch/alpha/mm/
H A Dinit.c158 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init()
163 (VMALLOC_START + (unsigned long)crb->dispatch_va in callback_init()
166 (VMALLOC_START + (unsigned long)crb->fixup_va in callback_init()
187 pgd = pgd_offset_k(VMALLOC_START); in callback_init()
188 p4d = p4d_offset(pgd, VMALLOC_START); in callback_init()
189 pud = pud_offset(p4d, VMALLOC_START); in callback_init()
191 pmd = pmd_offset(pud, VMALLOC_START); in callback_init()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dprocessor.h93 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
98 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
100 #define USER_KERNEL_GUTTER (VMALLOC_START - TASK_SIZE)
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dprocessor.h87 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
94 #define USER_KERNEL_GUTTER (VMALLOC_START - TASK_SIZE)
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dpgtable_mm.h91 #define VMALLOC_START 0x0f800000 macro
94 #define VMALLOC_START 0xd0000000 macro
98 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
109 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/kernel/linux/linux-6.6/arch/alpha/mm/
H A Dinit.c158 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init()
163 (VMALLOC_START + (unsigned long)crb->dispatch_va in callback_init()
166 (VMALLOC_START + (unsigned long)crb->fixup_va in callback_init()
187 pgd = pgd_offset_k(VMALLOC_START); in callback_init()
188 p4d = p4d_offset(pgd, VMALLOC_START); in callback_init()
189 pud = pud_offset(p4d, VMALLOC_START); in callback_init()
191 pmd = pmd_offset(pud, VMALLOC_START); in callback_init()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable_64_types.h133 # define VMALLOC_START vmalloc_base macro
137 # define VMALLOC_START __VMALLOC_BASE_L4 macro
142 #define VMALLOC_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1)
H A Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
47 #define MODULES_VADDR VMALLOC_START
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dinit.c213 ((CONSISTENT_END) - (CONSISTENT_BASE)) >> 20, VMALLOC_START, in mem_init()
214 (unsigned long)VMALLOC_END, (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
235 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
242 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
243 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dstartup.c24 unsigned long __bootdata_preserved(VMALLOC_START);
217 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
220 pages = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); in setup_kernel_memory_layout()
223 vmemmap_start = round_down(VMALLOC_START - pages * sizeof(struct page), rte_size); in setup_kernel_memory_layout()
231 VMALLOC_START = max(vmemmap_start + vmemmap_size, VMALLOC_START); in setup_kernel_memory_layout()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpgtable_mm.h91 #define VMALLOC_START 0x0f800000 macro
94 #define VMALLOC_START 0xd0000000 macro
105 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dkasan_init.c81 BUILD_BUG_ON(VMALLOC_START < KASAN_START_VADDR); in kasan_init()
87 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
H A Dinit.c145 VMALLOC_START, VMALLOC_END, in mem_init()
146 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dkasan_init.c79 BUILD_BUG_ON(VMALLOC_START < KASAN_START_VADDR); in kasan_init()
85 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
H A Dinit.c144 VMALLOC_START, VMALLOC_END, in mem_init()
145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/kernel/liteos_a/kernel/base/include/
H A Dlos_vm_zone.h70 #define VMALLOC_START (UNCACHED_VMM_BASE + UNCACHED_VMM_SIZE) macro
74 #define PERIPH_DEVICE_BASE (VMALLOC_START + VMALLOC_SIZE)
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpgtable.h70 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro
71 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF)
72 #define TLBTEMP_BASE_1 (VMALLOC_START + 0x08000000)
82 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable.h29 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
55 #define VMEMMAP_END (VMALLOC_START - 1)
56 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE)
482 #define VMALLOC_START 0 macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dpgtable.h68 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro
69 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF)
70 #define TLBTEMP_BASE_1 (VMALLOC_START + 0x08000000)
80 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
/kernel/linux/linux-5.10/fs/proc/
H A Dkcore.c215 if (VMALLOC_START > ent->addr) { in kclist_add_private()
216 if (VMALLOC_START - ent->addr < ent->size) in kclist_add_private()
217 ent->size = VMALLOC_START - ent->addr; in kclist_add_private()
626 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { in add_modules_range()
647 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in proc_kcore_init()
648 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); in proc_kcore_init()
/kernel/linux/linux-6.6/fs/proc/
H A Dkcore.c214 if (VMALLOC_START > ent->addr) { in kclist_add_private()
215 if (VMALLOC_START - ent->addr < ent->size) in kclist_add_private()
216 ent->size = VMALLOC_START - ent->addr; in kclist_add_private()
677 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { in add_modules_range()
698 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in proc_kcore_init()
699 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); in proc_kcore_init()
/kernel/linux/linux-6.6/include/linux/
H A Dioremap.h14 #define IOREMAP_START VMALLOC_START
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dfixmap.h39 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dfixmap.h54 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro

Completed in 11 milliseconds

12345678