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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
if0008.h 35 __u8 uncached; member in struct:nvif_mmu_type_v0
  /src/sys/arch/riscv/riscv/
bus_dma.c 1460 bool uncached = (flags & BUS_DMA_COHERENT); local in function:_bus_dmamem_map
1473 * no need for an uncached mapping.
1477 uncached = false;
1483 else if (uncached)
  /src/sys/arch/arm/arm32/
bus_dma.c 1519 bool uncached = local in function:_bus_dmamem_map
1533 * no need for an uncached mapping.
1538 uncached = false;
1544 else if (uncached)
  /src/sys/arch/sparc64/sparc64/
pmap.c 1775 int s, i, uncached = 0, error = 0; local in function:pmap_enter
1820 uncached = (pvh->pv_va & (PV_ALIAS|PV_NVC));
1857 uncached = 1;
1858 if (uncached) {
1863 uncached, 1, pa & PMAP_LITTLE, pa & PMAP_WC);
3310 * to be mapped uncached. Caching will be restored
3418 * Change all mappings of a page to cached/uncached.

Completed in 16 milliseconds