Home
last modified time | relevance | path

Searched refs:uncached (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Dgmc_v9_0.c1132 bool uncached = bo->flags & AMDGPU_GEM_CREATE_UNCACHED; in gmc_v9_0_get_coherence_flags() local
1145 if (uncached) in gmc_v9_0_get_coherence_flags()
1161 if (uncached || coherent) in gmc_v9_0_get_coherence_flags()
1169 if (uncached || coherent) in gmc_v9_0_get_coherence_flags()
1202 if (uncached) { in gmc_v9_0_get_coherence_flags()
1223 if (uncached || coherent) in gmc_v9_0_get_coherence_flags()
Damdgpu_vm.c1219 bool uncached; in amdgpu_vm_bo_update() local
1275 uncached = (bo->flags & AMDGPU_GEM_CREATE_UNCACHED) != 0; in amdgpu_vm_bo_update()
1279 uncached = false; in amdgpu_vm_bo_update()
1312 !uncached, &sync, mapping->start, in amdgpu_vm_bo_update()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCInstrInfo.td901 // di - uncached.
974 // di - uncached.
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUUsage.rst5235 MTYPE UC (uncached) to avoid needing to invalidate the L2 cache. This also
6488 the PTE C-bit set or MTYPE UC (uncached) for memory not local to the L2.
6517 MTYPE UC (uncached) which bypasses the L2.
6541 memory accessed as MTYPE UC (uncached) to avoid needing to invalidate the L2
8906 UC (uncached) which bypasses the L2.
8930 memory accessed as MTYPE UC (uncached) to avoid needing to invalidate the L2
11326 * On dGPU the kernarg backing memory is accessed as MTYPE UC (uncached) to avoid
/openbsd/src/usr.sbin/unbound/doc/
Dexample.conf.in982 # ratelimit for uncached, new queries, this limits recursion effort.
DChangelog2756 - Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-20019651 perform a uncached transfer if dcache_enabled_p was clear. This