Home
last modified time | relevance | path

Searched refs:shr (Results 1 – 25 of 46) sorted by relevance

12

/linux-6.12.1/drivers/char/tpm/
Dxen-tpmfront.c24 struct vtpm_shared_page *shr; member
103 switch (priv->shr->state) { in vtpm_status()
124 priv->shr->state = VTPM_STATE_CANCEL; in vtpm_cancel()
129 static size_t shr_data_offset(struct vtpm_shared_page *shr) in shr_data_offset() argument
131 return struct_size(shr, extra_pages, shr->nr_extra_pages); in shr_data_offset()
137 struct vtpm_shared_page *shr = priv->shr; in vtpm_send() local
138 size_t offset = shr_data_offset(shr); in vtpm_send()
156 memcpy(offset + (u8 *)shr, buf, count); in vtpm_send()
157 shr->length = count; in vtpm_send()
159 shr->state = VTPM_STATE_SUBMIT; in vtpm_send()
[all …]
/linux-6.12.1/include/trace/events/
Dvmscan.h200 TP_PROTO(struct shrinker *shr, struct shrink_control *sc,
205 TP_ARGS(shr, sc, nr_objects_to_shrink, cache_items, delta, total_scan,
209 __field(struct shrinker *, shr)
221 __entry->shr = shr;
222 __entry->shrink = shr->scan_objects;
234 __entry->shr,
245 TP_PROTO(struct shrinker *shr, int nid, int shrinker_retval,
248 TP_ARGS(shr, nid, shrinker_retval, unused_scan_cnt, new_scan_cnt,
252 __field(struct shrinker *, shr)
262 __entry->shr = shr;
[all …]
/linux-6.12.1/arch/mips/crypto/
Dpoly1305-mips.pl228 my ($shr,$shl) = ($s6,$s7); # used on R6
271 andi $shr,$inp,7
272 dsubu $inp,$inp,$shr # align $inp
273 sll $shr,$shr,3 # byte to bit offset
274 subu $shl,$zero,$shr
294 beqz $shr,.Laligned_inp
298 dsllv $in0,$in0,$shr
300 dsllv $in1,$in1,$shr
303 dsrlv $in0,$in0,$shr
305 dsrlv $in1,$in1,$shr
[all …]
/linux-6.12.1/arch/x86/math-emu/
Dwm_shrx.S52 shr %cl,%edx
68 shr %cl,%edx
81 shr %cl,%eax
137 shr %cl,%edx
158 shr %cl,%edx
179 shr %cl,%eax
Dshr_Xsig.S41 shr %cl,%edx
58 shr %cl,%edx
72 shr %cl,%eax
Dreg_u_add.S85 shr %cl,%eax
96 shr %cl,%eax
Dreg_u_sub.S85 shr %cl,%eax
96 shr %cl,%eax
Dreg_round.S502 shr %cl,%eax
517 shr %cl,%eax
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Darith.fuc58 shr b32 $r1 $r14 16
59 shr b32 $r2 $r13 16
72 shr b32 $r4 16 // tmp1 = tmp0_hi
81 shr b32 $r4 16 // tmp1 = tmp0_hi
/linux-6.12.1/fs/bcachefs/
Dbkey.c797 unsigned i, byte, bit_offset, align, shl, shr; in compile_bkey_field() local
893 shr = bit_offset + shl; in compile_bkey_field()
900 if (shr) { in compile_bkey_field()
902 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()
918 shr = bit_offset + bits - 64; in compile_bkey_field()
919 BUG_ON(shr > bit_offset); in compile_bkey_field()
922 I4(0x48, 0xc1, 0xe8, shr); in compile_bkey_field()
925 I4(0x48, 0xc1, 0xe2, 64 - shr); in compile_bkey_field()
930 shr = bit_offset - shr; in compile_bkey_field()
932 if (shr) { in compile_bkey_field()
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-bdi49 Contact: Stefan Roesch <shr@devkernel.io>
77 Contact: Stefan Roesch <shr@devkernel.io>
90 Contact: Stefan Roesch <shr@devkernel.io>
105 Contact: Stefan Roesch <shr@devkernel.io>
118 Contact: Stefan Roesch <shr@devkernel.io>
/linux-6.12.1/drivers/gpu/drm/msm/registers/
Dgen_header.py51 def __init__(self, name, low, high, shr, type, parser): argument
55 self.shr = shr
107 if self.shr > 0:
108 val = "(%s >> %d)" % (val, self.shr)
201 print(" .bo_shift = %d," % address.shr)
264 if not f.name and f.low == 0 and f.shr == 0 and not f.type in ["float", "fixed", "ufixed"]:
274 if f.shr > 0:
275 print("\tassert(!(val & 0x%x));" % mask(0, f.shr - 1))
481 shr = int(attrs["shr"], 0)
483 shr = 0
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gt/shaders/clear_kernel/
Dhsw.asm49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N };
55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N };
Divb.asm49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N };
55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N };
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc194 shr b32 $r5 $r2 8
226 shr b32 $r3 2
228 shr b32 $r2 8
229 shr b32 $r3 6
261 shr b32 $r15 $r2 8
264 shr b32 $r15 $r2 8
268 shr b32 $r15 6
Dcom.fuc162 shr b32 $r8 26
319 shr b32 $r14 $r15 8
324 shr b32 $r10 6
Dhub.fuc151 shr b32 $r4 $r1 8
156 shr b32 $r15 2
160 shr b32 $r1 8
507 shr b32 $r2 8
/linux-6.12.1/arch/x86/crypto/
Dtwofish-x86_64-asm_64.S221 shr $32, R1
223 shr $32, R3
273 shr $32, R1
276 shr $32, R3
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc222 shr b32 $r4 8
407 shr b32 $r4 1
441 shr b32 $r4 4
569 shr b32 $r10 $r7
578 shr b32 $r13 $r8
602 shr b32 $r15 $r7
611 shr b32 $r15 $r8
634 shr b32 $r8 $r9
/linux-6.12.1/drivers/media/i2c/
Dimx283.c662 const struct imx283_mode *mode, u64 shr) in imx283_exposure() argument
670 numerator = (imx283->vmax * (svr + 1) - shr) * imx283->hmax + offset; in imx283_exposure()
759 u64 shr, pixel_rate; in imx283_set_ctrl() local
799 shr = imx283_shr(imx283, mode, ctrl->val); in imx283_set_ctrl()
801 ctrl->val, shr); in imx283_set_ctrl()
802 ret = cci_write(imx283->cci, IMX283_REG_SHR, shr, NULL); in imx283_set_ctrl()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s363 shr b32 $r5 8
456 shr b32 $r8 $r5 8
464 shr b32 $r8 $r7 8
487 shr b32 $r8 $r4 0x18
495 shr b32 $r8 $r6 0x18
/linux-6.12.1/arch/x86/entry/
Dcalling.h323 shr $32, %rdx
346 shr $32, %rdx
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_nx2.h249 uint8_t shr; member
313 uint8_t shr; member
/linux-6.12.1/drivers/scsi/qla4xxx/
Dql4_83xx.h192 uint8_t shr; member
/linux-6.12.1/arch/x86/platform/pvh/
Dhead.S88 shr $2,%ecx

12