Searched refs:coherent (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/sys/arch/newsmips/apbus/
H A Ddmac3reg.h74 coherent:1, /* ? */ member in struct:dma_pte
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dif0008.h34 __u8 coherent; member in struct:nvif_mmu_type_v0
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dbios_parser_types.h124 bool coherent; member in struct:bp_external_encoder_control
157 bool coherent; member in struct:bp_transmitter_control
/netbsd-current/sys/dev/usb/
H A Dusb_mem.c126 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));
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_mmu.c111 if (args.coherent) mmu->type[i].type |= NVIF_MEM_COHERENT;
/netbsd-current/sys/arch/m68k/m68k/
H A Dbus_dma.c143 int seg, cacheable, coherent; local
147 coherent = BUS_DMA_COHERENT;
165 coherent = 0;
220 map->_dm_flags |= coherent;
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_resource.c149 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) {
H A Dvmwgfx_validation.c41 * @coherent_count: If switching backup buffers, number of new coherent
472 res->coherent) {
894 * Switching coherent resource backup buffers failed.
H A Dvmwgfx_drv.h162 * @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.
H A Dvmwgfx_surface.c1707 res->coherent = true;
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dbus_dma.c141 int seg, cacheable, coherent = BUS_DMA_COHERENT; local
155 coherent = 0;
211 map->_dm_flags |= coherent;
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbus_dma.c140 int seg, cacheable, coherent = BUS_DMA_COHERENT; local
154 coherent = 0;
210 map->_dm_flags |= coherent;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dnouveau_nvkm_subdev_mmu_ummu.c102 args->v0.coherent = !!(type & NVKM_MEM_COHERENT);
/netbsd-current/sys/arch/arm/arm32/
H A Dbus_dma.c67 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, mar
195 _bus_dmamap_load_paddr(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t paddr, bus_size_t size, bool coherent) argument
808 const bool coherent = local
1649 bool coherent; local
[all...]
H A Dpmap.c4002 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
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c372 bool coherent = mem->alloc_flags & ALLOC_MEM_FLAGS_COHERENT; local
385 mapping_flags |= coherent ?
390 mapping_flags |= coherent ?
395 mapping_flags |= coherent ?
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_command_table.c471 /* 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;
/netbsd-current/sys/arch/riscv/riscv/
H A Dbus_dma.c61 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, mar
189 _bus_dmamap_load_paddr(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t paddr, bus_size_t size, bool coherent) argument
806 const bool coherent = local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_link_encoder.c843 cntl.coherent = false;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_link_encoder.c836 cntl.coherent = false;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_hw_sequencer.c863 cntl.coherent = false;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dconfigure17367 VM page cache was not coherent with the file system buffer cache
/netbsd-current/external/gpl2/lvm2/dist/
H A Dconfigure8376 VM page cache was not coherent with the file system buffer cache
/netbsd-current/external/gpl2/texinfo/dist/
H A Dconfigure8946 VM page cache was not coherent with the file system buffer cache
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dconfigure14932 VM page cache was not coherent with the file system buffer cache

Completed in 542 milliseconds

12