Home
last modified time | relevance | path

Searched refs:placement (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c76 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 Dttm_bo_api.h57 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 Dttm_bo_manager.c53 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 Dttm_bo_util.c53 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 Dttm_bo_driver.h205 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 Dttm_tt.c146 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 Dttm_bo_vm.c218 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 DDriver.h46 void WriteCommandsForSourcing(CommandPlacement placement,
50 void AddInitialCommand(std::string command, CommandPlacement placement,
H A DDriver.cpp114 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 Dnew43 // Device overrides for non-placement new and delete.
93 // Device overrides for placement new and delete.
/freebsd/stand/forth/
H A Dversion.4th37 \ Initialize text placement to defaults
45 \ Get the text placement position (if set)
H A Dlogo-orbbw.4th26 46 logoX ! 7 logoY ! \ Initialize logo placement defaults
H A Dlogo-beastiebw.4th27 46 logoX ! 4 logoY ! \ Initialize logo placement defaults
H A Dlogo-fbsdbw.4th27 52 logoX ! 9 logoY ! \ Initialize logo placement defaults
H A Dbrand-fbsd.4th26 2 brandX ! 1 brandY ! \ Initialize brand placement defaults
H A Dlogo-beastie.4th28 46 logoX ! 4 logoY ! \ Initialize logo placement defaults
H A Dlogo-orb.4th26 46 logoX ! 7 logoY ! \ Initialize logo placement defaults
H A Dbrand.4th31 \ Initialize brand placement to defaults
/freebsd/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base187 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 Dset725 23 %s: ATTENTION: Votre terminal ne peut effectuer de déplacement vers le haut.\n
/freebsd/release/tools/
H A Dec2.conf118 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 Dbcm2711-rpi.dtsi85 * its placement information.
/freebsd/tests/sys/fs/fusefs/
H A DMakefile73 CXXWARNFLAGS.gcc+= -Wno-placement-new -Wno-attributes
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt8 bit fields placement in SCM are different between SoCs while fields meaning
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def194 DUMMY_MACHINE_FUNCTION_PASS("block-placement", MachineBlockPlacementPass)
195 DUMMY_MACHINE_FUNCTION_PASS("block-placement-stats", MachineBlockPlacementStatsPass)

12