Searched refs:map_page (Results 1 - 25 of 35) sorted by relevance

12

/arch/unicore32/mm/
H A Ddma-swiotlb.c40 .map_page = swiotlb_map_page,
/arch/x86/xen/
H A Dpci-swiotlb-xen.c23 .map_page = xen_swiotlb_map_page,
/arch/ia64/kernel/
H A Dpci-swiotlb.c36 .map_page = swiotlb_map_page,
/arch/microblaze/mm/
H A Dpgtable.c115 err = map_page(v + i, p + i, flags);
139 int map_page(unsigned long va, phys_addr_t pa, int flags) function
179 map_page(v, p, f);
261 map_page(address, phys, pgprot_val(flags));
H A Dconsistent.c138 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE);
H A Dinit.c67 map_page(PKMAP_BASE, 0, 0); /* XXX gross */
/arch/frv/mm/
H A Ddma-alloc.c50 static int map_page(unsigned long va, unsigned long pa, pgprot_t prot) function
123 err = map_page(va + i, pa + i, PAGE_KERNEL_NOCACHE);
/arch/powerpc/kernel/
H A Ddma-swiotlb.c46 * map_page, and unmap_page on highmem, use normal dma_ops
55 .map_page = swiotlb_map_page,
H A Ddma-iommu.c115 .map_page = dma_iommu_map_page,
H A Ddma.c160 .map_page = dma_direct_map_page,
/arch/powerpc/mm/
H A Dmmu_decl.h97 extern int map_page(unsigned long va, phys_addr_t pa, int flags);
H A Dpgtable_32.c254 err = map_page(v+i, p+i, flags);
279 int map_page(unsigned long va, phys_addr_t pa, int flags) function
317 map_page(v, p, f);
449 map_page(address, phys, pgprot_val(flags));
H A Dmem.c264 map_page(v, 0, 0); /* XXX gross */
268 map_page(PKMAP_BASE, 0, 0); /* XXX gross */
H A Ddma-noncoherent.c229 map_page(vaddr, page_to_phys(page),
/arch/sh/kernel/
H A Ddma-nommu.c68 .map_page = nommu_map_page,
/arch/x86/kernel/
H A Dpci-nommu.c102 .map_page = nommu_map_page,
H A Dpci-swiotlb.c48 .map_page = swiotlb_map_page,
/arch/alpha/kernel/
H A Dpci-noop.c181 .map_page = alpha_noop_map_page,
/arch/hexagon/kernel/
H A Ddma.c210 .map_page = hexagon_map_page,
/arch/microblaze/kernel/
H A Ddma.c186 .map_page = dma_direct_map_page,
/arch/mips/cavium-octeon/
H A Ddma-octeon.c245 .map_page = octeon_dma_map_page,
330 .map_page = octeon_dma_map_page,
/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c711 .map_page = ps3_sb_map_page,
722 .map_page = ps3_ioc0_map_page,
/arch/sparc/kernel/
H A Dioport.c413 .map_page = sbus_map_page,
652 .map_page = pci32_map_page,
/arch/ia64/sn/pci/
H A Dpci_dma.c472 .map_page = sn_dma_map_page,
/arch/mips/mm/
H A Ddma-default.c328 .map_page = mips_dma_map_page,

Completed in 681 milliseconds

12