/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo.c | 76 struct ttm_placement *placement) in ttm_bo_mem_space_debug() argument 83 for (i = 0; i < placement->num_placement; i++) { in ttm_bo_mem_space_debug() 84 ret = ttm_mem_type_from_flags(placement->placement[i], in ttm_bo_mem_space_debug() 89 i, placement->placement[i], mem_type); in ttm_bo_mem_space_debug() 164 if (!(bo->mem.placement & TTM_PL_FLAG_NO_EVICT)) { in ttm_bo_add_to_lru() 423 ((mem->placement & bo->mem.placement & TTM_PL_MASK_CACHING) == 0)) { in ttm_bo_handle_move_mem() 443 ret = ttm_tt_set_placement_caching(bo->ttm, mem->placement); in ttm_bo_handle_move_mem() 489 ret = bdev->driver->invalidate_caches(bdev, bo->mem.placement); in ttm_bo_handle_move_mem() 498 bo->cur_placement = bo->mem.placement; in ttm_bo_handle_move_mem() 808 struct ttm_placement placement; in ttm_bo_evict() local [all …]
|
H A D | ttm_bo_api.h | 57 const uint32_t *placement; member 107 uint32_t placement; member 347 struct ttm_placement *placement, 495 struct ttm_placement *placement, 532 struct ttm_placement *placement, 550 struct ttm_placement *placement);
|
H A D | ttm_bo_manager.c | 53 struct ttm_placement *placement, in ttm_bo_man_get_node() argument 62 lpfn = placement->lpfn; in ttm_bo_man_get_node() 73 placement->fpfn, lpfn, 1); in ttm_bo_man_get_node() 80 placement->fpfn, in ttm_bo_man_get_node()
|
H A D | ttm_bo_util.c | 53 ttm_flag_masked(&old_mem->placement, TTM_PL_FLAG_SYSTEM, in ttm_bo_move_ttm() 58 ret = ttm_tt_set_placement_caching(ttm, new_mem->placement); in ttm_bo_move_ttm() 203 mem->bus.size, (mem->placement & TTM_PL_FLAG_WC) ? in ttm_mem_reg_ioremap() 342 vm_memattr_t prot = ttm_io_prot(old_mem->placement); in ttm_bo_move_memcpy() 346 vm_memattr_t prot = ttm_io_prot(new_mem->placement); in ttm_bo_move_memcpy() 469 (mem->placement & TTM_PL_FLAG_WC) ? in ttm_bo_ioremap() 494 if (num_pages == 1 && (mem->placement & TTM_PL_FLAG_CACHED)) { in ttm_bo_kmap_ttm() 509 prot = (mem->placement & TTM_PL_FLAG_CACHED) ? in ttm_bo_kmap_ttm() 510 VM_MEMATTR_DEFAULT : ttm_io_prot(mem->placement); in ttm_bo_kmap_ttm()
|
H A D | ttm_bo_driver.h | 205 struct ttm_placement *placement, 381 struct ttm_placement *placement); 678 extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement); 718 struct ttm_placement *placement,
|
H A D | ttm_tt.c | 146 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) in ttm_tt_set_placement_caching() argument 150 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching() 152 else if (placement & TTM_PL_FLAG_UNCACHED) in ttm_tt_set_placement_caching()
|
H A D | ttm_bo_vm.c | 218 pmap_page_set_memattr(m, ttm_io_prot(bo->mem.placement)); in ttm_bo_vm_fault() 227 (bo->mem.placement & TTM_PL_FLAG_CACHED) ? in ttm_bo_vm_fault() 228 VM_MEMATTR_WRITE_BACK : ttm_io_prot(bo->mem.placement)); in ttm_bo_vm_fault()
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Driver.h | 46 void WriteCommandsForSourcing(CommandPlacement placement, 50 void AddInitialCommand(std::string command, CommandPlacement placement,
|
H A D | Driver.cpp | 114 CommandPlacement placement, in AddInitialCommand() argument 117 switch (placement) { in AddInitialCommand() 145 void Driver::WriteCommandsForSourcing(CommandPlacement placement, in WriteCommandsForSourcing() argument 148 switch (placement) { in WriteCommandsForSourcing()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
H A D | new | 43 // Device overrides for non-placement new and delete. 93 // Device overrides for placement new and delete.
|
/freebsd/stand/forth/ |
H A D | version.4th | 37 \ Initialize text placement to defaults 45 \ Get the text placement position (if set)
|
H A D | logo-orbbw.4th | 26 46 logoX ! 7 logoY ! \ Initialize logo placement defaults
|
H A D | logo-beastiebw.4th | 27 46 logoX ! 4 logoY ! \ Initialize logo placement defaults
|
H A D | logo-fbsdbw.4th | 27 52 logoX ! 9 logoY ! \ Initialize logo placement defaults
|
H A D | brand-fbsd.4th | 26 2 brandX ! 1 brandY ! \ Initialize brand placement defaults
|
H A D | logo-beastie.4th | 28 46 logoX ! 4 logoY ! \ Initialize logo placement defaults
|
H A D | logo-orb.4th | 26 46 logoX ! 7 logoY ! \ Initialize logo placement defaults
|
H A D | brand.4th | 31 \ Initialize brand placement to defaults
|
/freebsd/usr.bin/vi/catalog/ |
H A D | 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"
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set7 | 25 23 %s: ATTENTION: Votre terminal ne peut effectuer de déplacement vers le haut.\n
|
/freebsd/release/tools/ |
H A D | ec2.conf | 118 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/…
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2711-rpi.dtsi | 85 * its placement information.
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | Makefile | 73 CXXWARNFLAGS.gcc+= -Wno-placement-new -Wno-attributes
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | ti-phy-gmii-sel.txt | 8 bit fields placement in SCM are different between SoCs while fields meaning
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | MachinePassRegistry.def | 194 DUMMY_MACHINE_FUNCTION_PASS("block-placement", MachineBlockPlacementPass) 195 DUMMY_MACHINE_FUNCTION_PASS("block-placement-stats", MachineBlockPlacementStatsPass)
|