Searched refs:placement (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c78 struct ttm_placement *placement)
85 for (i = 0; i < placement->num_placement; i++) {
86 ret = ttm_mem_type_from_flags(placement->placement[i],
90 printf(" placement[%d]=0x%08X (%d)\n",
91 i, placement->placement[i], mem_type);
166 if (!(bo->mem.placement & TTM_PL_FLAG_NO_EVICT)) {
425 ((mem->placement & bo->mem.placement
77 ttm_bo_mem_space_debug(struct ttm_buffer_object *bo, struct ttm_placement *placement) argument
810 struct ttm_placement placement; local
919 ttm_bo_mem_force_space(struct ttm_buffer_object *bo, uint32_t mem_type, struct ttm_placement *placement, struct ttm_mem_reg *mem, bool interruptible, bool no_wait_gpu) argument
999 ttm_bo_mem_space(struct ttm_buffer_object *bo, struct ttm_placement *placement, struct ttm_mem_reg *mem, bool interruptible, bool no_wait_gpu) argument
1106 ttm_bo_move_buffer(struct ttm_buffer_object *bo, struct ttm_placement *placement, bool interruptible, bool no_wait_gpu) argument
1147 ttm_bo_mem_compat(struct ttm_placement *placement, struct ttm_mem_reg *mem) argument
1167 ttm_bo_validate(struct ttm_buffer_object *bo, struct ttm_placement *placement, bool interruptible, bool no_wait_gpu) argument
1208 ttm_bo_check_placement(struct ttm_buffer_object *bo, struct ttm_placement *placement) argument
1217 ttm_bo_init(struct ttm_bo_device *bdev, struct ttm_buffer_object *bo, unsigned long size, enum ttm_bo_type type, struct ttm_placement *placement, uint32_t page_alignment, bool interruptible, struct vm_object *persistent_swap_storage, size_t acc_size, struct sg_table *sg, void (*destroy) (struct ttm_buffer_object *)) argument
1338 ttm_bo_create(struct ttm_bo_device *bdev, unsigned long size, enum ttm_bo_type type, struct ttm_placement *placement, uint32_t page_alignment, bool interruptible, struct vm_object *persistent_swap_storage, struct ttm_buffer_object **p_bo) argument
[all...]
H A Dttm_bo_api.h48 * @placement: preferred placements
52 * Structure indicating the placement you request for an object.
58 const uint32_t *placement; member in struct:ttm_placement
74 * Structure indicating the bus placement of an object.
94 * @placement: Placement flags.
97 * Structure indicating the placement and space resources used by a
108 uint32_t placement; member in struct:ttm_mem_reg
151 * @mem: structure describing current placement.
173 * @cur_placement: Hint of current placement.
175 * Base class for TTM buffer object, that deals with data placement an
[all...]
H A Dttm_bo_manager.c55 struct ttm_placement *placement,
64 lpfn = placement->lpfn;
75 placement->fpfn, lpfn, 1);
82 placement->fpfn,
53 ttm_bo_man_get_node(struct ttm_mem_type_manager *man, struct ttm_buffer_object *bo, struct ttm_placement *placement, struct ttm_mem_reg *mem) argument
H A Dttm_bo_driver.h182 * @placement: Placement details.
187 * applicable are given by @placement. If successful,
206 struct ttm_placement *placement,
306 * @evict_flags: Callback to obtain placement flags when a buffer is evicted.
360 * @flags: new placement of the rebound buffer object.
382 struct ttm_placement *placement);
670 * @placement: Flag indicating the desired caching policy.
679 extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
704 * @proposed_placement: Proposed new placement for the buffer object.
710 * the placement flag
[all...]
H A Dttm_bo_util.c55 ttm_flag_masked(&old_mem->placement, TTM_PL_FLAG_SYSTEM,
60 ret = ttm_tt_set_placement_caching(ttm, new_mem->placement);
205 mem->bus.size, (mem->placement & TTM_PL_FLAG_WC) ?
344 vm_memattr_t prot = ttm_io_prot(old_mem->placement);
348 vm_memattr_t prot = ttm_io_prot(new_mem->placement);
391 * holding the data of @bo with the old placement.
396 * it can be destroyed, releasing the space of the old placement.
471 (mem->placement & TTM_PL_FLAG_WC) ?
496 if (num_pages == 1 && (mem->placement & TTM_PL_FLAG_CACHED)) {
511 prot = (mem->placement
[all...]
H A Dttm_tt.c148 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) argument
152 if (placement & TTM_PL_FLAG_WC)
154 else if (placement & TTM_PL_FLAG_UNCACHED)
H A Dttm_bo_vm.c220 pmap_page_set_memattr(m, ttm_io_prot(bo->mem.placement));
229 (bo->mem.placement & TTM_PL_FLAG_CACHED) ?
230 VM_MEMATTR_WRITE_BACK : ttm_io_prot(bo->mem.placement));
/freebsd-13-stable/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.cpp118 CommandPlacement placement,
121 switch (placement) {
149 void Driver::WriteCommandsForSourcing(CommandPlacement placement, argument
152 switch (placement) {
117 AddInitialCommand(std::string command, CommandPlacement placement, bool is_file, SBError &error) argument
/freebsd-13-stable/tests/sys/fs/fusefs/
H A DMakefile73 CXXWARNFLAGS.gcc+= -Wno-placement-new -Wno-attributes
/freebsd-13-stable/release/tools/
H A Dec2.conf144 REGION=`fetch -qo- http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e 's/[a-z]$//'`

Completed in 155 milliseconds