Searched refs:VMALLOC_START (Results 1 - 105 of 105) sorted by relevance

/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dpgtable.h9 #define VMALLOC_START KSEG_7 macro
12 #define VMALLOC_START KSEG_D macro
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dpgtable.h8 #define VMALLOC_START KSEG_E macro
11 #define VMALLOC_START KSEG_D macro
/linux-4.4.14/arch/arc/include/asm/
H A Dprocessor.h112 #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)
H A Dentry.h16 #include <asm/processor.h> /* For VMALLOC_START */
H A Dentry-compact.h69 brlo sp, VMALLOC_START, 88f variable
/linux-4.4.14/arch/arm/mm/
H A Diomap.c37 if ((unsigned long)addr >= VMALLOC_START && pci_iounmap()
H A Dioremap.c120 memcpy(pgd_offset(mm, VMALLOC_START), __check_vmalloc_seq()
121 pgd_offset_k(VMALLOC_START), __check_vmalloc_seq()
123 pgd_index(VMALLOC_START))); __check_vmalloc_seq()
H A Ddump.c354 address_markers[2].start_address = VMALLOC_START; ptdump_init()
H A Dmmu.c901 (md->virtual < VMALLOC_START || md->virtual >= VMALLOC_END)) { create_mapping()
1230 addr < VMALLOC_START; addr += PMD_SIZE) prepare_page_table()
1264 * mappings above VMALLOC_START, except early fixmap, we might remove debug
1285 for (addr = VMALLOC_START; addr < (FIXADDR_TOP & PMD_MASK); addr += PMD_SIZE) devicemaps_init()
H A Dinit.c528 MLM(VMALLOC_START, VMALLOC_END), mem_init()
/linux-4.4.14/arch/x86/include/asm/
H A Dpgtable_32_types.h33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
49 #define MODULES_VADDR VMALLOC_START
H A Dhighmem.h47 * VMALLOC_END VMALLOC_START
49 * VMALLOC_START
H A Dpgtable_64_types.h57 #define VMALLOC_START _AC(0xffffc90000000000, UL) macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dpgtable_no.h55 #define VMALLOC_START 0 macro
H A Dpgtable_mm.h87 #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
/linux-4.4.14/arch/parisc/include/asm/
H A Dfixmap.h26 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/linux-4.4.14/arch/alpha/mm/
H A Dinit.c156 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) callback_init()
161 (VMALLOC_START + (unsigned long)crb->dispatch_va callback_init()
164 (VMALLOC_START + (unsigned long)crb->fixup_va callback_init()
185 pgd = pgd_offset_k(VMALLOC_START); callback_init()
187 pmd = pmd_offset(pgd, VMALLOC_START); callback_init()
/linux-4.4.14/arch/hexagon/include/asm/
H A Dmem-layout.h75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
81 * Create the space between VMALLOC_START and FIXADDR_TOP backwards
/linux-4.4.14/arch/tile/include/asm/
H A Dhighmem.h46 * VMALLOC_START
H A Dpgtable_32.h71 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE) macro
H A Dpgtable_64.h57 #define VMALLOC_START _VMALLOC_START macro
H A Dpage.h213 * VMALLOC_START 0xf7000000 (via VMALLOC_RESERVE)
235 #define MEM_MODULE_START VMALLOC_START
/linux-4.4.14/arch/metag/include/asm/
H A Dhighmem.h23 * VMALLOC_START
H A Dpgtable.h15 #define VMALLOC_START 0xF8000000 macro
20 #define VMALLOC_START 0x78000000 macro
/linux-4.4.14/arch/frv/include/asm/
H A Dmem-layout.h52 #define VMALLOC_START __UL(0xd0000000) macro
/linux-4.4.14/arch/h8300/include/asm/
H A Dpgtable.h44 #define VMALLOC_START 0 macro
/linux-4.4.14/fs/proc/
H A Dkcore.c226 if (VMALLOC_START > (unsigned long)__va(0)) { kclist_add_private()
227 if (ent->addr > VMALLOC_START) kclist_add_private()
229 if (VMALLOC_START - ent->addr < ent->size) kclist_add_private()
230 ent->size = VMALLOC_START - ent->addr; kclist_add_private()
613 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { add_modules_range()
635 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, proc_kcore_init()
636 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); proc_kcore_init()
/linux-4.4.14/arch/sh/include/asm/
H A Dpgtable.h83 #define VMALLOC_START (P3SEG) macro
85 #define VMALLOC_START (0xf0000000) macro
/linux-4.4.14/arch/xtensa/include/asm/
H A Dfixmap.h47 #define FIXADDR_TOP (VMALLOC_START - PAGE_SIZE)
H A Dpgtable.h71 #define VMALLOC_START 0xC0000000 macro
/linux-4.4.14/arch/c6x/include/asm/
H A Dpgtable.h23 #define VMALLOC_START 0 macro
/linux-4.4.14/arch/powerpc/mm/
H A Dslb.c132 :: "r"(mk_vsid_data(VMALLOC_START, mmu_kernel_ssize, vflags)), __slb_flush_and_rebolt()
133 "r"(mk_esid_data(VMALLOC_START, mmu_kernel_ssize, 1)), __slb_flush_and_rebolt()
159 slb_shadow_update(VMALLOC_START, mmu_kernel_ssize, vflags, VMALLOC_INDEX); slb_vmalloc_update()
335 create_shadowed_slbe(VMALLOC_START, mmu_kernel_ssize, vflags, VMALLOC_INDEX); slb_initialize()
H A Ddma-noncoherent.c76 * .vm_start = VMALLOC_START,
H A Dmem.c377 VMALLOC_START, VMALLOC_END); mem_init()
/linux-4.4.14/arch/blackfin/include/asm/
H A Dpgtable.h91 #define VMALLOC_START 0 macro
/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable-nommu.h85 #define VMALLOC_START 0UL macro
H A Dpgtable.h45 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux-4.4.14/arch/unicore32/include/asm/
H A Dpgtable.h29 * Note that platforms may override VMALLOC_START, but they must provide
33 #ifndef VMALLOC_START
35 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \ macro
/linux-4.4.14/arch/x86/mm/
H A Ddump_pagetables.c76 { VMALLOC_START, "vmalloc() Area" },
89 { 0/* VMALLOC_START */, "vmalloc() Area" },
463 address_markers[VMALLOC_START_NR].start_address = VMALLOC_START; pt_dump_init()
H A Dinit_32.c781 VMALLOC_START, VMALLOC_END, mem_init()
782 (VMALLOC_END - VMALLOC_START) >> 20, mem_init()
807 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); mem_init()
818 BUG_ON(VMALLOC_START >= VMALLOC_END); mem_init()
819 BUG_ON((unsigned long)high_memory > VMALLOC_START); mem_init()
H A Dfault.c237 for (address = VMALLOC_START & PMD_MASK; vmalloc_sync_all()
273 if (!(address >= VMALLOC_START && address < VMALLOC_END)) vmalloc_fault()
359 sync_global_pgds(VMALLOC_START & PGDIR_MASK, VMALLOC_END, 0); vmalloc_sync_all()
375 if (!(address >= VMALLOC_START && address < VMALLOC_END)) vmalloc_fault()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h90 * from VMALLOC_START). For this reason we have ioremap_bot to check when
97 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
99 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
H A Dpgtable-ppc64.h45 #define VMALLOC_START KERN_VIRT_START macro
51 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
60 * IOREMAP_BASE = ISA_IO_BASE + 2G to VMALLOC_START + PGTABLE_RANGE
79 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
/linux-4.4.14/arch/mips/include/asm/
H A Dpgtable-64.h42 * fault address - VMALLOC_START.
129 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
136 VMALLOC_START != CKSSEG
H A Dpgtable-32.h62 #define VMALLOC_START MAP_BASE macro
/linux-4.4.14/arch/mn10300/mm/
H A Dinit.c61 for (loop = VMALLOC_START / (PAGE_SIZE * PTRS_PER_PTE); paging_init()
H A Dfault.c158 if (address >= VMALLOC_START && address < VMALLOC_END && do_page_fault()
/linux-4.4.14/arch/arm64/mm/
H A Dioremap.c91 if (VMALLOC_START <= addr && addr < VMALLOC_END) __iounmap()
H A Ddump.c54 { VMALLOC_START, "vmalloc() Area" },
H A Dinit.c320 MLG(VMALLOC_START, VMALLOC_END), mem_init()
H A Dmmu.c278 if (virt < VMALLOC_START) { create_mapping()
298 if (virt < VMALLOC_START) { create_mapping_late()
/linux-4.4.14/arch/s390/kernel/
H A Dsetup.c87 unsigned long VMALLOC_START; variable
88 EXPORT_SYMBOL(VMALLOC_START); variable
455 VMALLOC_START = vmax - vmalloc_size; setup_memory_end()
458 tmp = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); setup_memory_end()
461 tmp = VMALLOC_START - tmp * sizeof(struct page); setup_memory_end()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpgtable.h97 #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/s390/mm/
H A Ddump_pagetables.c221 address_markers[VMALLOC_NR].start_address = VMALLOC_START; pt_dump_init()
/linux-4.4.14/arch/m68k/mm/
H A Dinit.c140 MLM(VMALLOC_START, VMALLOC_END), print_memmap()
H A Dmcfmmu.c24 #define KMAPAREA(x) ((x >= VMALLOC_START) && (x < KMAP_END))
/linux-4.4.14/arch/metag/mm/
H A Dfault.c60 if ((address >= VMALLOC_START) && (address < VMALLOC_END)) { do_page_fault()
/linux-4.4.14/arch/cris/kernel/
H A Dtraps.c50 module_start = VMALLOC_START; show_trace()
/linux-4.4.14/arch/um/include/asm/
H A Dpgtable.h48 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
51 #define MODULES_VADDR VMALLOC_START
/linux-4.4.14/arch/unicore32/mm/
H A Dinit.c402 VMALLOC_START, VMALLOC_END, mem_init()
403 DIV_ROUND_UP((VMALLOC_END - VMALLOC_START), SZ_1M), mem_init()
/linux-4.4.14/arch/xtensa/mm/
H A Dinit.c357 VMALLOC_START, VMALLOC_END, mem_init()
358 (VMALLOC_END - VMALLOC_START) >> 20, mem_init()
/linux-4.4.14/arch/sh/mm/
H A Dinit.c452 (unsigned long)VMALLOC_START, VMALLOC_END, mem_init()
453 (VMALLOC_END - VMALLOC_START) >> 20, mem_init()
H A Dfault.c184 if (!(address >= VMALLOC_START && address < __FAULT_ADDR_LIMIT)) vmalloc_fault()
/linux-4.4.14/mm/
H A Dvmalloc.c508 if (va->va_end > VMALLOC_START && va->va_end <= VMALLOC_END) __free_vmap_area()
736 * If we had a constant VMALLOC_START and VMALLOC_END, we'd like to be able
737 * to #define VMALLOC_SPACE (VMALLOC_END-VMALLOC_START). Guess
796 addr -= VMALLOC_START & ~(VMAP_BLOCK_SIZE-1); addr_to_vb_idx()
835 VMALLOC_START, VMALLOC_END, new_vmap_block()
1088 BUG_ON(addr < VMALLOC_START); vm_unmap_ram()
1131 VMALLOC_START, VMALLOC_END, node, GFP_KERNEL); vm_map_ram()
1190 addr = ALIGN(VMALLOC_START + vm_init_off, align); vm_area_register_early()
1191 vm_init_off = PFN_ALIGN(addr + vm->size) - VMALLOC_START; vm_area_register_early()
1391 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, get_vm_area()
1399 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, get_vm_area_caller()
1715 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END, __vmalloc_node()
2387 const unsigned long vmalloc_start = ALIGN(VMALLOC_START, align); pcpu_get_vm_areas()
/linux-4.4.14/arch/arm64/include/asm/
H A Dpgtable.h39 * VMALLOC_START: beginning of the kernel VA space
46 #define VMALLOC_START (VA_START) macro
49 #define VMALLOC_START (KASAN_SHADOW_END + SZ_64K) macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dpgtable.h54 #define VMALLOC_START 0xfffffe0000000000 macro
56 #define VMALLOC_START (-2*PGDIR_SIZE) macro
/linux-4.4.14/arch/arc/mm/
H A Dtlbex.S324 cmp_s r2, VMALLOC_START
366 cmp_s r2, VMALLOC_START
H A Dfault.c82 if (address >= VMALLOC_START) { do_page_fault()
/linux-4.4.14/arch/um/kernel/
H A Dum_arch.c320 start_vm = VMALLOC_START; linux_main()
/linux-4.4.14/include/linux/
H A Dvmalloc.h186 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START)
H A Dmm.h382 return addr >= VMALLOC_START && addr < VMALLOC_END; is_vmalloc_addr()
/linux-4.4.14/arch/score/include/asm/
H A Dpgtable.h32 #define VMALLOC_START (0xc0000000UL) macro
/linux-4.4.14/arch/score/mm/
H A Dfault.c66 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) do_page_fault()
/linux-4.4.14/arch/mips/mm/
H A Dfault.c84 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) __do_page_fault()
/linux-4.4.14/arch/nios2/include/asm/
H A Dpgtable.h29 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
/linux-4.4.14/arch/nios2/mm/
H A Dfault.c66 if (unlikely(address >= VMALLOC_START && address <= VMALLOC_END)) { do_page_fault()
/linux-4.4.14/arch/frv/mm/
H A Dfault.c69 if (ear0 >= VMALLOC_START && ear0 < VMALLOC_END) do_page_fault()
/linux-4.4.14/arch/m32r/include/asm/
H A Dpgtable.h66 #define VMALLOC_START KSEG2 macro
/linux-4.4.14/arch/alpha/kernel/
H A Dcore_titan.c553 if (addr >= VMALLOC_START) titan_is_mmio()
562 if (addr >= VMALLOC_START)
H A Dcore_marvel.c786 if (addr >= VMALLOC_START) marvel_is_mmio()
795 if (addr >= VMALLOC_START) marvel_ioportmap()
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpgtable.h57 #define VMALLOC_START 0 macro
92 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) pte_mkspecial() macro
/linux-4.4.14/arch/parisc/mm/
H A Dinit.c636 (void*)VMALLOC_START, (void*)VMALLOC_END, mem_init()
637 (VMALLOC_END - VMALLOC_START) >> 20, mem_init()
/linux-4.4.14/arch/tile/kernel/
H A Dsetup.c1260 if ((long)VMALLOC_START >= 0) validate_va()
1263 VMALLOC_START); validate_va()
1554 if (addr < VMALLOC_START || addr >= VMALLOC_END) pcpu_fc_populate_pte()
1556 addr, VMALLOC_START, VMALLOC_END); pcpu_fc_populate_pte()
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgtable_32.h441 #define VMALLOC_START _AC(0xfe600000,UL) macro
H A Dpgtable_64.h42 #define VMALLOC_START _AC(0x0000000100000000,UL) macro
/linux-4.4.14/arch/metag/kernel/
H A Ddma.c90 * .vm_start = VMALLOC_START,
/linux-4.4.14/arch/microblaze/mm/
H A Dinit.c261 (unsigned long)VMALLOC_START, VMALLOC_END); mem_init()
/linux-4.4.14/arch/mn10300/kernel/
H A Dhead.S450 .space ((VMALLOC_END-VMALLOC_START)/PAGE_SIZE)*4
H A Dgdb-stub.c444 if (((u8 *) VMALLOC_START <= addr) && (addr < (u8 *) VMALLOC_END)) __gdbstub_mark_bp()
/linux-4.4.14/arch/openrisc/mm/
H A Dfault.c80 if (address >= VMALLOC_START && do_page_fault()
/linux-4.4.14/arch/parisc/lib/
H A Diomap.c31 * Technically, this should be 'if (VMALLOC_START < addr < VMALLOC_END),
/linux-4.4.14/arch/cris/mm/
H A Dfault.c89 if (address >= VMALLOC_START && do_page_fault()
/linux-4.4.14/arch/avr32/include/asm/
H A Dpgtable.h63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET) macro
/linux-4.4.14/arch/arm/kernel/
H A Dmodule.c48 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, module_alloc()
/linux-4.4.14/arch/tile/mm/
H A Dinit.c760 BUILD_BUG_ON(pgd_index(VMALLOC_START) != pgd_index(VMALLOC_END - 1)); paging_init()
761 pud = pud_offset(pgd_base + pgd_index(VMALLOC_START), VMALLOC_START); paging_init()
H A Dfault.c143 if (!(address >= VMALLOC_START && address < VMALLOC_END)) vmalloc_fault()
890 pgd_index(VMALLOC_START)); vmalloc_sync_all()
/linux-4.4.14/arch/openrisc/include/asm/
H A Dpgtable.h96 #define VMALLOC_START (PAGE_OFFSET-0x04000000) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgtable.h224 #define VMALLOC_START (RGN_BASE(RGN_GATE) + 0x200000000UL) macro
/linux-4.4.14/drivers/md/
H A Ddm-bufio.c1832 if (mem > (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100) dm_bufio_init()
1833 mem = (VMALLOC_END - VMALLOC_START) * DM_BUFIO_VMALLOC_PERCENT / 100; dm_bufio_init()
H A Ddm-stats.c90 if (a > (VMALLOC_END - VMALLOC_START) / DM_STATS_VMALLOC_FACTOR) __check_shared_memory()
/linux-4.4.14/arch/arm/kvm/
H A Dmmu.c421 * VMALLOC_START to VMALLOC_END).
436 for (addr = VMALLOC_START; is_vmalloc_addr((void*)addr); addr += PGDIR_SIZE) free_hyp_pgds()
/linux-4.4.14/drivers/acpi/apei/
H A Dghes.c133 VM_IOREMAP, VMALLOC_START, VMALLOC_END); ghes_ioremap_init()
/linux-4.4.14/arch/parisc/kernel/
H A Dmodule.c220 return __vmalloc_node_range(size, 1, VMALLOC_START, VMALLOC_END, module_alloc()
/linux-4.4.14/arch/s390/include/asm/
H A Dpgtable.h108 extern unsigned long VMALLOC_START;
/linux-4.4.14/arch/sparc/mm/
H A Dinit_64.c1782 VMALLOC_START, VMALLOC_END); setup_page_offset()

Completed in 2866 milliseconds