Home
last modified time | relevance | path

Searched refs:VMALLOC_START (Results 1 – 25 of 104) sorted by relevance

12345

/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable_64_types.h134 # define VMALLOC_START vmalloc_base macro
138 # define VMALLOC_START __VMALLOC_BASE_L4 macro
149 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1)
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)
A Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
47 #define MODULES_VADDR VMALLOC_START
/linux-6.3-rc2/arch/alpha/mm/
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()
/linux-6.3-rc2/arch/m68k/include/asm/
A Dpgtable_mm.h93 #define VMALLOC_START 0x0f800000 macro
96 #define VMALLOC_START 0xd0000000 macro
100 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
111 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
A Dpgtable_no.h45 #define VMALLOC_START 0 macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dprocessor.h90 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
95 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
97 #define USER_KERNEL_GUTTER (VMALLOC_START - TASK_SIZE)
/linux-6.3-rc2/arch/s390/boot/
A Dstartup.c25 unsigned long __bootdata_preserved(VMALLOC_START);
216 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout()
219 pages = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); in setup_kernel_memory_layout()
222 vmemmap_start = round_down(VMALLOC_START - pages * sizeof(struct page), rte_size); in setup_kernel_memory_layout()
229 VMALLOC_START = max(vmemmap_start + vmemmap_size, VMALLOC_START); in setup_kernel_memory_layout()
/linux-6.3-rc2/arch/xtensa/mm/
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()
A Dinit.c144 VMALLOC_START, VMALLOC_END, in mem_init()
145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/linux-6.3-rc2/arch/xtensa/include/asm/
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
/linux-6.3-rc2/fs/proc/
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()
658 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { in add_modules_range()
679 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in proc_kcore_init()
680 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); in proc_kcore_init()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h91 #define IOREMAP_START VMALLOC_START
113 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro
115 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux-6.3-rc2/arch/riscv/kernel/
A Dcrash_core.c12 vmcoreinfo_append_str("NUMBER(VMALLOC_START)=0x%lx\n", VMALLOC_START); in arch_crash_save_vmcoreinfo()
/linux-6.3-rc2/arch/csky/include/asm/
A Dmemory.h13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
/linux-6.3-rc2/Documentation/xtensa/
A Dmmu.rst83 | VMALLOC area | VMALLOC_START 0xc0000000 128MB - 64KB
126 | VMALLOC area | VMALLOC_START 0xa0000000 128MB - 64KB
170 | VMALLOC area | VMALLOC_START 0x90000000 128MB - 64KB
/linux-6.3-rc2/arch/arm64/kernel/
A Dcrash_core.c25 vmcoreinfo_append_str("NUMBER(VMALLOC_START)=0x%lx\n", VMALLOC_START); in arch_crash_save_vmcoreinfo()
/linux-6.3-rc2/arch/arm/mm/
A Diomap.c40 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
A Dioremap.c124 memcpy(pgd_offset(mm, VMALLOC_START), in __check_vmalloc_seq()
125 pgd_offset_k(VMALLOC_START), in __check_vmalloc_seq()
127 pgd_index(VMALLOC_START))); in __check_vmalloc_seq()
/linux-6.3-rc2/arch/parisc/include/asm/
A Dfixmap.h54 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/linux-6.3-rc2/lib/
A Dtest_debug_virtual.c27 va = (void *)VMALLOC_START; in test_debug_virtual_init()
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable-nommu.h62 #define VMALLOC_START 0UL macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable-64.h141 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
148 VMALLOC_START != CKSSEG
/linux-6.3-rc2/arch/x86/mm/
A Dkasan_init_64.c393 kasan_mem_to_shadow((void *)VMALLOC_START)); in kasan_init()
402 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
406 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable.h41 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
75 #define VMEMMAP_END VMALLOC_START
76 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE)
825 #define VMALLOC_START 0 macro

Completed in 39 milliseconds

12345