Home
last modified time | relevance | path

Searched refs:devm_memremap_pages (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/linux/
H A Dmemremap.h193 void *devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap);
203 static inline void *devm_memremap_pages(struct device *dev, in devm_memremap_pages() function
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dmemory-model.rst114 是页面,以保持内存被“锁定”以便使用。 `ZONE_DEVICE` ,通过 :c:func:`devm_memremap_pages` ,
125 :c:func:`devm_memremap_pages` 的跨架构通用对齐颗粒度。
H A Dhmm.rst248 还有devm_request_free_mem_region(), devm_memremap_pages(),
/openbmc/linux/mm/
H A Dmemremap.c402 void *devm_memremap_pages(struct device *dev, struct dev_pagemap *pgmap) in devm_memremap_pages() function
417 EXPORT_SYMBOL_GPL(devm_memremap_pages);
/openbmc/linux/tools/testing/nvdimm/
H A DKbuild14 ldflags-y += --wrap=devm_memremap_pages
/openbmc/linux/Documentation/mm/
H A Dmemory-model.rst145 :c:func:`devm_memremap_pages`, performs just enough memory hotplug to
161 common alignment granularity for :c:func:`devm_memremap_pages`.
H A Dhmm.rst291 There are also devm_request_free_mem_region(), devm_memremap_pages(),
/openbmc/linux/drivers/nvdimm/
H A Dpmem.c511 addr = devm_memremap_pages(dev, &pmem->pgmap); in pmem_attach_disk()
525 addr = devm_memremap_pages(dev, &pmem->pgmap); in pmem_attach_disk()
H A DKconfig133 core devm_memremap_pages() implementation and other
/openbmc/linux/tools/testing/nvdimm/test/
H A Diomap.c123 return devm_memremap_pages(dev, pgmap); in __wrap_devm_memremap_pages()
/openbmc/linux/drivers/dax/
H A Ddevice.c448 addr = devm_memremap_pages(dev, pgmap); in dev_dax_probe()
/openbmc/linux/drivers/pci/
H A Dp2pdma.c327 addr = devm_memremap_pages(&pdev->dev, pgmap); in pci_p2pdma_add_resource()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_migrate.c1051 r = devm_memremap_pages(adev->dev, pgmap); in kgd2kfd_init_zone_device()
/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c852 fs->window_kaddr = devm_memremap_pages(&vdev->dev, pgmap); in virtio_fs_setup_dax()