Searched refs:devm_memremap_pages (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | memremap.h | 231 void *devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap); 265 static inline void *devm_memremap_pages(struct device *dev, in devm_memremap_pages() function
|
| /linux/mm/ |
| H A D | memremap.c | 374 void *devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap) in devm_memremap_pages() function 389 EXPORT_SYMBOL_GPL(devm_memremap_pages);
|
| /linux/tools/testing/nvdimm/ |
| H A D | Kbuild | 14 ldflags-y += --wrap=devm_memremap_pages
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | iomap.c | 122 return devm_memremap_pages(dev, pgmap); in __wrap_devm_memremap_pages()
|
| /linux/drivers/nvdimm/ |
| H A D | Kconfig | 152 core devm_memremap_pages() implementation and other
|
| /linux/drivers/dax/ |
| H A D | device.c | 458 addr = devm_memremap_pages(dev, pgmap); in dev_dax_probe()
|
| /linux/drivers/pci/ |
| H A D | p2pdma.c | 433 addr = devm_memremap_pages(&pdev->dev, pgmap); in pci_p2pdma_add_resource()
|
| /linux/drivers/s390/block/ |
| H A D | dcssblk.c | 697 addr = devm_memremap_pages(&dev_info->dev, &dev_info->pgmap); in dcssblk_add_store()
|
| /linux/drivers/hv/ |
| H A D | mshv_vtl_main.c | 414 addr = devm_memremap_pages(mem_dev, pgmap); in mshv_vtl_ioctl_add_vtl0_mem()
|
| /linux/fs/fuse/ |
| H A D | virtio_fs.c | 1103 fs->window_kaddr = devm_memremap_pages(&vdev->dev, pgmap); in virtio_fs_setup_dax()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_svm.c | 1783 addr = devm_memremap_pages(dev, pagemap); in xe_pagemap_create()
|