Searched refs:devm_memremap_pages (Results 1 – 13 of 13) sorted by relevance
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | memory-model.rst | 114 是页面,以保持内存被“锁定”以便使用。 `ZONE_DEVICE` ,通过 :c:func:`devm_memremap_pages` , 125 :c:func:`devm_memremap_pages` 的跨架构通用对齐颗粒度。
|
| /linux/include/linux/ |
| H A D | memremap.h | 230 void *devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap); 262 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/Documentation/mm/ |
| H A D | memory-model.rst | 145 :c:func:`devm_memremap_pages`, performs just enough memory hotplug to 161 common alignment granularity for :c:func:`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 | 425 addr = devm_memremap_pages(&pdev->dev, pgmap); in pci_p2pdma_add_resource()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_migrate.c | 1061 r = devm_memremap_pages(adev->dev, pgmap); in kgd2kfd_init_zone_device()
|
| /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/drivers/gpu/drm/xe/ |
| H A D | xe_svm.c | 1490 addr = devm_memremap_pages(dev, &vr->pagemap); in xe_devm_add()
|
| /linux/fs/fuse/ |
| H A D | virtio_fs.c | 1103 fs->window_kaddr = devm_memremap_pages(&vdev->dev, pgmap); in virtio_fs_setup_dax()
|