| /NextBSD/sys/dev/drm2/ttm/ |
| HD | ttm_bo.c | 78 struct ttm_placement *placement) in ttm_bo_mem_space_debug() argument 85 for (i = 0; i < placement->num_placement; i++) { in ttm_bo_mem_space_debug() 86 ret = ttm_mem_type_from_flags(placement->placement[i], in ttm_bo_mem_space_debug() 91 i, placement->placement[i], mem_type); in ttm_bo_mem_space_debug() 166 if (!(bo->mem.placement & TTM_PL_FLAG_NO_EVICT)) { in ttm_bo_add_to_lru() 425 ((mem->placement & bo->mem.placement & TTM_PL_MASK_CACHING) == 0)) { in ttm_bo_handle_move_mem() 445 ret = ttm_tt_set_placement_caching(bo->ttm, mem->placement); in ttm_bo_handle_move_mem() 491 ret = bdev->driver->invalidate_caches(bdev, bo->mem.placement); in ttm_bo_handle_move_mem() 500 bo->cur_placement = bo->mem.placement; in ttm_bo_handle_move_mem() 810 struct ttm_placement placement; in ttm_bo_evict() local [all …]
|
| HD | ttm_bo_api.h | 58 const uint32_t *placement; member 108 uint32_t placement; member 348 struct ttm_placement *placement, 496 struct ttm_placement *placement, 533 struct ttm_placement *placement, 551 struct ttm_placement *placement);
|
| HD | ttm_bo_manager.c | 55 struct ttm_placement *placement, in ttm_bo_man_get_node() argument 64 lpfn = placement->lpfn; in ttm_bo_man_get_node() 75 placement->fpfn, lpfn, 1); in ttm_bo_man_get_node() 82 placement->fpfn, in ttm_bo_man_get_node()
|
| HD | ttm_bo_util.c | 55 ttm_flag_masked(&old_mem->placement, TTM_PL_FLAG_SYSTEM, in ttm_bo_move_ttm() 60 ret = ttm_tt_set_placement_caching(ttm, new_mem->placement); in ttm_bo_move_ttm() 205 mem->bus.size, (mem->placement & TTM_PL_FLAG_WC) ? in ttm_mem_reg_ioremap() 344 vm_memattr_t prot = ttm_io_prot(old_mem->placement); in ttm_bo_move_memcpy() 348 vm_memattr_t prot = ttm_io_prot(new_mem->placement); in ttm_bo_move_memcpy() 470 (mem->placement & TTM_PL_FLAG_WC) ? in ttm_bo_ioremap() 495 if (num_pages == 1 && (mem->placement & TTM_PL_FLAG_CACHED)) { in ttm_bo_kmap_ttm() 510 prot = (mem->placement & TTM_PL_FLAG_CACHED) ? in ttm_bo_kmap_ttm() 511 VM_MEMATTR_DEFAULT : ttm_io_prot(mem->placement); in ttm_bo_kmap_ttm()
|
| HD | ttm_bo_driver.h | 206 struct ttm_placement *placement, 382 struct ttm_placement *placement); 679 extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement); 719 struct ttm_placement *placement,
|
| HD | ttm_tt.c | 148 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) in ttm_tt_set_placement_caching() argument 152 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching() 154 else if (placement & TTM_PL_FLAG_UNCACHED) in ttm_tt_set_placement_caching()
|
| HD | ttm_bo_vm.c | 225 pmap_page_set_memattr(m, ttm_io_prot(bo->mem.placement)); in ttm_bo_vm_fault() 234 (bo->mem.placement & TTM_PL_FLAG_CACHED) ? in ttm_bo_vm_fault() 235 VM_MEMATTR_WRITE_BACK : ttm_io_prot(bo->mem.placement)); in ttm_bo_vm_fault()
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_ttm.c | 176 struct ttm_placement *placement) in radeon_evict_flags() argument 182 placement->fpfn = 0; in radeon_evict_flags() 183 placement->lpfn = 0; in radeon_evict_flags() 184 placement->placement = &placements; in radeon_evict_flags() 185 placement->busy_placement = &placements; in radeon_evict_flags() 186 placement->num_placement = 1; in radeon_evict_flags() 187 placement->num_busy_placement = 1; in radeon_evict_flags() 202 *placement = rbo->placement; in radeon_evict_flags() 285 struct ttm_placement placement; in radeon_move_vram_ram() local 291 placement.fpfn = 0; in radeon_move_vram_ram() [all …]
|
| HD | radeon_object.c | 90 rbo->placement.fpfn = 0; in radeon_ttm_placement_from_domain() 91 rbo->placement.lpfn = 0; in radeon_ttm_placement_from_domain() 92 rbo->placement.placement = rbo->placements; in radeon_ttm_placement_from_domain() 93 rbo->placement.busy_placement = rbo->placements; in radeon_ttm_placement_from_domain() 113 rbo->placement.num_placement = c; in radeon_ttm_placement_from_domain() 114 rbo->placement.num_busy_placement = c; in radeon_ttm_placement_from_domain() 159 &bo->placement, page_align, !kernel, NULL, in radeon_bo_create() 254 bo->placement.lpfn = bo->rdev->mc.visible_vram_size >> PAGE_SHIFT; in radeon_bo_pin_restricted() 259 if (!bo->placement.lpfn) in radeon_bo_pin_restricted() 260 bo->placement.lpfn = bo->rdev->mc.gtt_size >> PAGE_SHIFT; in radeon_bo_pin_restricted() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.h | 62 WriteCommandsForSourcing (CommandPlacement placement, lldb::SBStream &strm); 78 …AddInitialCommand (const char *command, CommandPlacement placement, bool is_file, lldb::SBError &e…
|
| HD | Driver.cpp | 455 Driver::OptionData::AddInitialCommand (const char *command, CommandPlacement placement, bool is_fil… in AddInitialCommand() argument 458 switch (placement) in AddInitialCommand() 518 Driver::WriteCommandsForSourcing (CommandPlacement placement, SBStream &strm) in WriteCommandsForSourcing() argument 521 switch (placement) in WriteCommandsForSourcing()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | init.c | 1554 build_raw_new_expr (tree placement, tree type, tree nelts, tree init, in build_raw_new_expr() argument 1559 new_expr = build4 (NEW_EXPR, build_pointer_type (type), placement, type, in build_raw_new_expr() 1573 build_new_1 (tree placement, tree type, tree nelts, tree init, in build_new_1() argument 1704 if (! placement && TYPE_FOR_JAVA (elt_type)) in build_new_1() 1752 args = tree_cons (NULL_TREE, size, placement); in build_new_1() 1781 alloc_call = build_operator_new_call (fnname, placement, in build_new_1() 2068 build_new (tree placement, tree type, tree nelts, tree init, in build_new() argument 2076 if (placement == error_mark_node || type == error_mark_node in build_new() 2080 orig_placement = placement; in build_new() 2087 || any_type_dependent_arguments_p (placement) in build_new() [all …]
|
| HD | call.c | 2924 tree placement = TREE_CHAIN (args); in build_operator_new_call() local 2928 if (placement && !TREE_CHAIN (placement) in build_operator_new_call() 2929 && same_type_p (TREE_TYPE (TREE_VALUE (placement)), in build_operator_new_call() 4019 bool global_p, tree placement, in build_op_delete_call() argument 4054 if (placement) in build_op_delete_call() 4061 args = TREE_CHAIN (TREE_OPERAND (placement, 1)); in build_op_delete_call() 4077 for (pass = 0; pass < (placement ? 1 : 2); ++pass) in build_op_delete_call() 4141 if (placement) in build_op_delete_call() 4159 if (!placement) in build_op_delete_call()
|
| /NextBSD/sys/boot/forth/ |
| HD | version.4th | 38 \ Initialize text placement to defaults 46 \ Get the text placement position (if set)
|
| HD | logo-orbbw.4th | 27 46 logoX ! 7 logoY ! \ Initialize logo placement defaults
|
| HD | logo-orb.4th | 27 46 logoX ! 4 logoY ! \ Initialize logo placement defaults
|
| HD | brand-fbsd.4th | 27 2 brandX ! 1 brandY ! \ Initialize brand placement defaults
|
| HD | logo-beastiebw.4th | 28 46 logoX ! 4 logoY ! \ Initialize logo placement defaults
|
| HD | logo-fbsdbw.4th | 28 52 logoX ! 9 logoY ! \ Initialize logo placement defaults
|
| HD | logo-beastie.4th | 29 46 logoX ! 4 logoY ! \ Initialize logo placement defaults
|
| HD | brand.4th | 32 \ Initialize brand placement to defaults
|
| HD | beastie.4th | 36 \ Initialize logo placement to defaults
|
| /NextBSD/usr.bin/vi/catalog/ |
| HD | french.UTF-8.base | 187 195 "Déplacement hors de fin de fichier" 188 196 "Déplacement hors de fin de ligne" 191 199 "Déplacement hors du début du fichier" 202 210 "Vous ne pouvez pas utiliser %s comme commande de déplacement" 211 220 "Déplacement hors de la fin d'écran" 212 221 "Déplacement hors du début d'écran"
|
| /NextBSD/contrib/libstdc++/libsupc++/ |
| D | new | 104 // Default placement versions of operator new. 108 // Default placement versions of operator delete.
|
| /NextBSD/contrib/tcsh/nls/french/ |
| HD | set7 | 26 23 %s: ATTENTION: Votre terminal ne peut effectuer de déplacement vers le haut.\n
|