Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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
H A Dpgtable_no.h52 #define VMALLOC_START 0 macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h26 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
40 #define VMEMMAP_END (VMALLOC_START - 1)
41 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE)
460 #define VMALLOC_START 0 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h38 #define VMALLOC_START KERN_VIRT_START macro
40 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
70 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h92 #define IOREMAP_START VMALLOC_START
114 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro
116 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/OK3568_Linux_fs/kernel/Documentation/xtensa/
H 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
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsetup.c113 unsigned long VMALLOC_START; variable
114 EXPORT_SYMBOL(VMALLOC_START);
580 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_memory_end()
583 tmp = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); in setup_memory_end()
586 tmp = VMALLOC_START - tmp * sizeof(struct page); in setup_memory_end()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dioremap.c123 memcpy(pgd_offset(mm, VMALLOC_START), in __check_vmalloc_seq()
124 pgd_offset_k(VMALLOC_START), in __check_vmalloc_seq()
126 pgd_index(VMALLOC_START))); in __check_vmalloc_seq()
H A Diomap.c40 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c50 return addr >= VMALLOC_START && addr < VMALLOC_END; in is_vmalloc_addr()
940 vstart = VMALLOC_START + rnd; in find_vmap_lowest_match_check()
1524 addr -= VMALLOC_START & ~(VMAP_BLOCK_SIZE-1); in addr_to_vb_idx()
1563 VMALLOC_START, VMALLOC_END, in new_vmap_block()
1815 BUG_ON(addr < VMALLOC_START); in vm_unmap_ram()
1863 VMALLOC_START, VMALLOC_END, node, GFP_KERNEL); in vm_map_ram()
1926 addr = ALIGN(VMALLOC_START + vm_init_off, align); in vm_area_register_early()
1927 vm_init_off = PFN_ALIGN(addr + vm->size) - VMALLOC_START; in vm_area_register_early()
2123 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area()
2131 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dkasan_init_64.c378 kasan_mem_to_shadow((void *)VMALLOC_START)); in kasan_init()
387 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
391 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dmemory.h13 #define VMALLOC_START _AC(0xc0008000, UL) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dfixmap.h39 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-64.h147 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
154 VMALLOC_START != CKSSEG
/OK3568_Linux_fs/kernel/lib/
H A Dtest_debug_virtual.c27 va = (void *)VMALLOC_START; in test_debug_virtual_init()
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dpgtable.h38 #define VMALLOC_START 0 macro

12345