HomeSort by: relevance | last modified time | path
    Searched defs:coherent (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
if0008.h 34 __u8 coherent; member in struct:nvif_mmu_type_v0
  /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/newsmips/apbus/
dmac3reg.h 74 coherent:1, /* ? */ member in struct:dma_pte
  /src/sys/arch/m68k/m68k/
bus_dma.c 132 int seg, cacheable, coherent = BUS_DMA_COHERENT; local
159 coherent = 0;
217 map->_dm_flags |= coherent;
  /src/sys/arch/sgimips/hpc/
haud.c 213 // isn't full). This means that we cannot keep the CPU cache coherent
225 const int coherent = page == 0 ? BUS_DMA_COHERENT : 0; local
227 PAGE_SIZE, (void **)&buf->pages[page].kaddr, flags | 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/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/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/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 3997 bool coherent; local
4020 coherent = (pde & L1_S_CACHE_MASK) == 0;
4047 coherent = (pte & L2_L_CACHE_MASK) == 0;
4052 coherent = (pte & L2_S_CACHE_MASK) == 0;
4061 *coherentp = (pm == pmap_kernel() && coherent);
7805 * If the core support coherent walk then updates to translation tables
8201 * On some systems, only some pages may be "coherent" for dma and we
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
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.

Completed in 73 milliseconds