Home
last modified time | relevance | path

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

1234

/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y94 expression_t *places, symbol_ref_t *src, int ret);
1723 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument
1746 if (places->value > 8 || places->value <= 0) { in format_2_instr()
1752 if (places->value == 8) in format_2_instr()
1755 shift_control = (places->value << 4) | places->value; in format_2_instr()
1758 if (places->value == 8) { in format_2_instr()
1761 shift_control = (places->value << 4) in format_2_instr()
1762 | (8 - places->value) in format_2_instr()
1767 shift_control = places->value & 0x7; in format_2_instr()
1770 shift_control = (8 - places->value) | 0x08; in format_2_instr()
[all …]
/linux/Documentation/ABI/testing/
H A 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/drivers/gpu/drm/i915/
H A 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/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c160 struct ttm_place *places, in i915_ttm_placement_from_obj() argument
168 obj->mm.region, &places[0], obj->bo_offset, in i915_ttm_placement_from_obj()
174 &places[i + 1], obj->bo_offset, in i915_ttm_placement_from_obj()
176 places[i + 1].flags |= TTM_PL_FLAG_FALLBACK; in i915_ttm_placement_from_obj()
180 placement->placement = places; in i915_ttm_placement_from_obj()
841 struct ttm_place places[I915_TTM_MAX_PLACEMENTS + 1]; in i915_ttm_get_pages() local
851 i915_ttm_placement_from_obj(obj, places, &placement); in i915_ttm_get_pages()
/linux/arch/mips/econet/
H A DPlatform4 # bootloader actually places the kernel.
/linux/Documentation/devicetree/bindings/clock/
H A Dmarvell,pxa910.txt12 region. There are 4 places in SOC has clock control logic:
H A Dmarvell,pxa168.txt12 region. There are 3 places in SOC has clock control logic:
/linux/Documentation/gpu/rfc/
H A Dindex.rst16 * Once the code has landed move all the documentation to the right places in
/linux/arch/m68k/fpsp040/
H A Dbinstr.S90 asll #3,%d2 |shift d2 left by 3 places
92 asll #3,%d3 |shift d3 left by 3 places
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c225 buf->places[0].lpfn = PFN_UP(bo->resource->size); in vmw_bo_pin_in_start_of_vram()
817 pl->placement = bo->places; in vmw_bo_placement_set()
818 pl->num_placement = set_placement_list(bo->places, domain, busy_domain); in vmw_bo_placement_set()
/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst45 5. Set the decimal places.
/linux/Documentation/arch/arm/
H A 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/Documentation/admin-guide/
H A 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
H A Dinit.rst47 providing additional error messages at affected places.
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dcrossbar.txt5 In such places a interrupt controllers are preceded by an CROSSBAR
/linux/Documentation/arch/powerpc/
H A Dcpu_features.rst24 particular feature bit. This is done in quite a few places, for example
/linux/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt30 simply download an appropriate image from any number of places.
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-luma.rst210 For Y012 and Y12 formats, Y012 places its data in the 12 high bits, with
/linux/scripts/coccinelle/null/
H A Dbadzero.cocci121 // places
/linux/arch/xtensa/lib/
H A Dstrnlen_user.S101 # NOTE that in several places below, we point to the byte just after
/linux/tools/memory-model/Documentation/
H A DREADME7 This document therefore points out a number of places to start reading,
/linux/Documentation/mm/
H A Dallocation-profiling.rst87 e.g. kmalloc() and do a little more work, then are called in multiple places;
/linux/Documentation/arch/parisc/
H A Dregisters.rst36 CR31 (TR 7) Temporary register, used in various places
/linux/Documentation/bpf/
H A Dprog_flow_dissector.rst11 used in the various places in the networking subsystem (RFS, flow hash, etc).
/linux/Documentation/maintainer/
H A Dmessy-diffstat.rst61 started in two different places; to generate the diffstat, ``git diff``

1234