Home
last modified time | relevance | path

Searched refs:places (Results 1 – 25 of 114) sorted by relevance

12345

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c127 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain() local
134 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
135 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
136 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
137 places[c].flags = 0; in amdgpu_bo_placement_from_domain()
140 places[c].lpfn = visible_pfn; in amdgpu_bo_placement_from_domain()
142 places[c].flags |= TTM_PL_FLAG_TOPDOWN; in amdgpu_bo_placement_from_domain()
145 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
150 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
151 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
[all …]
/Linux-v5.15/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y94 expression_t *places, symbol_ref_t *src, int ret);
1722 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument
1745 if (places->value > 8 || places->value <= 0) { in format_2_instr()
1751 if (places->value == 8) in format_2_instr()
1754 shift_control = (places->value << 4) | places->value; in format_2_instr()
1757 if (places->value == 8) { in format_2_instr()
1760 shift_control = (places->value << 4) in format_2_instr()
1761 | (8 - places->value) in format_2_instr()
1766 shift_control = places->value & 0x7; in format_2_instr()
1769 shift_control = (8 - places->value) | 0x08; in format_2_instr()
[all …]
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg41 Description: Controls the decimal places on the device.
44 the value k and has 1 or more decimal places set,
/Linux-v5.15/drivers/gpu/drm/i915/
DTODO.txt31 - i915_utils.h needs to be moved to the right places.
35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dmarvell,pxa168.txt12 region. There are 3 places in SOC has clock control logic:
Dmarvell,pxa910.txt12 region. There are 4 places in SOC has clock control logic:
/Linux-v5.15/Documentation/gpu/rfc/
Dindex.rst16 * Once the code has landed move all the documentation to the right places in
/Linux-v5.15/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt12 DTB that QEMU places at the bottom of the guest's DRAM.
/Linux-v5.15/drivers/block/paride/
DTransition-notes5 under ps_spinlock. There are three places where that can happen:
93 by the thread in question. However, all such places within the area are right
96 (4) is done the same way - all places where we release pi_spinlock within
/Linux-v5.15/Documentation/usb/
Dmisc_usbsevseg.rst45 5. Set the decimal places.
/Linux-v5.15/arch/m68k/fpsp040/
Dbinstr.S90 asll #3,%d2 |shift d2 left by 3 places
92 asll #3,%d3 |shift d3 left by 3 places
/Linux-v5.15/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/
Darcx,anybus-controller.txt50 This example places the bridge on top of the i.MX WEIM parallel bus, see:
/Linux-v5.15/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt5 In such places a interrupt controllers are preceded by an CROSSBAR
/Linux-v5.15/Documentation/arm/
Dkernel_mode_neon.rst61 kernel_neon_end() and kernel_neon_begin() in places in your code where none of
86 instructions appearing in unexpected places if no special care is taken.
/Linux-v5.15/Documentation/admin-guide/
Dsysfs-rules.rst109 There are currently three places for classification of devices:
113 All three places have completely different rules on how to access
124 places, as the kernel is free to move a subsystem from one place to
Dinit.rst47 providing additional error messages at affected places.
/Linux-v5.15/tools/memory-model/Documentation/
DREADME7 This document therefore points out a number of places to start reading,
/Linux-v5.15/Documentation/powerpc/
Dcpu_features.rst24 particular feature bit. This is done in quite a few places, for example
/Linux-v5.15/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt30 simply download an appropriate image from any number of places.
/Linux-v5.15/Documentation/block/
Dbiovecs.rst59 pattern comes up in a lot of places; a lot of drivers were essentially open
66 - again, this was being done in a fair number of places.
/Linux-v5.15/arch/xtensa/lib/
Dstrnlen_user.S101 # NOTE that in several places below, we point to the byte just after
/Linux-v5.15/scripts/coccinelle/null/
Dbadzero.cocci121 // places
/Linux-v5.15/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_get_val.txt50 places the length of this data in _len_. In case of an error NULL is returned.
/Linux-v5.15/Documentation/filesystems/
Dgfs2-uevents.rst39 The CHANGE uevent is used in two places. One is when reporting the
/Linux-v5.15/Documentation/parisc/
Dregisters.rst36 CR31 (TR 7) Temporary register, used in various places

12345