| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dmem.c | 122 struct nouveau_dmem *dmem = chunk->drm->dmem; in nouveau_dmem_folio_free() local 124 spin_lock(&dmem->lock); in nouveau_dmem_folio_free() 126 page->zone_device_data = dmem->free_folios; in nouveau_dmem_folio_free() 127 dmem->free_folios = folio; in nouveau_dmem_folio_free() 129 page->zone_device_data = dmem->free_pages; in nouveau_dmem_folio_free() 130 dmem->free_pages = page; in nouveau_dmem_folio_free() 139 spin_unlock(&dmem->lock); in nouveau_dmem_folio_free() 171 if (drm->dmem->migrate.copy_func(drm, folio_nr_pages(sfolio), in nouveau_dmem_copy_folio() 186 struct nouveau_dmem *dmem = drm->dmem; in nouveau_dmem_migrate_to_ram() local 267 nouveau_fence_new(&fence, dmem->migrate.chan); in nouveau_dmem_migrate_to_ram() [all …]
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ |
| H A D | ia_css_yuv444_io.host.c | 33 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_yuv444_io_config() 34 offset = binary->info->mem_offsets.offsets.param->dmem.get.offset; in ia_css_yuv444_io_config() 62 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_yuv444_io_config() 63 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_yuv444_io_config()
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ |
| H A D | ia_css_bayer_io.host.c | 32 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_bayer_io_config() 33 offset = binary->info->mem_offsets.offsets.param->dmem.get.offset; in ia_css_bayer_io_config() 60 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_bayer_io_config() 61 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_bayer_io_config()
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stih418-b2264.dts | 25 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 30 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 35 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 40 /* u-boot puts hpen in SBC dmem at 0xb8 offset */
|
| H A D | stih418.dtsi | 18 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 26 /* u-boot puts hpen in SBC dmem at 0xa4 offset */
|
| /linux/drivers/memory/ |
| H A D | brcmstb_dpfe.c | 183 void __iomem *dmem; member 407 ptr = priv->dmem + offset; in get_msg_ptr() 570 u32 __iomem *dmem = priv->dmem; in __verify_fw_checksum() local 587 sum += readl_relaxed(dmem + i); in __verify_fw_checksum() 626 const u32 *dmem, *imem; in brcmstb_dpfe_download_firmware() local 678 dmem = fw_blob + imem_size; in brcmstb_dpfe_download_firmware() 680 ret = __write_firmware(priv->dmem, dmem, dmem_size, is_big_endian); in brcmstb_dpfe_download_firmware() 878 priv->dmem = devm_platform_ioremap_resource_byname(pdev, "dpfe-dmem"); in brcmstb_dpfe_probe() 879 if (IS_ERR(priv->dmem)) { in brcmstb_dpfe_probe()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.h | 49 } dmem; member 62 } dmem; member 70 } dmem; member
|
| H A D | ipu3-abi.h | 1938 } dmem; member
|
| /linux/Documentation/core-api/ |
| H A D | cgroup.rst | 7 .. kernel-doc:: kernel/cgroup/dmem.c
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | wkup_m3_rproc.txt | 26 regions. These should be named "umem" & "dmem". 45 reg-names = "umem", "dmem";
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.h | 229 struct q_desc_mem dmem; member 260 struct q_desc_mem dmem; member 284 struct q_desc_mem dmem; member
|
| /linux/kernel/cgroup/ |
| H A D | Makefile | 10 obj-$(CONFIG_CGROUP_DMEM) += dmem.o
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | st_fdma.txt | 15 - reg-names : Must contain "slimcore", "dmem", "peripherals", "imem" entries 31 reg-names = "slimcore", "dmem", "peripherals", "imem";
|
| /linux/include/linux/ |
| H A D | cgroup_subsys.h | 69 SUBSYS(dmem)
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| H A D | fwsec.c | 92 const u8 *dmem = fw->fw.img + fw->dmem_base_img; in nvkm_gsp_fwsec_patch() local 106 dmemmap = (void *)(dmem + app->v1.dmem_base); in nvkm_gsp_fwsec_patch() 109 frtscmd = (void *)(dmem + dmemmap->v3.cmd_in_buffer_offset); in nvkm_gsp_fwsec_patch()
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2776 The "dmem" controller regulates the distribution and accounting of 2783 dmem.max, dmem.min, dmem.low 2796 dmem.capacity 2807 dmem.current
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am33xx-l4.dtsi | 51 reg-names = "umem", "dmem";
|
| H A D | am437x-l4.dtsi | 52 reg-names = "umem", "dmem";
|
| /linux/ |
| H A D | MAINTAINERS | 6448 F: kernel/cgroup/dmem.c
|