Searched refs:devm_memremap_pages (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | memremap.h | 193 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 D | memory-model.rst | 114 是页面,以保持内存被“锁定”以便使用。 `ZONE_DEVICE` ,通过 :c:func:`devm_memremap_pages` , 125 :c:func:`devm_memremap_pages` 的跨架构通用对齐颗粒度。
|
H A D | hmm.rst | 248 还有devm_request_free_mem_region(), devm_memremap_pages(),
|
/openbmc/linux/mm/ |
H A D | memremap.c | 402 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 D | Kbuild | 14 ldflags-y += --wrap=devm_memremap_pages
|
/openbmc/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`.
|
H A D | hmm.rst | 291 There are also devm_request_free_mem_region(), devm_memremap_pages(),
|
/openbmc/linux/drivers/nvdimm/ |
H A D | pmem.c | 511 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 D | Kconfig | 133 core devm_memremap_pages() implementation and other
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | iomap.c | 123 return devm_memremap_pages(dev, pgmap); in __wrap_devm_memremap_pages()
|
/openbmc/linux/drivers/dax/ |
H A D | device.c | 448 addr = devm_memremap_pages(dev, pgmap); in dev_dax_probe()
|
/openbmc/linux/drivers/pci/ |
H A D | p2pdma.c | 327 addr = devm_memremap_pages(&pdev->dev, pgmap); in pci_p2pdma_add_resource()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_migrate.c | 1051 r = devm_memremap_pages(adev->dev, pgmap); in kgd2kfd_init_zone_device()
|
/openbmc/linux/fs/fuse/ |
H A D | virtio_fs.c | 852 fs->window_kaddr = devm_memremap_pages(&vdev->dev, pgmap); in virtio_fs_setup_dax()
|