Home
last modified time | relevance | path

Searched refs:new_mem (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c54 struct ttm_mem_reg *new_mem) in ttm_bo_move_ttm() argument
86 *old_mem = *new_mem; in ttm_bo_move_ttm()
87 new_mem->mm_node = NULL; in ttm_bo_move_ttm()
395 add = new_mem->num_pages - 1; in ttm_bo_move_memcpy()
419 *old_mem = *new_mem; in ttm_bo_move_memcpy()
420 new_mem->mm_node = NULL; in ttm_bo_move_memcpy()
719 *old_mem = *new_mem; in ttm_bo_move_accel_cleanup()
720 new_mem->mm_node = NULL; in ttm_bo_move_accel_cleanup()
728 struct ttm_mem_reg *new_mem) in ttm_bo_pipeline_move() argument
811 *old_mem = *new_mem; in ttm_bo_pipeline_move()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c252 *old_mem = *new_mem; in radeon_move_null()
253 new_mem->mm_node = NULL; in radeon_move_null()
258 struct ttm_mem_reg *new_mem, in radeon_move_blit() argument
283 switch (new_mem->mem_type) { in radeon_move_blit()
314 struct ttm_mem_reg *new_mem) in radeon_move_vram_ram() argument
325 tmp_mem = *new_mem; in radeon_move_vram_ram()
361 struct ttm_mem_reg *new_mem) in radeon_move_ram_vram() argument
372 tmp_mem = *new_mem; in radeon_move_ram_vram()
418 radeon_move_null(bo, new_mem); in radeon_bo_move()
426 radeon_move_null(bo, new_mem); in radeon_bo_move()
[all …]
H A Dradeon_object.h154 struct ttm_mem_reg *new_mem);
H A Dradeon_object.c776 struct ttm_mem_reg *new_mem) in radeon_bo_move_notify() argument
788 if (!new_mem) in radeon_bo_move_notify()
792 radeon_update_memory_usage(rbo, new_mem->mem_type, 1); in radeon_bo_move_notify()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h313 struct ttm_mem_reg *new_mem);
339 struct ttm_mem_reg *new_mem);
794 struct ttm_mem_reg *new_mem);
816 struct ttm_mem_reg *new_mem);
844 struct ttm_mem_reg *new_mem);
859 struct ttm_mem_reg *new_mem);
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c333 *old_mem = *new_mem; in amdgpu_move_null()
334 new_mem->mm_node = NULL; in amdgpu_move_null()
522 dst.mem = new_mem; in amdgpu_move_blit()
550 struct ttm_mem_reg *new_mem) in amdgpu_move_vram_ram() argument
562 tmp_mem = *new_mem; in amdgpu_move_vram_ram()
608 struct ttm_mem_reg *new_mem) in amdgpu_move_ram_vram() argument
620 tmp_mem = *new_mem; in amdgpu_move_ram_vram()
657 struct ttm_mem_reg *new_mem) in amdgpu_bo_move() argument
672 amdgpu_move_null(bo, new_mem); in amdgpu_bo_move()
680 amdgpu_move_null(bo, new_mem); in amdgpu_bo_move()
[all …]
H A Damdgpu_object.c1250 struct ttm_mem_reg *new_mem) in amdgpu_bo_move_notify() argument
1271 if (!new_mem) in amdgpu_bo_move_notify()
1275 trace_amdgpu_bo_move(abo, new_mem->mem_type, old_mem->mem_type); in amdgpu_bo_move_notify()
H A Damdgpu_object.h278 struct ttm_mem_reg *new_mem);
/dragonfly/contrib/gcc-4.7/gcc/
H A Dauto-inc-dec.c478 rtx new_mem; in attempt_change() local
503 new_mem = replace_equiv_address_nv (mem, new_addr); in attempt_change()
504 if (! validate_change (mem_insn.insn, mem_insn.mem_loc, new_mem, 0)) in attempt_change()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dauto-inc-dec.c454 rtx new_mem; in attempt_change() local
492 new_mem = replace_equiv_address_nv (mem, new_addr); in attempt_change()
493 if (! validate_change (mem_insn.insn, mem_insn.mem_loc, new_mem, 0)) in attempt_change()
H A Dsched-deps.c4689 rtx new_mem; in attempt_change() local
4696 new_mem = replace_equiv_address_nv (mem, new_addr); in attempt_change()
4697 if (! validate_change (mii->mem_insn, mii->mem_loc, new_mem, 0)) in attempt_change()
4707 return new_mem; in attempt_change()
H A Drtlanal.c3157 rtx new_mem = force_const_mem (get_pool_mode (x), new_c); in replace_label() local
3158 *loc = replace_rtx (x, x, XEXP (new_mem, 0)); in replace_label()