/linux-4.4.14/arch/arc/include/asm/ |
D | processor.h | 112 #define VMALLOC_START 0x70000000 macro 118 #define VMALLOC_SIZE (PAGE_OFFSET - VMALLOC_START - PGDIR_SIZE * 4) 119 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 123 #define TASK_SIZE (VMALLOC_START - USER_KERNEL_GUTTER)
|
D | entry-compact.h | 69 brlo sp, VMALLOC_START, 88f
|
/linux-4.4.14/arch/alpha/mm/ |
D | init.c | 156 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init() 161 (VMALLOC_START + (unsigned long)crb->dispatch_va in callback_init() 164 (VMALLOC_START + (unsigned long)crb->fixup_va in callback_init() 185 pgd = pgd_offset_k(VMALLOC_START); in callback_init() 187 pmd = pmd_offset(pgd, VMALLOC_START); in callback_init()
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | pgtable.h | 9 #define VMALLOC_START KSEG_7 macro 12 #define VMALLOC_START KSEG_D macro
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | pgtable.h | 8 #define VMALLOC_START KSEG_E macro 11 #define VMALLOC_START KSEG_D macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_mm.h | 87 #define VMALLOC_START 0x0f800000 macro 90 #define VMALLOC_START 0xd0000000 macro 101 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
D | pgtable_no.h | 55 #define VMALLOC_START 0 macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable_32_types.h | 33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro 49 #define MODULES_VADDR VMALLOC_START
|
D | pgtable_64_types.h | 57 #define VMALLOC_START _AC(0xffffc90000000000, UL) macro
|
/linux-4.4.14/arch/powerpc/mm/ |
D | slb.c | 132 :: "r"(mk_vsid_data(VMALLOC_START, mmu_kernel_ssize, vflags)), in __slb_flush_and_rebolt() 133 "r"(mk_esid_data(VMALLOC_START, mmu_kernel_ssize, 1)), in __slb_flush_and_rebolt() 159 slb_shadow_update(VMALLOC_START, mmu_kernel_ssize, vflags, VMALLOC_INDEX); in slb_vmalloc_update() 335 create_shadowed_slbe(VMALLOC_START, mmu_kernel_ssize, vflags, VMALLOC_INDEX); in slb_initialize()
|
D | mem.c | 377 VMALLOC_START, VMALLOC_END); in mem_init()
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 226 if (VMALLOC_START > (unsigned long)__va(0)) { in kclist_add_private() 227 if (ent->addr > VMALLOC_START) in kclist_add_private() 229 if (VMALLOC_START - ent->addr < ent->size) in kclist_add_private() 230 ent->size = VMALLOC_START - ent->addr; in kclist_add_private() 613 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { in add_modules_range() 635 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in proc_kcore_init() 636 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); in proc_kcore_init()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable.h | 83 #define VMALLOC_START (P3SEG) macro 85 #define VMALLOC_START (0xf0000000) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | fixmap.h | 26 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
|
/linux-4.4.14/arch/arm/mm/ |
D | iomap.c | 37 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
|
D | ioremap.c | 120 memcpy(pgd_offset(mm, VMALLOC_START), in __check_vmalloc_seq() 121 pgd_offset_k(VMALLOC_START), in __check_vmalloc_seq() 123 pgd_index(VMALLOC_START))); in __check_vmalloc_seq()
|
D | dump.c | 354 address_markers[2].start_address = VMALLOC_START; in ptdump_init()
|
D | mmu.c | 901 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { in create_mapping() 1230 addr < VMALLOC_START; addr += PMD_SIZE) in prepare_page_table() 1285 for (addr = VMALLOC_START; addr < (FIXADDR_TOP & PMD_MASK); addr += PMD_SIZE) in devicemaps_init()
|
D | init.c | 528 MLM(VMALLOC_START, VMALLOC_END), in mem_init()
|
/linux-4.4.14/arch/s390/kernel/ |
D | setup.c | 87 unsigned long VMALLOC_START; variable 88 EXPORT_SYMBOL(VMALLOC_START); 455 VMALLOC_START = vmax - vmalloc_size; in setup_memory_end() 458 tmp = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); in setup_memory_end() 461 tmp = VMALLOC_START - tmp * sizeof(struct page); in setup_memory_end()
|
/linux-4.4.14/arch/x86/mm/ |
D | init_32.c | 781 VMALLOC_START, VMALLOC_END, in mem_init() 782 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 807 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 818 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 819 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
|
D | fault.c | 237 for (address = VMALLOC_START & PMD_MASK; in vmalloc_sync_all() 273 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault() 359 sync_global_pgds(VMALLOC_START & PGDIR_MASK, VMALLOC_END, 0); in vmalloc_sync_all() 375 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault()
|
D | dump_pagetables.c | 76 { VMALLOC_START, "vmalloc() Area" }, 463 address_markers[VMALLOC_START_NR].start_address = VMALLOC_START; in pt_dump_init()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | pgtable.h | 44 #define VMALLOC_START 0 macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | mem-layout.h | 52 #define VMALLOC_START __UL(0xd0000000) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | fixmap.h | 47 #define FIXADDR_TOP (VMALLOC_START - PAGE_SIZE)
|
D | pgtable.h | 71 #define VMALLOC_START 0xC0000000 macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | mem-layout.h | 75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable-64.h | 129 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro 136 VMALLOC_START != CKSSEG
|
D | pgtable-32.h | 62 #define VMALLOC_START MAP_BASE macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 85 #define VMALLOC_START 0UL macro
|
D | pgtable.h | 45 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 23 #define VMALLOC_START 0 macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 97 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS… macro 99 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
D | pgtable-ppc64.h | 45 #define VMALLOC_START KERN_VIRT_START macro 51 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 79 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable_32.h | 71 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE) macro
|
D | pgtable_64.h | 57 #define VMALLOC_START _VMALLOC_START macro
|
D | page.h | 235 #define MEM_MODULE_START VMALLOC_START
|
/linux-4.4.14/arch/mn10300/mm/ |
D | init.c | 61 for (loop = VMALLOC_START / (PAGE_SIZE * PTRS_PER_PTE); in paging_init()
|
D | fault.c | 158 if (address >= VMALLOC_START && address < VMALLOC_END && in do_page_fault()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 97 #define VMALLOC_START (0x70000000UL) macro 101 #define VMALLOC_START (0x70000000) macro 106 extern pte_t kernel_vmalloc_ptes[(VMALLOC_END - VMALLOC_START) / PAGE_SIZE];
|
/linux-4.4.14/arch/arm64/mm/ |
D | ioremap.c | 91 if (VMALLOC_START <= addr && addr < VMALLOC_END) in __iounmap()
|
D | init.c | 320 MLG(VMALLOC_START, VMALLOC_END), in mem_init()
|
D | mmu.c | 278 if (virt < VMALLOC_START) { in create_mapping() 298 if (virt < VMALLOC_START) { in create_mapping_late()
|
D | dump.c | 54 { VMALLOC_START, "vmalloc() Area" },
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 15 #define VMALLOC_START 0xF8000000 macro 20 #define VMALLOC_START 0x78000000 macro
|
/linux-4.4.14/Documentation/arm/ |
D | memory.txt | 50 VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space. 55 VMALLOC_START is based upon the value
|
D | Porting | 92 VMALLOC_START 101 Offset normally incorporated into VMALLOC_START to provide a hole
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 33 #ifndef VMALLOC_START 35 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \ macro
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 508 if (va->va_end > VMALLOC_START && va->va_end <= VMALLOC_END) in __free_vmap_area() 796 addr -= VMALLOC_START & ~(VMAP_BLOCK_SIZE-1); in addr_to_vb_idx() 835 VMALLOC_START, VMALLOC_END, in new_vmap_block() 1088 BUG_ON(addr < VMALLOC_START); in vm_unmap_ram() 1131 VMALLOC_START, VMALLOC_END, node, GFP_KERNEL); in vm_map_ram() 1190 addr = ALIGN(VMALLOC_START + vm_init_off, align); in vm_area_register_early() 1191 vm_init_off = PFN_ALIGN(addr + vm->size) - VMALLOC_START; in vm_area_register_early() 1391 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area() 1399 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller() 1715 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END, in __vmalloc_node() [all …]
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 91 #define VMALLOC_START 0 macro
|
/linux-4.4.14/arch/unicore32/mm/ |
D | init.c | 402 VMALLOC_START, VMALLOC_END, in mem_init() 403 DIV_ROUND_UP((VMALLOC_END - VMALLOC_START), SZ_1M), in mem_init()
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 48 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro 51 #define MODULES_VADDR VMALLOC_START
|
/linux-4.4.14/arch/cris/kernel/ |
D | traps.c | 50 module_start = VMALLOC_START; in show_trace()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 54 #define VMALLOC_START 0xfffffe0000000000 macro 56 #define VMALLOC_START (-2*PGDIR_SIZE) macro
|
/linux-4.4.14/arch/xtensa/mm/ |
D | init.c | 357 VMALLOC_START, VMALLOC_END, in mem_init() 358 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/linux-4.4.14/arch/m68k/mm/ |
D | init.c | 140 MLM(VMALLOC_START, VMALLOC_END), in print_memmap()
|
D | mcfmmu.c | 24 #define KMAPAREA(x) ((x >= VMALLOC_START) && (x < KMAP_END))
|
/linux-4.4.14/arch/sh/mm/ |
D | init.c | 452 (unsigned long)VMALLOC_START, VMALLOC_END, in mem_init() 453 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
D | fault.c | 184 if (!(address >= VMALLOC_START && address < __FAULT_ADDR_LIMIT)) in vmalloc_fault()
|
/linux-4.4.14/arch/tile/mm/ |
D | init.c | 760 BUILD_BUG_ON(pgd_index(VMALLOC_START) != pgd_index(VMALLOC_END - 1)); in paging_init() 761 pud = pud_offset(pgd_base + pgd_index(VMALLOC_START), VMALLOC_START); in paging_init()
|
D | fault.c | 143 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault() 890 pgd_index(VMALLOC_START)); in vmalloc_sync_all()
|
/linux-4.4.14/arch/arc/mm/ |
D | fault.c | 82 if (address >= VMALLOC_START) { in do_page_fault()
|
D | tlbex.S | 324 cmp_s r2, VMALLOC_START 366 cmp_s r2, VMALLOC_START
|
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 186 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START)
|
D | mm.h | 382 return addr >= VMALLOC_START && addr < VMALLOC_END; in is_vmalloc_addr()
|
/linux-4.4.14/arch/score/mm/ |
D | fault.c | 66 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) in do_page_fault()
|
/linux-4.4.14/arch/nios2/mm/ |
D | fault.c | 66 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) { in do_page_fault()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 57 #define VMALLOC_START 0 macro 92 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
|
/linux-4.4.14/arch/openrisc/mm/ |
D | fault.c | 80 if (address >= VMALLOC_START && in do_page_fault()
|
/linux-4.4.14/arch/metag/mm/ |
D | fault.c | 60 if ((address >= VMALLOC_START) && (address < VMALLOC_END)) { in do_page_fault()
|
/linux-4.4.14/arch/cris/mm/ |
D | fault.c | 89 if (address >= VMALLOC_START && in do_page_fault()
|
/linux-4.4.14/arch/s390/mm/ |
D | dump_pagetables.c | 221 address_markers[VMALLOC_NR].start_address = VMALLOC_START; in pt_dump_init()
|
/linux-4.4.14/arch/frv/mm/ |
D | fault.c | 69 if (ear0 >= VMALLOC_START && ear0 < VMALLOC_END) in do_page_fault()
|
/linux-4.4.14/arch/um/kernel/ |
D | um_arch.c | 320 start_vm = VMALLOC_START; in linux_main()
|
/linux-4.4.14/arch/tile/kernel/ |
D | setup.c | 1260 if ((long)VMALLOC_START >= 0) in validate_va() 1263 VMALLOC_START); in validate_va() 1554 if (addr < VMALLOC_START || addr >= VMALLOC_END) in pcpu_fc_populate_pte() 1556 addr, VMALLOC_START, VMALLOC_END); in pcpu_fc_populate_pte()
|
/linux-4.4.14/arch/mips/mm/ |
D | fault.c | 84 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) in __do_page_fault()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 29 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
|
/linux-4.4.14/arch/microblaze/mm/ |
D | init.c | 261 (unsigned long)VMALLOC_START, VMALLOC_END); in mem_init()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 66 #define VMALLOC_START KSEG2 macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 32 #define VMALLOC_START (0xc0000000UL) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 46 #define VMALLOC_START (VA_START) macro 49 #define VMALLOC_START (KASAN_SHADOW_END + SZ_64K) macro
|
/linux-4.4.14/arch/alpha/kernel/ |
D | core_titan.c | 549 if (addr >= VMALLOC_START) in titan_iounmap() 558 if (addr >= VMALLOC_START) in titan_is_mmio()
|
D | core_marvel.c | 777 if (addr >= VMALLOC_START) in marvel_iounmap() 786 if (addr >= VMALLOC_START) in marvel_is_mmio()
|
/linux-4.4.14/arch/parisc/mm/ |
D | init.c | 636 (void*)VMALLOC_START, (void*)VMALLOC_END, in mem_init() 637 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 441 #define VMALLOC_START _AC(0xfe600000,UL) macro
|
D | pgtable_64.h | 42 #define VMALLOC_START _AC(0x0000000100000000,UL) macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 96 #define VMALLOC_START (PAGE_OFFSET-0x04000000) macro
|
/linux-4.4.14/arch/arm/kernel/ |
D | module.c | 48 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | head.S | 450 .space ((VMALLOC_END-VMALLOC_START)/PAGE_SIZE)*4
|
D | gdb-stub.c | 444 if (((u8 *) VMALLOC_START <= addr) && (addr < (u8 *) VMALLOC_END)) in __gdbstub_mark_bp()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 224 #define VMALLOC_START (RGN_BASE(RGN_GATE) + 0x200000000UL) macro
|
/linux-4.4.14/drivers/md/ |
D | dm-bufio.c | 1832 if (mem > (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100) in dm_bufio_init() 1833 mem = (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100; in dm_bufio_init()
|
D | dm-stats.c | 90 if (a > (VMALLOC_END - VMALLOC_START) / DM_STATS_VMALLOC_FACTOR) in __check_shared_memory()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | module.c | 220 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
|
/linux-4.4.14/drivers/acpi/apei/ |
D | ghes.c | 133 VM_IOREMAP, VMALLOC_START, VMALLOC_END); in ghes_ioremap_init()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 108 extern unsigned long VMALLOC_START;
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 436 for (addr = VMALLOC_START; is_vmalloc_addr((void*)addr); addr += PGDIR_SIZE) in free_hyp_pgds()
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 1782 VMALLOC_START, VMALLOC_END); in setup_page_offset()
|