| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | fault-armv.c | 247 p1 = vmap(&page, 1, VM_IOREMAP, prot); in check_writebuffer_bugs() 248 p2 = vmap(&page, 1, VM_IOREMAP, prot); in check_writebuffer_bugs()
|
| H A D | ioremap.c | 292 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/mm/ |
| H A D | ioremap.c | 30 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | ioremap.c | 29 area = get_vm_area(size, VM_IOREMAP); in xtensa_ioremap()
|
| /OK3568_Linux_fs/kernel/arch/parisc/mm/ |
| H A D | ioremap.c | 78 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/mm/ |
| H A D | ioremap.c | 57 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | ioremap.c | 82 area = get_vm_area(size, VM_IOREMAP); in ioremap_prot()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | ioremap.c | 50 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | ioremap.c | 98 area = get_vm_area(size, VM_IOREMAP); in ioremap_prot()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | ioremap.c | 83 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | sun3kmap.c | 79 if((area = get_vm_area(size, VM_IOREMAP)) == NULL) in sun3_ioremap()
|
| H A D | kmap.c | 40 return get_vm_area(size, VM_IOREMAP); in get_io_area()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | ioremap.c | 129 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | ioremap.c | 85 area = __get_vm_area_caller(size, VM_IOREMAP, IOREMAP_START, IOREMAP_END, caller); in do_ioremap()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | grant-table.c | 107 area->area = get_vm_area(PAGE_SIZE * nr_frames, VM_IOREMAP); in arch_gnttab_valloc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_memory.c | 97 addr = vmap(page_map, num_pages, VM_IOREMAP, PAGE_AGP); in agp_remap()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | ioremap.c | 159 area = get_vm_area(size, VM_IOREMAP); in ioremap()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmalloc.h | 20 #define VM_IOREMAP 0x00000001 /* ioremap() and friends */ macro
|
| /OK3568_Linux_fs/kernel/arch/microblaze/mm/ |
| H A D | pgtable.c | 95 area = get_vm_area(size, VM_IOREMAP); in __ioremap()
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 640 addr = vmap(node->hvm.pages, nr_pages, VM_MAP | VM_IOREMAP, in xenbus_map_ring_hvm() 709 area = get_vm_area(XEN_PAGE_SIZE * nr_grefs, VM_IOREMAP); in xenbus_map_ring_pv()
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | uaccess_with_memcpy.c | 250 user_ptr = vmap(&dst_page, 1, VM_IOREMAP, __pgprot(__P010));
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | ioremap.c | 269 area = get_vm_area_caller(size, VM_IOREMAP, in ioremap_prot()
|
| H A D | vmalloc.c | 2077 if (flags & VM_IOREMAP) in __get_vm_area_node() 2457 area = get_vm_area_caller(count * PAGE_SIZE, VM_IOREMAP, in vmap_pfn() 2913 if (!(vm->flags & VM_IOREMAP)) in vread() 2992 if (!(vm->flags & VM_IOREMAP)) { in vwrite() 3543 if (v->flags & VM_IOREMAP) in s_show()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | core_irongate.c | 379 area = get_vm_area(size, VM_IOREMAP); in irongate_ioremap()
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-alchemy.c | 461 ctx->pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP); in alchemy_pci_probe()
|