Home
last modified time | relevance | path

Searched refs:evict (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h321 int (*move)(struct ttm_buffer_object *bo, bool evict,
348 bool evict,
879 struct dma_fence *fence, bool evict,
894 struct dma_fence *fence, bool evict,
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.c417 bool force = false, evict = false; in nouveau_bo_pin() local
429 evict = true; in nouveau_bo_pin()
434 if (!(memtype & (1 << bo->mem.mem_type)) || evict) { in nouveau_bo_pin()
444 if (evict) { in nouveau_bo_pin()
1211 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf() argument
1239 evict, in nouveau_bo_move_m2mf()
1392 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move_ntfy() argument
1451 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move() argument
1485 ret = nouveau_bo_move_flipd(bo, evict, in nouveau_bo_move()
1489 ret = nouveau_bo_move_flips(bo, evict, in nouveau_bo_move()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ttm.c219 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
268 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, new_mem); in radeon_move_blit()
274 bool evict, bool interruptible, in radeon_move_vram_ram() argument
319 bool evict, bool interruptible, in radeon_move_ram_vram() argument
356 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move() argument
395 r = radeon_move_vram_ram(bo, evict, ctx->interruptible, in radeon_bo_move()
399 r = radeon_move_ram_vram(bo, evict, ctx->interruptible, in radeon_bo_move()
402 r = radeon_move_blit(bo, evict, ctx->no_wait_gpu, in radeon_bo_move()
H A Dradeon_object.h155 bool evict,
H A Dradeon_object.c792 bool evict, in radeon_bo_move_notify() argument
/netbsd/sys/external/bsd/drm2/dist/drm/selftests/
H A Ddrm_mm_selftests.h21 selftest(evict, igt_evict)
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h39 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
H A DCFLAndersAliasAnalysis.h57 void evict(const Function *Fn);
H A DCFLSteensAliasAnalysis.h61 void evict(Function *Fn);
/netbsd/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ttm.c228 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move() argument
247 bool evict, in qxl_bo_move_notify() argument
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ttm.c441 bool evict, bool no_wait_gpu, in amdgpu_move_blit() argument
483 r = ttm_bo_pipeline_move(bo, fence, evict, new_mem); in amdgpu_move_blit()
499 static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_vram_ram() argument
538 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem); in amdgpu_move_vram_ram()
555 static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_ram_vram() argument
588 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem); in amdgpu_move_ram_vram()
626 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move() argument
672 r = amdgpu_move_vram_ram(bo, evict, ctx, new_mem); in amdgpu_bo_move()
675 r = amdgpu_move_ram_vram(bo, evict, ctx, new_mem); in amdgpu_bo_move()
677 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, in amdgpu_bo_move()
H A Damdgpu_object.c1279 bool evict, in amdgpu_bo_move_notify() argument
1290 amdgpu_vm_bo_invalidate(adev, abo, evict); in amdgpu_bo_move_notify()
1295 if (evict) in amdgpu_bo_move_notify()
H A Damdgpu_object.h278 bool evict,
/netbsd/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo_util.c809 bool evict, in ttm_bo_move_accel_cleanup() argument
819 if (evict) { in ttm_bo_move_accel_cleanup()
870 struct dma_fence *fence, bool evict, in ttm_bo_pipeline_move() argument
883 if (!evict) { in ttm_bo_pipeline_move()
H A Dttm_bo.c329 struct ttm_mem_reg *mem, bool evict, in ttm_bo_handle_move_mem() argument
372 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
380 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem()
386 ret = bdev->driver->move(bo, evict, ctx, mem); in ttm_bo_handle_move_mem()
/netbsd/sys/arch/arm/arm/
H A Dcpufunc_asm_pj4b.S85 orr r0, r0, #(1 << 31) @ Enable write evict
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp242 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
H A DCFLAndersAliasAnalysis.cpp825 void CFLAndersAAResult::evict(const Function *Fn) { Cache.erase(Fn); } in evict() function in CFLAndersAAResult
/netbsd/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt123 space and it may have to evict a trace, at which point the branch to
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c850 bool evict, in vmw_move_notify() argument
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_hangcheck.c1109 struct drm_mm_node evict = arg->vma->node; in evict_vma() local
1115 err = i915_gem_evict_for_node(vm, &evict, 0); in evict_vma()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dinput.cc69 void evict ();
378 r->evict (); in forcibly_evict_file()
382 file_cache_slot::evict () in evict() function in file_cache_slot
/netbsd/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.md5186 it is used. The "evict next" alternatives load the data into the cache
5190 "ldq $31,%a0", /* read, evict next */
5191 "ldl $31,%a0", /* read, evict last */
5194 "ldt $f31,%a0", /* write, evict next */
5195 "lds $f31,%a0", /* write, evict last */
/netbsd/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.md5186 it is used. The "evict next" alternatives load the data into the cache
5190 "ldq $31,%a0", /* read, evict next */
5191 "ldl $31,%a0", /* read, evict last */
5194 "ldt $f31,%a0", /* write, evict next */
5195 "lds $f31,%a0", /* write, evict last */
/netbsd/crypto/external/cpl/trousers/dist/
H A DChangeLog50 - Added the missing setup of a tcs handle for owner evict keys.

12