places
struct lineplace places;
place_setfilestart(&places.current, pf);
places.nextline = places.current;
debuglog(&places.current, "Reading file %s", name);
debuglog(&places.current, "Reading standard input");
complain(&places.current,
ptmp = places.current;
place_addlines(&places.nextline, 1);
place_addlines(&places.nextline,
directive_gotline(&places, buf+linestart, lineend-linestart);
places.current = places.nextline;
directive_goteof(&places.current);
enum places type;
expression_t *places, symbol_ref_t *src, int ret);
format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places,
if (places->value > 8 || places->value <= 0) {
if (places->value == 8)
shift_control = (places->value << 4) | places->value;
if (places->value == 8) {
shift_control = (places->value << 4)
| (8 - places->value)
shift_control = places->value & 0x7;
shift_control = (8 - places->value) | 0x08;
symlist_free(&places->referenced_syms);
struct ttm_place *places = abo->placements;
places[c].fpfn = adev->gmc.mem_partitions[mem_id].range.fpfn;
places[c].lpfn = adev->gmc.mem_partitions[mem_id].range.lpfn + 1;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = TTM_PL_VRAM;
places[c].flags = 0;
places[c].lpfn = min_not_zero(places[c].lpfn, visible_pfn);
places[c].flags |= TTM_PL_FLAG_TOPDOWN;
places[c].flags |= TTM_PL_FLAG_CONTIGUOUS;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = AMDGPU_PL_DOORBELL;
places[c].flags = 0;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = AMDGPU_PL_MMIO_REMAP;
places[c].flags = 0;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type =
places[c].flags = 0;
places[c].flags |= TTM_PL_FLAG_FALLBACK;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = TTM_PL_SYSTEM;
places[c].flags = 0;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = AMDGPU_PL_GDS;
places[c].flags = 0;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = AMDGPU_PL_GWS;
places[c].flags = 0;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = AMDGPU_PL_OA;
places[c].flags = 0;
places[c].fpfn = 0;
places[c].lpfn = 0;
places[c].mem_type = TTM_PL_SYSTEM;
places[c].flags = 0;
placement->placement = places;
struct ttm_place *places,
obj->mm.region, &places[0], obj->bo_offset,
&places[i + 1], obj->bo_offset,
places[i + 1].flags |= TTM_PL_FLAG_FALLBACK;
placement->placement = places;
struct ttm_place places[I915_TTM_MAX_PLACEMENTS + 1];
i915_ttm_placement_from_obj(obj, places, &placement);
struct ttm_place *places,
placement->placement = places;
struct ttm_place *init_place, places[2];
places[0] = (struct ttm_place){ .mem_type = fst_mem, .flags = TTM_PL_FLAG_DESIRED };
places[1] = (struct ttm_place){ .mem_type = snd_mem, .flags = TTM_PL_FLAG_FALLBACK };
placement_val = ttm_placement_kunit_init(test, places, 2);
struct ttm_place *init_place, places[2];
places[0] = (struct ttm_place){ .mem_type = fst_mem, .flags = TTM_PL_FLAG_DESIRED };
places[1] = (struct ttm_place){ .mem_type = snd_mem, .flags = TTM_PL_FLAG_FALLBACK };
placement_val = ttm_placement_kunit_init(test, places, 2);
int places = 0;
places++;
return places;
int precision, width1, width2, places;
if ((places = decimal_places(buf)))
width1 -= (places + strlen(decimal_point));
precision = MAXIMUM(places, precision);
if ((places = decimal_places(buf)))
width2 -= (places + strlen(decimal_point));