Searched refs:mappable (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | umem.h | 11 bool mappable:1; member
|
D | umem.c | 92 if (!umem->mappable) in nvkm_umem_map() 174 umem->mappable = true; in nvkm_umem_new()
|
D | ummu.c | 96 args->v0.mappable = !!(type & NVKM_MEM_MAPPABLE); in nvkm_ummu_type()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/ |
D | if0008.h | 31 __u8 mappable; member
|
/linux-6.1.9/Documentation/block/ |
D | ioprio.rst | 27 to be more directly mappable to performance, by passing in a wanted data 32 determines how much io bandwidth the process will get, it's directly mappable
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvif/ |
D | mmu.c | 106 if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE; in nvif_mmu_ctor()
|
/linux-6.1.9/Documentation/devicetree/bindings/pmem/ |
D | pmem-region.txt | 24 range should be mappable as normal system memory would be
|
/linux-6.1.9/Documentation/fb/ |
D | metronomefb.rst | 37 mappable frame buffer. It has been tested with tinyx (Xfbdev). It is known
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1220 u32 mappable = device->func->resource_size(device, 1) >> PAGE_SHIFT; in nouveau_ttm_fault_reserve_notify() local 1239 bo->resource->start + bo->resource->num_pages < mappable) in nouveau_ttm_fault_reserve_notify() 1244 nvbo->placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify() 1249 nvbo->busy_placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
|
/linux-6.1.9/Documentation/driver-api/ |
D | io-mapping.rst | 20 mappable, while 'size' indicates how large a mapping region to
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-kernel-iommu_groups | 23 output direct-mapped, MSI, non mappable regions. Each
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | overview.rst | 105 of the DPRC, discover the hardware objects present (including mappable 121 A DPRC has a mappable MMIO region (an MC portal) that can be used
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_vma.c | 683 bool mappable, fenceable; in __i915_vma_set_map_and_fenceable() local 691 mappable = vma->node.start + vma->fence_size <= i915_vm_to_ggtt(vma->vm)->mappable_end; in __i915_vma_set_map_and_fenceable() 693 if (mappable && fenceable) in __i915_vma_set_map_and_fenceable()
|
/linux-6.1.9/Documentation/trace/ |
D | stm.rst | 84 to userspace for zero-copy writing. One mappable page (in terms of
|
/linux-6.1.9/Documentation/bpf/ |
D | ringbuf.rst | 78 - memory-mappable data area for user-space applications for ease of
|
/linux-6.1.9/Documentation/filesystems/ |
D | proc.rst | 522 pages as well as the THP is PMD mappable or not - 1 if true, 0 otherwise.
|
/linux-6.1.9/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 2123 which is not mappable. In such a case, you have to transfer the data
|