/linux/arch/alpha/mm/ |
A D | init.c | 158 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/arch/s390/boot/ |
A D | startup.c | 19 unsigned long __bootdata_preserved(VMALLOC_START); 187 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout() 190 pages = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); in setup_kernel_memory_layout() 193 vmemmap_start = round_down(VMALLOC_START - pages * sizeof(struct page), rte_size); in setup_kernel_memory_layout() 200 VMALLOC_START = max(vmemmap_start + vmemmap_size, VMALLOC_START); in setup_kernel_memory_layout()
|
/linux/arch/arc/include/asm/ |
A D | processor.h | 93 #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)
|
/linux/arch/nds32/mm/ |
A D | init.c | 212 ((CONSISTENT_END) - (CONSISTENT_BASE)) >> 20, VMALLOC_START, in mem_init() 213 (unsigned long)VMALLOC_END, (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 234 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 241 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 242 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
|
/linux/arch/x86/include/asm/ |
A D | pgtable_64_types.h | 133 # 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)
|
A D | pgtable_32_areas.h | 20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro 47 #define MODULES_VADDR VMALLOC_START
|
/linux/arch/m68k/include/asm/ |
A D | pgtable_mm.h | 90 #define VMALLOC_START 0x0f800000 macro 93 #define VMALLOC_START 0xd0000000 macro 104 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
A D | pgtable_no.h | 51 #define VMALLOC_START 0 macro
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 69 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro 70 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF) 71 #define TLBTEMP_BASE_1 (VMALLOC_START + 0x08000000) 81 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
|
/linux/fs/proc/ |
A D | kcore.c | 215 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() 667 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { in add_modules_range() 688 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in proc_kcore_init() 689 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); in proc_kcore_init()
|
/linux/arch/xtensa/mm/ |
A D | kasan_init.c | 81 BUILD_BUG_ON(VMALLOC_START < KASAN_START_VADDR); in kasan_init() 87 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
A D | init.c | 144 VMALLOC_START, VMALLOC_END, in mem_init() 145 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 90 #define IOREMAP_START VMALLOC_START 112 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro 114 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 36 #define VMALLOC_START KERN_VIRT_START macro 38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 68 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
|
/linux/Documentation/xtensa/ |
A D | mmu.rst | 83 | VMALLOC area | VMALLOC_START 0xc0000000 128MB - 64KB 126 | VMALLOC area | VMALLOC_START 0xa0000000 128MB - 64KB 170 | VMALLOC area | VMALLOC_START 0x90000000 128MB - 64KB
|
/linux/arch/arm/mm/ |
A D | ioremap.c | 124 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()
|
A D | iomap.c | 40 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 29 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro 54 #define VMEMMAP_END (VMALLOC_START - 1) 55 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE) 677 #define VMALLOC_START 0 macro
|
/linux/arch/x86/mm/ |
A D | kasan_init_64.c | 376 kasan_mem_to_shadow((void *)VMALLOC_START)); in kasan_init() 385 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init() 389 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
/linux/arch/csky/include/asm/ |
A D | memory.h | 13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
|
/linux/arch/parisc/include/asm/ |
A D | fixmap.h | 39 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
|
/linux/lib/ |
A D | test_debug_virtual.c | 27 va = (void *)VMALLOC_START; in test_debug_virtual_init()
|
/linux/arch/mips/include/asm/ |
A D | pgtable-64.h | 146 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro 153 VMALLOC_START != CKSSEG
|
/linux/arch/h8300/include/asm/ |
A D | pgtable.h | 38 #define VMALLOC_START 0 macro
|
/linux/mm/ |
A D | vmalloc.c | 77 return addr >= VMALLOC_START && addr < VMALLOC_END; in is_vmalloc_addr() 1279 vstart = VMALLOC_START + rnd; in find_vmap_lowest_match_check() 1860 addr -= VMALLOC_START & ~(VMAP_BLOCK_SIZE-1); in addr_to_vb_idx() 1899 VMALLOC_START, VMALLOC_END, in new_vmap_block() 2151 BUG_ON(addr < VMALLOC_START); in vm_unmap_ram() 2199 VMALLOC_START, VMALLOC_END, node, GFP_KERNEL); in vm_map_ram() 2279 unsigned long addr = ALIGN(VMALLOC_START, align); in vm_area_register_early() 2469 VMALLOC_START, VMALLOC_END, in get_vm_area() 2478 VMALLOC_START, VMALLOC_END, in get_vm_area_caller() 3163 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in vmalloc_no_huge() [all …]
|