Searched refs:evict (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/selftests/
H A Ddrm_mm_selftests.h21 selftest(evict, igt_evict)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h39 Result->evict(cast<Function>(Val));
H A DCFLAndersAliasAnalysis.h57 void evict(const Function *Fn);
H A DCFLSteensAliasAnalysis.h61 void evict(Function *Fn);
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h292 * Check with the driver if it is valuable to evict a BO to make room
314 * @evict: whether this motion is evicting the buffer from
321 int (*move)(struct ttm_buffer_object *bo, bool evict,
344 * @evict: whether this move is evicting the buffer from the graphics
348 bool evict,
868 * @evict: This is an evict move. Don't return until the buffer is idle.
879 struct dma_fence *fence, bool evict,
887 * @evict: This is an evict mov
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.c417 bool force = false, evict = false; local
429 evict = true;
434 if (!(memtype & (1 << bo->mem.mem_type)) || evict) {
444 if (evict) {
1211 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, argument
1239 evict,
1319 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, argument
1356 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, argument
1392 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict, argument
1451 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_object.h155 bool evict,
H A Dradeon_ttm.c219 bool evict, bool no_wait_gpu,
268 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, new_mem);
274 bool evict, bool interruptible,
319 bool evict, bool interruptible,
356 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, argument
395 r = radeon_move_vram_ram(bo, evict, ctx->interruptible,
399 r = radeon_move_ram_vram(bo, evict, ctx->interruptible,
402 r = radeon_move_blit(bo, evict, ctx->no_wait_gpu,
218 radeon_move_blit(struct ttm_buffer_object *bo, bool evict, bool no_wait_gpu, struct ttm_mem_reg *new_mem, struct ttm_mem_reg *old_mem) argument
273 radeon_move_vram_ram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
318 radeon_move_ram_vram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
H A Dradeon_object.c435 /* Useless to evict on IGP chips */
792 bool evict,
791 radeon_bo_move_notify(struct ttm_buffer_object *bo, bool evict, struct ttm_mem_reg *new_mem) argument
/netbsd-current/sys/arch/arm/arm/
H A Dcpufunc_asm_pj4b.S85 orr r0, r0, #(1 << 31) @ Enable write evict
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ttm.c228 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, argument
247 bool evict,
246 qxl_bo_move_notify(struct ttm_buffer_object *bo, bool evict, struct ttm_mem_reg *new_mem) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_object.h278 bool evict,
H A Damdgpu_ttm.c146 * @bo: The buffer object to evict
441 bool evict, bool no_wait_gpu,
483 r = ttm_bo_pipeline_move(bo, fence, evict, new_mem);
499 static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict, argument
538 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem);
555 static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict, argument
588 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem);
626 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, argument
672 r = amdgpu_move_vram_ram(bo, evict, ctx, new_mem);
675 r = amdgpu_move_ram_vram(bo, evict, ct
440 amdgpu_move_blit(struct ttm_buffer_object *bo, bool evict, bool no_wait_gpu, struct ttm_mem_reg *new_mem, struct ttm_mem_reg *old_mem) argument
[all...]
H A Damdgpu_object.c1030 * amdgpu_bo_evict_vram - evict VRAM buffers
1044 /* Useless to evict on IGP chips */
1271 * @evict: if this move is evicting the buffer from the graphics address space
1279 bool evict,
1290 amdgpu_vm_bo_invalidate(adev, abo, evict);
1295 if (evict)
1278 amdgpu_bo_move_notify(struct ttm_buffer_object *bo, bool evict, struct ttm_mem_reg *new_mem) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo_util.c809 bool evict,
819 if (evict) {
870 struct dma_fence *fence, bool evict,
883 if (!evict) {
807 ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, struct dma_fence *fence, bool evict, struct ttm_mem_reg *new_mem) argument
869 ttm_bo_pipeline_move(struct ttm_buffer_object *bo, struct dma_fence *fence, bool evict, struct ttm_mem_reg *new_mem) argument
H A Dttm_bo.c329 struct ttm_mem_reg *mem, bool evict,
372 bdev->driver->move_notify(bo, evict, mem);
380 bdev->driver->move_notify(bo, evict, mem);
386 ret = bdev->driver->move(bo, evict, ctx, mem);
772 /* Don't evict this BO if it's outside of the
965 * Repeatedly evict memory from the LRU for @mem_type until we create enough
1094 * ttm_bo_mem_force_space is attempted in priority order to evict and find
328 ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, struct ttm_mem_reg *mem, bool evict, struct ttm_operation_ctx *ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp242 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } function in class:CFLSteensAAResult
H A DCFLAndersAliasAnalysis.cpp825 void CFLAndersAAResult::evict(const Function *Fn) { Cache.erase(Fn); } function in class:CFLAndersAAResult
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c850 bool evict,
849 vmw_move_notify(struct ttm_buffer_object *bo, bool evict, struct ttm_mem_reg *mem) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_hangcheck.c1109 struct drm_mm_node evict = arg->vma->node; local
1115 err = i915_gem_evict_for_node(vm, &evict, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinput.cc69 void evict ();
111 to designate which file cache to evict from the cache
378 r->evict ();
382 file_cache_slot::evict () function in class:file_cache_slot
416 /* We evict C because it's either an entry with a lower use

Completed in 399 milliseconds