/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_32_types.h | 44 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE) macro 46 # define VMALLOC_END (FIXADDR_START - 2 * PAGE_SIZE) macro 50 #define MODULES_END VMALLOC_END 53 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
|
D | pgtable_64_types.h | 58 #define VMALLOC_END _AC(0xffffe8ffffffffff, UL) macro
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | pgtable.h | 10 #define VMALLOC_END KSEG_8 macro 13 #define VMALLOC_END KSEG_E macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | pgtable.h | 9 #define VMALLOC_END KSEG_F macro 12 #define VMALLOC_END KSEG_E macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | pgtable_mm.h | 88 #define VMALLOC_END m68k_vmalloc_end macro 91 #define VMALLOC_END 0xe0000000 macro 102 #define VMALLOC_END KMAP_START macro
|
D | pgtable_no.h | 56 #define VMALLOC_END 0xffffffff macro
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mmu.c | 222 md->virtual >= PAGE_OFFSET && md->virtual < VMALLOC_END) { in create_mapping() 253 static void * __initdata vmalloc_min = (void *)(VMALLOC_END - SZ_128M); 271 if (vmalloc_reserve > VMALLOC_END - (PAGE_OFFSET + SZ_32M)) { in early_vmalloc() 272 vmalloc_reserve = VMALLOC_END - (PAGE_OFFSET + SZ_32M); in early_vmalloc() 278 vmalloc_min = (void *)(VMALLOC_END - vmalloc_reserve); in early_vmalloc() 326 addr < VMALLOC_END; addr += PGDIR_SIZE) in prepare_page_table() 360 for (addr = VMALLOC_END; addr; addr += PGDIR_SIZE) in devicemaps_init()
|
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.1.27/arch/x86/mm/ |
D | init_32.c | 781 VMALLOC_START, VMALLOC_END, in mem_init() 782 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 804 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 807 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 816 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 818 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
|
D | fault.c | 271 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault() 355 sync_global_pgds(VMALLOC_START & PGDIR_MASK, VMALLOC_END, 0); in vmalloc_sync_all() 371 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault()
|
D | dump_pagetables.c | 408 address_markers[VMALLOC_END_NR].start_address = VMALLOC_END; in pt_dump_init()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | fixmap.h | 27 #define VMALLOC_END (KERNEL_MAP_END) macro
|
/linux-4.1.27/arch/s390/kernel/ |
D | setup.c | 89 unsigned long VMALLOC_END; variable 90 EXPORT_SYMBOL(VMALLOC_END); 284 VMALLOC_END = (memparse(arg, &arg) + PAGE_SIZE - 1) & PAGE_MASK; in parse_vmalloc() 442 vmalloc_size = VMALLOC_END ?: (128UL << 30) - MODULES_LEN; in setup_memory_end() 452 VMALLOC_END = MODULES_VADDR; in setup_memory_end()
|
/linux-4.1.27/arch/arm/mm/ |
D | iomap.c | 38 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
|
D | mmu.c | 859 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { in create_mapping() 1039 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET); 1056 if (vmalloc_reserve > VMALLOC_END - (PAGE_OFFSET + SZ_32M)) { in early_vmalloc() 1057 vmalloc_reserve = VMALLOC_END - (PAGE_OFFSET + SZ_32M); in early_vmalloc() 1062 vmalloc_min = (void *)(VMALLOC_END - vmalloc_reserve); in early_vmalloc()
|
D | dump.c | 32 { VMALLOC_END, "vmalloc() End" },
|
D | ioremap.c | 122 sizeof(pgd_t) * (pgd_index(VMALLOC_END) - in __check_vmalloc_seq()
|
D | init.c | 526 MLM(VMALLOC_START, VMALLOC_END), in mem_init()
|
/linux-4.1.27/arch/ia64/mm/ |
D | contig.c | 259 VMALLOC_END -= map_size; in paging_init() 260 vmem_map = (struct page *) VMALLOC_END; in paging_init()
|
D | discontig.c | 708 VMALLOC_END -= PAGE_ALIGN(ALIGN(max_low_pfn, MAX_ORDER_NR_PAGES) * in paging_init() 710 vmem_map = (struct page *) VMALLOC_END; in paging_init()
|
D | init.c | 44 unsigned long VMALLOC_END = VMALLOC_END_INIT; variable 45 EXPORT_SYMBOL(VMALLOC_END);
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable-32.h | 67 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro 69 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
|
D | pgtable-64.h | 130 #define VMALLOC_END \ macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | mem-layout.h | 53 #define VMALLOC_END __UL(0xd8000000) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | mem-layout.h | 116 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 227 extern unsigned long VMALLOC_END; 231 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 10))) macro 232 # define vmemmap ((struct page *)VMALLOC_END) 234 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9))) macro
|
D | meminit.h | 63 extern unsigned long VMALLOC_END;
|
/linux-4.1.27/mm/ |
D | vmalloc.c | 506 if (va->va_end > VMALLOC_START && va->va_end <= VMALLOC_END) in __free_vmap_area() 833 VMALLOC_START, VMALLOC_END, in new_vmap_block() 1087 BUG_ON(addr > VMALLOC_END); in vm_unmap_ram() 1129 VMALLOC_START, VMALLOC_END, node, GFP_KERNEL); in vm_map_ram() 1224 vmap_area_pcpu_hole = VMALLOC_END; in vmalloc_init() 1389 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area() 1397 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller() 1714 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END, in __vmalloc_node() 2342 const unsigned long vmalloc_end = VMALLOC_END & ~(align - 1); in pvm_determine_end() 2387 const unsigned long vmalloc_end = VMALLOC_END & ~(align - 1); in pcpu_get_vm_areas() [all …]
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable-nommu.h | 86 #define VMALLOC_END 0xffffffffUL macro
|
D | pgtable.h | 46 #define VMALLOC_END 0xff000000UL macro
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | pgtable.h | 24 #define VMALLOC_END 0xffffffff macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | processor.h | 111 #define VMALLOC_END (PAGE_OFFSET) macro
|
/linux-4.1.27/arch/mn10300/mm/ |
D | init.c | 62 loop < VMALLOC_END / (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.1.27/arch/tile/include/asm/ |
D | pgtable_32.h | 68 #define VMALLOC_END (_VMALLOC_END - PAGE_SIZE) macro
|
D | pgtable_64.h | 56 #define VMALLOC_END _VMALLOC_END macro
|
D | page.h | 234 #define MEM_MODULE_END VMALLOC_END
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ktlb.S | 215 sethi %hi(VMALLOC_END), %g5 216 ldx [%g5 + %lo(VMALLOC_END)], %g5
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 98 #define VMALLOC_END (0x7C000000UL) macro 102 #define VMALLOC_END (0x7C000000) macro 106 extern pte_t kernel_vmalloc_ptes[(VMALLOC_END - VMALLOC_START) / PAGE_SIZE];
|
/linux-4.1.27/arch/arm64/mm/ |
D | ioremap.c | 91 if (VMALLOC_START <= addr && addr < VMALLOC_END) in __iounmap()
|
D | init.c | 313 MLG(VMALLOC_START, VMALLOC_END), in mem_init()
|
D | dump.c | 55 { VMALLOC_END, "vmalloc() End" },
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 16 #define VMALLOC_END 0xFFFEFFFF macro 21 #define VMALLOC_END 0x7FFFFFFF macro
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 50 VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space. 56 of the high_memory variable, and VMALLOC_END
|
D | Porting | 93 VMALLOC_END
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgtable.h | 87 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | pgtable.h | 92 #define VMALLOC_END 0xffffffff macro
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 50 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro 52 #define MODULES_END VMALLOC_END
|
/linux-4.1.27/arch/cris/kernel/ |
D | traps.c | 51 module_end = VMALLOC_END; in show_trace()
|
/linux-4.1.27/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.1.27/arch/m68k/mm/ |
D | init.c | 140 MLM(VMALLOC_START, VMALLOC_END), in print_memmap()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | copro_fault.c | 115 if (ea < VMALLOC_END) in copro_calculate_slb()
|
D | mem.c | 377 VMALLOC_START, VMALLOC_END); in mem_init()
|
D | hash_utils_64.c | 1023 if (ea < VMALLOC_END) in hash_page_mm() 1134 } else if (ea < VMALLOC_END) { in hash_page_mm()
|
/linux-4.1.27/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 | 170 #define __FAULT_ADDR_LIMIT VMALLOC_END
|
/linux-4.1.27/arch/s390/mm/ |
D | init.c | 108 if (VMALLOC_END > (1UL << 42)) { in paging_init()
|
/linux-4.1.27/arch/score/mm/ |
D | fault.c | 65 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) in do_page_fault()
|
/linux-4.1.27/arch/nios2/mm/ |
D | fault.c | 66 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) { in do_page_fault()
|
/linux-4.1.27/arch/arc/mm/ |
D | fault.c | 75 if (address >= VMALLOC_START && address <= VMALLOC_END) { in do_page_fault()
|
/linux-4.1.27/include/linux/ |
D | vmalloc.h | 191 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START)
|
D | mm.h | 388 return addr >= VMALLOC_START && addr < VMALLOC_END; in is_vmalloc_addr()
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 58 #define VMALLOC_END 0xffffffff macro 93 #define VMALLOC_END ioremap_bot macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 51 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro 89 #define VMEMMAP_BASE VMALLOC_END
|
D | pgtable-ppc32.h | 101 #define VMALLOC_END ioremap_bot macro
|
/linux-4.1.27/arch/metag/mm/ |
D | fault.c | 60 if ((address >= VMALLOC_START) && (address < VMALLOC_END)) { in do_page_fault()
|
/linux-4.1.27/arch/tile/mm/ |
D | fault.c | 143 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault() 886 BUILD_BUG_ON(pgd_index(VMALLOC_END - PAGE_SIZE) != in vmalloc_sync_all()
|
D | init.c | 760 BUILD_BUG_ON(pgd_index(VMALLOC_START) != pgd_index(VMALLOC_END - 1)); in paging_init()
|
/linux-4.1.27/arch/frv/mm/ |
D | fault.c | 69 if (ear0 >= VMALLOC_START && ear0 < VMALLOC_END) in do_page_fault()
|
/linux-4.1.27/fs/proc/ |
D | kcore.c | 613 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { in add_modules_range() 636 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); in proc_kcore_init()
|
/linux-4.1.27/arch/mips/mm/ |
D | fault.c | 86 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) in __do_page_fault()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 44 #define VMALLOC_END (PAGE_OFFSET - PUD_SIZE - VMEMMAP_SIZE - SZ_64K) macro 46 #define VMEMMAP_START (VMALLOC_END + SZ_64K)
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 30 #define VMALLOC_END (CONFIG_NIOS2_KERNEL_REGION_BASE - 1) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 37 #define VMALLOC_END (0xff000000UL) macro
|
/linux-4.1.27/arch/microblaze/mm/ |
D | init.c | 261 (unsigned long)VMALLOC_START, VMALLOC_END); in mem_init()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 67 #define VMALLOC_END KSEG3 macro
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 36 #define VMALLOC_END (FIXADDR_START - 2*PAGE_SIZE) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 64 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET) macro
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 626 (void*)VMALLOC_START, (void*)VMALLOC_END, in mem_init() 627 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 68 #define VMALLOC_END 0xC7FEFFFF macro
|
/linux-4.1.27/drivers/pcmcia/ |
D | electra_cf.c | 236 cf->io_base = (unsigned long)cf->io_virt - VMALLOC_END; in electra_cf_probe()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 442 #define VMALLOC_END _AC(0xffc00000,UL) macro
|
D | pgtable_64.h | 43 #define VMEMMAP_BASE VMALLOC_END 81 extern unsigned long VMALLOC_END;
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 97 #define VMALLOC_END (PAGE_OFFSET) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 58 #define VMALLOC_END (-PGDIR_SIZE) macro
|
/linux-4.1.27/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.1.27/arch/sparc/mm/ |
D | init_64.c | 1659 unsigned long VMALLOC_END = 0x0000010000000000UL; variable 1660 EXPORT_SYMBOL(VMALLOC_END); 1719 VMALLOC_END = ((sparc64_va_hole_bottom >> 1) + in setup_page_offset() 1725 VMALLOC_START, VMALLOC_END); in setup_page_offset()
|
/linux-4.1.27/arch/tile/kernel/ |
D | setup.c | 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.1.27/drivers/md/ |
D | dm-bufio.c | 1826 if (mem > (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100) in dm_bufio_init() 1827 mem = (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100; in dm_bufio_init()
|
D | dm-stats.c | 83 if (a > (VMALLOC_END - VMALLOC_START) / DM_STATS_VMALLOC_FACTOR) in __check_shared_memory()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | module.c | 220 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
|
/linux-4.1.27/drivers/acpi/apei/ |
D | ghes.c | 137 VM_IOREMAP, VMALLOC_START, VMALLOC_END); in ghes_ioremap_init()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 109 extern unsigned long VMALLOC_END;
|