Home
last modified time | relevance | path

Searched refs:VMALLOC_END (Results 1 – 96 of 96) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dpgtable_32_types.h44 # 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)
Dpgtable_64_types.h58 #define VMALLOC_END _AC(0xffffe8ffffffffff, UL) macro
/linux-4.4.14/arch/cris/include/arch-v10/arch/
Dpgtable.h10 #define VMALLOC_END KSEG_8 macro
13 #define VMALLOC_END KSEG_E macro
/linux-4.4.14/arch/cris/include/arch-v32/arch/
Dpgtable.h9 #define VMALLOC_END KSEG_F macro
12 #define VMALLOC_END KSEG_E macro
/linux-4.4.14/arch/m68k/include/asm/
Dpgtable_mm.h88 #define VMALLOC_END m68k_vmalloc_end macro
91 #define VMALLOC_END 0xe0000000 macro
102 #define VMALLOC_END KMAP_START macro
Dpgtable_no.h56 #define VMALLOC_END 0xffffffff macro
/linux-4.4.14/arch/unicore32/mm/
Dmmu.c222 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()
Dinit.c402 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/x86/mm/
Dinit_32.c781 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()
Dfault.c273 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()
Ddump_pagetables.c464 address_markers[VMALLOC_END_NR].start_address = VMALLOC_END; in pt_dump_init()
/linux-4.4.14/arch/parisc/include/asm/
Dfixmap.h27 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux-4.4.14/arch/arm/mm/
Diomap.c38 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
Dmmu.c901 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { in create_mapping()
1081 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);
1098 if (vmalloc_reserve > VMALLOC_END - (PAGE_OFFSET + SZ_32M)) { in early_vmalloc()
1099 vmalloc_reserve = VMALLOC_END - (PAGE_OFFSET + SZ_32M); in early_vmalloc()
1104 vmalloc_min = (void *)(VMALLOC_END - vmalloc_reserve); in early_vmalloc()
Ddump.c32 { VMALLOC_END, "vmalloc() End" },
Dioremap.c122 sizeof(pgd_t) * (pgd_index(VMALLOC_END) - in __check_vmalloc_seq()
Dinit.c528 MLM(VMALLOC_START, VMALLOC_END), in mem_init()
/linux-4.4.14/arch/s390/kernel/
Dsetup.c90 unsigned long VMALLOC_END; variable
91 EXPORT_SYMBOL(VMALLOC_END);
285 VMALLOC_END = (memparse(arg, &arg) + PAGE_SIZE - 1) & PAGE_MASK; in parse_vmalloc()
444 vmalloc_size = VMALLOC_END ?: (128UL << 30) - MODULES_LEN; in setup_memory_end()
454 VMALLOC_END = MODULES_VADDR; in setup_memory_end()
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-32.h67 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
69 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
Dpgtable-64.h130 #define VMALLOC_END \ macro
/linux-4.4.14/arch/ia64/mm/
Dcontig.c259 VMALLOC_END -= map_size; in paging_init()
260 vmem_map = (struct page *) VMALLOC_END; in paging_init()
Ddiscontig.c708 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()
Dinit.c43 unsigned long VMALLOC_END = VMALLOC_END_INIT; variable
44 EXPORT_SYMBOL(VMALLOC_END);
/linux-4.4.14/arch/h8300/include/asm/
Dpgtable.h45 #define VMALLOC_END 0xffffffff macro
/linux-4.4.14/arch/frv/include/asm/
Dmem-layout.h53 #define VMALLOC_END __UL(0xd8000000) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dmem-layout.h116 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h227 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
Dmeminit.h63 extern unsigned long VMALLOC_END;
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-nommu.h86 #define VMALLOC_END 0xffffffffUL macro
Dpgtable.h46 #define VMALLOC_END 0xff800000UL macro
/linux-4.4.14/arch/c6x/include/asm/
Dpgtable.h24 #define VMALLOC_END 0xffffffff macro
/linux-4.4.14/arch/arc/include/asm/
Dprocessor.h119 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable_32.h68 #define VMALLOC_END (_VMALLOC_END - PAGE_SIZE) macro
Dpgtable_64.h56 #define VMALLOC_END _VMALLOC_END macro
Dpage.h236 #define MEM_MODULE_END VMALLOC_END
/linux-4.4.14/arch/mn10300/mm/
Dinit.c62 loop < VMALLOC_END / (PAGE_SIZE * PTRS_PER_PTE); in paging_init()
Dfault.c158 if (address >= VMALLOC_START && address < VMALLOC_END && in do_page_fault()
/linux-4.4.14/arch/sparc/kernel/
Dktlb.S215 sethi %hi(VMALLOC_END), %g5
216 ldx [%g5 + %lo(VMALLOC_END)], %g5
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h98 #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.4.14/arch/arm64/mm/
Dioremap.c91 if (VMALLOC_START <= addr && addr < VMALLOC_END) in __iounmap()
Dinit.c320 MLG(VMALLOC_START, VMALLOC_END), in mem_init()
Ddump.c55 { VMALLOC_END, "vmalloc() End" },
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h16 #define VMALLOC_END 0xFFFEFFFF macro
21 #define VMALLOC_END 0x7FFFFFFF macro
/linux-4.4.14/Documentation/arm/
Dmemory.txt50 VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space.
56 of the high_memory variable, and VMALLOC_END
DPorting93 VMALLOC_END
/linux-4.4.14/arch/arc/mm/
Dhighmem.c133 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
/linux-4.4.14/arch/blackfin/include/asm/
Dpgtable.h92 #define VMALLOC_END 0xffffffff macro
/linux-4.4.14/arch/sh/include/asm/
Dpgtable.h87 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/linux-4.4.14/arch/um/include/asm/
Dpgtable.h50 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
52 #define MODULES_END VMALLOC_END
/linux-4.4.14/mm/
Dvmalloc.c508 if (va->va_end > VMALLOC_START && va->va_end <= VMALLOC_END) in __free_vmap_area()
835 VMALLOC_START, VMALLOC_END, in new_vmap_block()
1089 BUG_ON(addr > VMALLOC_END); in vm_unmap_ram()
1131 VMALLOC_START, VMALLOC_END, node, GFP_KERNEL); in vm_map_ram()
1226 vmap_area_pcpu_hole = VMALLOC_END; in vmalloc_init()
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()
2343 const unsigned long vmalloc_end = VMALLOC_END & ~(align - 1); in pvm_determine_end()
2388 const unsigned long vmalloc_end = VMALLOC_END & ~(align - 1); in pcpu_get_vm_areas()
/linux-4.4.14/arch/cris/kernel/
Dtraps.c51 module_end = VMALLOC_END; in show_trace()
/linux-4.4.14/arch/xtensa/mm/
Dinit.c357 VMALLOC_START, VMALLOC_END, in mem_init()
358 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/linux-4.4.14/arch/m68k/mm/
Dinit.c140 MLM(VMALLOC_START, VMALLOC_END), in print_memmap()
/linux-4.4.14/arch/powerpc/mm/
Dcopro_fault.c116 if (ea < VMALLOC_END) in copro_calculate_slb()
Dmem.c377 VMALLOC_START, VMALLOC_END); in mem_init()
Dhash_utils_64.c1026 if (ea < VMALLOC_END) in hash_page_mm()
1137 } else if (ea < VMALLOC_END) { in hash_page_mm()
/linux-4.4.14/arch/sh/mm/
Dinit.c452 (unsigned long)VMALLOC_START, VMALLOC_END, in mem_init()
453 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
Dfault.c171 #define __FAULT_ADDR_LIMIT VMALLOC_END
/linux-4.4.14/arch/s390/mm/
Dinit.c85 if (VMALLOC_END > (1UL << 42)) { in paging_init()
/linux-4.4.14/include/linux/
Dvmalloc.h186 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START)
Dmm.h382 return addr >= VMALLOC_START && addr < VMALLOC_END; in is_vmalloc_addr()
/linux-4.4.14/arch/score/mm/
Dfault.c66 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) in do_page_fault()
/linux-4.4.14/arch/nios2/mm/
Dfault.c66 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) { in do_page_fault()
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h58 #define VMALLOC_END 0xffffffff macro
93 #define VMALLOC_END ioremap_bot macro
/linux-4.4.14/arch/metag/mm/
Dfault.c60 if ((address >= VMALLOC_START) && (address < VMALLOC_END)) { in do_page_fault()
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h51 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
89 #define VMEMMAP_BASE VMALLOC_END
Dpgtable-ppc32.h101 #define VMALLOC_END ioremap_bot macro
/linux-4.4.14/arch/tile/mm/
Dfault.c143 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault()
889 BUILD_BUG_ON(pgd_index(VMALLOC_END - PAGE_SIZE) != in vmalloc_sync_all()
Dinit.c760 BUILD_BUG_ON(pgd_index(VMALLOC_START) != pgd_index(VMALLOC_END - 1)); in paging_init()
/linux-4.4.14/arch/frv/mm/
Dfault.c69 if (ear0 >= VMALLOC_START && ear0 < VMALLOC_END) in do_page_fault()
/linux-4.4.14/fs/proc/
Dkcore.c613 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.4.14/arch/mips/mm/
Dfault.c84 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) in __do_page_fault()
/linux-4.4.14/arch/nios2/include/asm/
Dpgtable.h30 #define VMALLOC_END (CONFIG_NIOS2_KERNEL_REGION_BASE - 1) macro
/linux-4.4.14/arch/microblaze/mm/
Dinit.c261 (unsigned long)VMALLOC_START, VMALLOC_END); in mem_init()
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h67 #define VMALLOC_END KSEG3 macro
/linux-4.4.14/arch/unicore32/include/asm/
Dpgtable.h37 #define VMALLOC_END (0xff000000UL) macro
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h36 #define VMALLOC_END (FIXADDR_START - 2*PAGE_SIZE) macro
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h64 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h52 #define VMALLOC_END (PAGE_OFFSET - PUD_SIZE - VMEMMAP_SIZE - SZ_64K) macro
54 #define VMEMMAP_START (VMALLOC_END + SZ_64K)
/linux-4.4.14/arch/parisc/mm/
Dinit.c636 (void*)VMALLOC_START, (void*)VMALLOC_END, in mem_init()
637 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/linux-4.4.14/drivers/pcmcia/
Delectra_cf.c238 cf->io_base = (unsigned long)cf->io_virt - VMALLOC_END; in electra_cf_probe()
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_32.h442 #define VMALLOC_END _AC(0xffc00000,UL) macro
Dpgtable_64.h43 #define VMEMMAP_BASE VMALLOC_END
81 extern unsigned long VMALLOC_END;
/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h58 #define VMALLOC_END (-PGDIR_SIZE) macro
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h97 #define VMALLOC_END (PAGE_OFFSET) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h72 #define VMALLOC_END 0xC7FEFFFF macro
/linux-4.4.14/arch/arm/kernel/
Dmodule.c48 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
/linux-4.4.14/arch/mn10300/kernel/
Dhead.S450 .space ((VMALLOC_END-VMALLOC_START)/PAGE_SIZE)*4
Dgdb-stub.c444 if (((u8 *) VMALLOC_START <= addr) && (addr < (u8 *) VMALLOC_END)) in __gdbstub_mark_bp()
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c1716 unsigned long VMALLOC_END = 0x0000010000000000UL; variable
1717 EXPORT_SYMBOL(VMALLOC_END);
1776 VMALLOC_END = ((sparc64_va_hole_bottom >> 1) + in setup_page_offset()
1782 VMALLOC_START, VMALLOC_END); in setup_page_offset()
/linux-4.4.14/arch/tile/kernel/
Dsetup.c1554 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/drivers/md/
Ddm-bufio.c1832 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()
Ddm-stats.c90 if (a > (VMALLOC_END - VMALLOC_START) / DM_STATS_VMALLOC_FACTOR) in __check_shared_memory()
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c220 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, in module_alloc()
/linux-4.4.14/drivers/acpi/apei/
Dghes.c133 VM_IOREMAP, VMALLOC_START, VMALLOC_END); in ghes_ioremap_init()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h109 extern unsigned long VMALLOC_END;