Searched refs:devm_memremap_pages (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | memremap.h | 205 void *devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap); 213 static inline void *devm_memremap_pages(struct device *dev, in devm_memremap_pages() function
|
| /linux-6.15/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` 的跨架构通用对齐颗粒度。
|
| H A D | hmm.rst | 242 还有devm_request_free_mem_region(), devm_memremap_pages(),
|
| /linux-6.15/mm/ |
| H A D | memremap.c | 403 void *devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap) in devm_memremap_pages() function 418 EXPORT_SYMBOL_GPL(devm_memremap_pages);
|
| /linux-6.15/tools/testing/nvdimm/ |
| H A D | Kbuild | 14 ldflags-y += --wrap=devm_memremap_pages
|
| /linux-6.15/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`.
|
| H A D | hmm.rst | 291 There are also devm_request_free_mem_region(), devm_memremap_pages(),
|
| /linux-6.15/drivers/nvdimm/ |
| H A D | pmem.c | 520 addr = devm_memremap_pages(dev, &pmem->pgmap); in pmem_attach_disk() 533 addr = devm_memremap_pages(dev, &pmem->pgmap); in pmem_attach_disk()
|
| H A D | Kconfig | 133 core devm_memremap_pages() implementation and other
|
| /linux-6.15/tools/testing/nvdimm/test/ |
| H A D | iomap.c | 123 return devm_memremap_pages(dev, pgmap); in __wrap_devm_memremap_pages()
|
| /linux-6.15/drivers/dax/ |
| H A D | device.c | 450 addr = devm_memremap_pages(dev, pgmap); in dev_dax_probe()
|
| /linux-6.15/drivers/pci/ |
| H A D | p2pdma.c | 336 addr = devm_memremap_pages(&pdev->dev, pgmap); in pci_p2pdma_add_resource()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_svm.c | 990 addr = devm_memremap_pages(dev, &vr->pagemap); in xe_devm_add()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_migrate.c | 1060 r = devm_memremap_pages(adev->dev, pgmap); in kgd2kfd_init_zone_device()
|
| /linux-6.15/fs/fuse/ |
| H A D | virtio_fs.c | 1106 fs->window_kaddr = devm_memremap_pages(&vdev->dev, pgmap); in virtio_fs_setup_dax()
|