| /src/sys/arch/newsmips/apbus/ |
| dmac3reg.h | 74 coherent:1, /* ? */ member in struct:dma_pte
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| if0008.h | 34 __u8 coherent; member in struct:nvif_mmu_type_v0
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm-nsp.dtsi | 219 dma-coherent; 229 dma-coherent; 239 dma-coherent; 249 dma-coherent; 259 dma-coherent; 270 dma-coherent; 323 dma-coherent; 331 dma-coherent; 339 dma-coherent; 475 dma-coherent; [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/ |
| ns2.dtsi | 119 dma-coherent; 150 dma-coherent; 181 dma-coherent; 211 dma-coherent; 222 dma-coherent; 238 dma-coherent; 254 dma-coherent; 270 dma-coherent; 694 dma-coherent; 718 dma-coherent; [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
| stingray-fs4.dtsi | 44 dma-coherent; 50 dma-coherent;
|
| stingray.dtsi | 573 dma-coherent;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| bios_parser_types.h | 124 bool coherent; member in struct:bp_external_encoder_control 157 bool coherent; member in struct:bp_transmitter_control
|
| /src/sys/dev/usb/ |
| usb_mem.c | 126 bool coherent = (flags & USBMALLOC_COHERENT) != 0; local 128 u_int dmaflags = coherent ? USB_DMA_COHERENT : 0; 176 BUS_DMA_WAITOK | (coherent ? BUS_DMA_COHERENT : 0));
|
| /src/sys/arch/m68k/m68k/ |
| bus_dma.c | 143 int seg, cacheable, coherent; local 147 coherent = BUS_DMA_COHERENT; 170 coherent = 0; 225 map->_dm_flags |= coherent;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
| nouveau_nvif_mmu.c | 111 if (args.coherent) mmu->type[i].type |= NVIF_MEM_COHERENT;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_resource.c | 149 if (res->coherent) 240 res->coherent = false; 431 * Handle the case where the backup mob is marked coherent but 435 !res->coherent) { 501 if (res->coherent) 513 WARN_ON(res->coherent && !new_backup->dirty); 519 } else if (switch_backup && res->coherent) {
|
| vmwgfx_validation.c | 41 * @coherent_count: If switching backup buffers, number of new coherent 472 res->coherent) { 894 * Switching coherent resource backup buffers failed.
|
| vmwgfx_drv.h | 162 * @coherent: Emulate coherency by tracking vm accesses. 188 u32 coherent : 1; member in struct:vmw_resource 300 vmw_dma_alloc_coherent, /* Use TTM coherent pages */ 328 * @addrs: DMA addresses to the pages if coherent pages are used.
|
| vmwgfx_surface.c | 1707 res->coherent = true;
|
| /src/sys/arch/mvme68k/mvme68k/ |
| bus_dma.c | 141 int seg, cacheable, coherent = BUS_DMA_COHERENT; local 164 coherent = 0; 220 map->_dm_flags |= coherent;
|
| /src/sys/arch/virt68k/virt68k/ |
| bus_dma.c | 140 int seg, cacheable, coherent = BUS_DMA_COHERENT; local 163 coherent = 0; 219 map->_dm_flags |= coherent;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
| nouveau_nvkm_subdev_mmu_ummu.c | 102 args->v0.coherent = !!(type & NVKM_MEM_COHERENT);
|
| /src/sys/arch/arm/arm32/ |
| bus_dma.c | 67 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "coherent loads"); 102 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent prereadwrite"); 104 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent preread"); 106 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent prewrite"); 108 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent postread"); 110 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent postreadwrite"); 112 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent postwrite"); 196 bus_addr_t paddr, bus_size_t size, bool coherent) 204 uint32_t _ds_flags = coherent ? _BUS_DMAMAP_COHERENT : 0; 225 * If this region is coherent, mark the segment as coherent 812 const bool coherent = local 1698 bool coherent; local [all...] |
| pmap.c | 4002 bool coherent; local 4025 coherent = (pde & L1_S_CACHE_MASK) == 0; 4052 coherent = (pte & L2_L_CACHE_MASK) == 0; 4057 coherent = (pte & L2_S_CACHE_MASK) == 0; 4066 *coherentp = (pm == pmap_kernel() && coherent); 7839 * If the core support coherent walk then updates to translation tables 8235 * On some systems, only some pages may be "coherent" for dma and we
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_amdkfd_gpuvm.c | 372 bool coherent = mem->alloc_flags & ALLOC_MEM_FLAGS_COHERENT; local 385 mapping_flags |= coherent ? 390 mapping_flags |= coherent ? 395 mapping_flags |= coherent ?
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| amdgpu_command_table.c | 471 /* 00 - coherent mode 475 params.acConfig.fCoherentMode = cntl->coherent; 609 /* 00 - coherent mode 613 params.acConfig.fCoherentMode = cntl->coherent; 735 /* 00 - coherent mode 739 params.acConfig.fCoherentMode = cntl->coherent; 796 /* 00 - coherent mode */ 797 params.asConfig.ucCoherentMode = cntl->coherent;
|
| /src/sys/arch/riscv/riscv/ |
| bus_dma.c | 61 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "coherent loads"); 96 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent prereadwrite"); 98 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent preread"); 100 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent prewrite"); 102 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent postread"); 104 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent postreadwrite"); 106 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "busdma", "sync coherent postwrite"); 190 bus_addr_t paddr, bus_size_t size, bool coherent) 198 uint32_t _ds_flags = coherent ? _BUS_DMAMAP_COHERENT : 0; 219 * If this region is coherent, mark the segment as coherent 806 const bool coherent = local [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt7622.dtsi | 992 dma-coherent;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| amdgpu_dce_link_encoder.c | 843 cntl.coherent = false;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| amdgpu_dcn10_link_encoder.c | 836 cntl.coherent = false;
|