Home
last modified time | relevance | path

Searched refs:map_page (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.1.9/arch/microblaze/mm/
Dpgtable.c112 err = map_page(v + i, p + i, flags); in __ioremap()
137 int map_page(unsigned long va, phys_addr_t pa, int flags) in map_page() function
181 map_page(v, p, f); in mapin_ram()
263 map_page(address, phys, pgprot_val(flags)); in __set_fixmap()
Dinit.c52 map_page(PKMAP_BASE, 0, 0); /* XXX gross */ in highmem_init()
/linux-6.1.9/net/rds/
Dtcp_recv.c111 unsigned int map_page; in rds_tcp_cong_recv() local
119 map_page = 0; in rds_tcp_cong_recv()
129 BUG_ON(map_page >= RDS_CONG_MAP_PAGES); in rds_tcp_cong_recv()
133 (void *)map->m_page_addrs[map_page] + map_off, in rds_tcp_cong_recv()
141 map_page++; in rds_tcp_cong_recv()
Dib_recv.c788 unsigned int map_page; in rds_ib_cong_recv() local
801 map_page = 0; in rds_ib_cong_recv()
819 dst = (void *)map->m_page_addrs[map_page] + map_off; in rds_ib_cong_recv()
833 map_page++; in rds_ib_cong_recv()
/linux-6.1.9/kernel/dma/
Ddummy.c35 .map_page = dma_dummy_map_page,
Dops_helpers.c73 *dma_handle = ops->map_page(dev, page, 0, size, dir, in dma_common_alloc_pages()
DKconfig242 performance of dma_(un)map_page.
Dmapping.c159 addr = ops->map_page(dev, page, offset, size, dir, attrs); in dma_map_page_attrs()
/linux-6.1.9/arch/sparc/mm/
Diommu.c428 .map_page = sbus_iommu_map_page_gflush,
439 .map_page = sbus_iommu_map_page_pflush,
Dio-unit.c281 .map_page = iounit_map_page,
/linux-6.1.9/arch/powerpc/kernel/
Ddma-iommu.c212 .map_page = dma_iommu_map_page,
/linux-6.1.9/arch/powerpc/platforms/ps3/
Dsystem-bus.c694 .map_page = ps3_sb_map_page,
708 .map_page = ps3_ioc0_map_page,
/linux-6.1.9/drivers/xen/
Dgrant-dma-ops.c288 .map_page = xen_grant_dma_map_page,
Dswiotlb-xen.c401 .map_page = xen_swiotlb_map_page,
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h426 int map_page(unsigned long va, phys_addr_t pa, int flags);
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dibmebus.c148 .map_page = ibmebus_map_page,
/linux-6.1.9/arch/mips/jazz/
Djazzdma.c610 .map_page = jazz_dma_map_page,
/linux-6.1.9/include/linux/
Ddma-map-ops.h47 dma_addr_t (*map_page)(struct device *dev, struct page *page, member
/linux-6.1.9/arch/x86/kernel/
Damd_gart_64.c671 .map_page = gart_map_page,
/linux-6.1.9/arch/s390/pci/
Dpci_dma.c689 .map_page = s390_dma_map_pages,
/linux-6.1.9/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c239 .map_page = vdpasim_map_page,
/linux-6.1.9/arch/alpha/kernel/
Dpci_iommu.c923 .map_page = alpha_pci_map_page,
/linux-6.1.9/arch/sparc/kernel/
Diommu.c756 .map_page = dma_4u_map_page,
Dpci_sun4v.c688 .map_page = dma_4v_map_page,
/linux-6.1.9/drivers/parisc/
Dccio-dma.c1024 .map_page = ccio_map_page,

12