Searched refs:mappable (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/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.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | if0008.h | 31 __u8 mappable; member
|
/linux-6.12.1/Documentation/block/ |
D | ioprio.rst | 26 to be more directly mappable to performance, by passing in a wanted data 31 determines how much io bandwidth the process will get, it's directly mappable
|
/linux-6.12.1/Documentation/devicetree/bindings/pmem/ |
D | pmem-region.txt | 24 range should be mappable as normal system memory would be
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/ |
D | mmu.c | 109 if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE; in nvif_mmu_ctor()
|
/linux-6.12.1/Documentation/fb/ |
D | metronomefb.rst | 37 mappable frame buffer. It has been tested with tinyx (Xfbdev). It is known
|
/linux-6.12.1/Documentation/driver-api/ |
D | io-mapping.rst | 20 mappable, while 'size' indicates how large a mapping region to
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-kernel-iommu_groups | 23 output direct-mapped, MSI, non mappable regions. Each
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1295 u32 mappable = device->func->resource_size(device, 1) >> PAGE_SHIFT; in nouveau_ttm_fault_reserve_notify() local 1314 bo->resource->start + PFN_UP(bo->resource->size) < mappable) in nouveau_ttm_fault_reserve_notify() 1319 nvbo->placements[i].lpfn = mappable; in nouveau_ttm_fault_reserve_notify()
|
/linux-6.12.1/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.12.1/drivers/gpu/drm/i915/ |
D | i915_vma.c | 723 bool mappable, fenceable; in __i915_vma_set_map_and_fenceable() local 731 mappable = i915_ggtt_offset(vma) + vma->fence_size <= in __i915_vma_set_map_and_fenceable() 734 if (mappable && fenceable) in __i915_vma_set_map_and_fenceable()
|
/linux-6.12.1/Documentation/trace/ |
D | stm.rst | 84 to userspace for zero-copy writing. One mappable page (in terms of
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 192 By default kernel tries to use huge, PMD-mappable zero page on read 201 PMD-mappable transparent hugepage::
|
/linux-6.12.1/Documentation/bpf/ |
D | ringbuf.rst | 78 - memory-mappable data area for user-space applications for ease of
|
/linux-6.12.1/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 2027 which is not mappable. In such a case, you have to transfer the data
|