Home
last modified time | relevance | path

Searched refs:shr (Results 1 - 25 of 294) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/drivers/char/tpm/
H A 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, bu in vtpm_send()
179 struct vtpm_shared_page *shr = priv->shr; vtpm_recv() local
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/
H A 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 unsigned int shr_data_offset(struct vtpm_shared_page *shr) in shr_data_offset() argument
131 return sizeof(*shr) + sizeof(u32) * shr->nr_extra_pages; in shr_data_offset()
137 struct vtpm_shared_page *shr = priv->shr; in vtpm_send() local
138 unsigned int offset = shr_data_offset(shr); in vtpm_send()
156 memcpy(offset + (u8 *)shr, bu in vtpm_send()
179 struct vtpm_shared_page *shr = priv->shr; vtpm_recv() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dtls_mbedtls.c170 TLSShared *shr = &tls_ctx->tls_shared; in tls_open() local
177 if ((ret = ff_tls_open_underlying(shr, h, uri, options)) < 0) in tls_open()
188 if (shr->ca_file) { in tls_open()
189 if ((ret = mbedtls_x509_crt_parse_file(&tls_ctx->ca_cert, shr->ca_file)) != 0) { in tls_open()
196 if (shr->cert_file) { in tls_open()
197 if ((ret = mbedtls_x509_crt_parse_file(&tls_ctx->own_cert, shr->cert_file)) != 0) { in tls_open()
213 if (shr->key_file) { in tls_open()
215 shr->key_file, in tls_open()
228 shr->listen ? MBEDTLS_SSL_IS_SERVER : MBEDTLS_SSL_IS_CLIENT, in tls_open()
236 shr in tls_open()
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-586.pl175 &shr ("ecx",9); # lo>>9
177 &shr ("edx",9); # hi>>9
184 &shr ("ecx",14-9); # lo>>14
186 &shr ("edx",14-9); # hi>>14
193 &shr ("ecx",18-14); # lo>>18
195 &shr ("edx",18-14); # hi>>18
240 &shr ("ecx",2); # lo>>2
242 &shr ("edx",2); # hi>>2
249 &shr ("ecx",7-2); # lo>>7
251 &shr ("ed
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-586.pl175 &shr ("ecx",9); # lo>>9
177 &shr ("edx",9); # hi>>9
184 &shr ("ecx",14-9); # lo>>14
186 &shr ("edx",14-9); # hi>>14
193 &shr ("ecx",18-14); # lo>>18
195 &shr ("edx",18-14); # hi>>18
240 &shr ("ecx",2); # lo>>2
242 &shr ("edx",2); # hi>>2
249 &shr ("ecx",7-2); # lo>>7
251 &shr ("ed
[all...]
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dip_fast_csum.S59 shr.u ret0=r20,16 // now need to add the carry
64 shr.u ret0=r20,16 // add carry again
69 shr.u ret0=r20,16
117 shr.u r15=r15,16
129 shr.u r10=r8,32 // now fold sum into short
134 shr.u r10=r8,16 // yeah, keep it rolling
139 shr.u r10=r8,16 // three times lucky
H A Ddo_csum.S170 shr.u tmask=tmask,tmp1 // build tail mask, mask off ]8,lastoff]
177 shr.u count=count,3 // how many 8-byte?
212 shr.u count=count,1 // we do 16 bytes per loop
264 shr.u tmp2=result1[0],32
269 shr.u tmp2=result1[0],16
274 shr.u tmp2=result1[0],16
279 shr.u tmp2=result1[0],16
289 (p15) shr.u ret0=ret0,64-16 // + shift back to position = swap bytes
296 // shr.u word1[0]=result1[0],32
303 // shr
[all...]
H A Dmemcpy.S69 shr.u cnt=in2,3 // number of 8-byte words to copy
198 shr.u t0=t0,t2
209 (p3) shr.u t0=t0,8
213 (p4) shr.u t0=t0,16
232 shr.u t2=cnt,3 // t2 = number of 8-byte words left to copy
263 (p5) shr.u t0=t0,32
267 (p4) shr.u t0=t0,16
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dip_fast_csum.S59 shr.u ret0=r20,16 // now need to add the carry
64 shr.u ret0=r20,16 // add carry again
69 shr.u ret0=r20,16
117 shr.u r15=r15,16
129 shr.u r10=r8,32 // now fold sum into short
134 shr.u r10=r8,16 // yeah, keep it rolling
139 shr.u r10=r8,16 // three times lucky
H A Ddo_csum.S170 shr.u tmask=tmask,tmp1 // build tail mask, mask off ]8,lastoff]
177 shr.u count=count,3 // how many 8-byte?
212 shr.u count=count,1 // we do 16 bytes per loop
264 shr.u tmp2=result1[0],32
269 shr.u tmp2=result1[0],16
274 shr.u tmp2=result1[0],16
279 shr.u tmp2=result1[0],16
289 (p15) shr.u ret0=ret0,64-16 // + shift back to position = swap bytes
296 // shr.u word1[0]=result1[0],32
303 // shr
[all...]
H A Dmemcpy.S69 shr.u cnt=in2,3 // number of 8-byte words to copy
198 shr.u t0=t0,t2
209 (p3) shr.u t0=t0,8
213 (p4) shr.u t0=t0,16
232 shr.u t2=cnt,3 // t2 = number of 8-byte words left to copy
263 (p5) shr.u t0=t0,32
267 (p4) shr.u t0=t0,16
/kernel/linux/linux-5.10/include/trace/events/
H A Dvmscan.h186 TP_PROTO(struct shrinker *shr, struct shrink_control *sc,
191 TP_ARGS(shr, sc, nr_objects_to_shrink, cache_items, delta, total_scan,
195 __field(struct shrinker *, shr)
207 __entry->shr = shr;
208 __entry->shrink = shr->scan_objects;
220 __entry->shr,
231 TP_PROTO(struct shrinker *shr, int nid, int shrinker_retval,
234 TP_ARGS(shr, nid, shrinker_retval, unused_scan_cnt, new_scan_cnt,
238 __field(struct shrinker *, shr)
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A 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)
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S100 shr.u r25=r24,2;;
133 shr.u r34=r34,4 };;
252 shr.u r23=h2,2 };;
326 shr.u r20=r16,32 }
329 shr.u r21=r17,32 };;
333 shr.u r16=r16,8 }
335 shr.u r20=r20,8
336 shr.u r17=r17,8 }
338 shr.u r21=r21,8 };;
342 shr
[all...]
H A Dpoly1305-sparcv9.pl49 my ($ctx,$inp,$len,$padbit,$shl,$shr) = map("%i$_",(0..5));
96 and $inp,7,$shr ! alignment factor
98 sll $shr,3,$shr ! *8
99 neg $shr,$shl
110 brz,pt $shr,.Lkey_aligned
114 srlx $h0,$shr,$h0
116 srlx $h1,$shr,$h1
167 and $inp,7,$shr ! alignment factor
170 sll $shr,
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S100 shr.u r25=r24,2;;
133 shr.u r34=r34,4 };;
252 shr.u r23=h2,2 };;
326 shr.u r20=r16,32 }
329 shr.u r21=r17,32 };;
333 shr.u r16=r16,8 }
335 shr.u r20=r20,8
336 shr.u r17=r17,8 }
338 shr.u r21=r21,8 };;
342 shr
[all...]
H A Dpoly1305-sparcv9.pl49 my ($ctx,$inp,$len,$padbit,$shl,$shr) = map("%i$_",(0..5));
96 and $inp,7,$shr ! alignment factor
98 sll $shr,3,$shr ! *8
99 neg $shr,$shl
110 brz,pt $shr,.Lkey_aligned
114 srlx $h0,$shr,$h0
116 srlx $h1,$shr,$h1
167 and $inp,7,$shr ! alignment factor
170 sll $shr,
[all...]
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A 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
H A Dshr_Xsig.S41 shr %cl,%edx
58 shr %cl,%edx
72 shr %cl,%eax
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A 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
H A Dshr_Xsig.S41 shr %cl,%edx
58 shr %cl,%edx
72 shr %cl,%eax
/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py35 def __init__(self, name, low, high, shr, type, parser):
39 self.shr = shr
89 if self.shr > 0:
90 val = "(%s >> %d)" % (val, self.shr)
194 print(" .bo_shift = %d" % address.shr)
220 if not f.name and f.low == 0 and f.shr == 0 and not f.type in ["float", "fixed", "ufixed"]:
230 if f.shr > 0:
231 print("\tassert(!(val & 0x%x));" % mask(0, f.shr - 1))
330 if "shr" i
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl64 shr \$3,$a1
77 shr \$1,$hi
81 shr \$2,$t1
86 shr \$3,$t0
123 shr \$4,$b
127 shr \$4,$b
132 shr \$4,$b
142 shr \$`64-(8*$n-4)`,$t0
146 shr \$4,$b
149 shr \
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl64 shr \$3,$a1
77 shr \$1,$hi
81 shr \$2,$t1
86 shr \$3,$t0
123 shr \$4,$b
127 shr \$4,$b
132 shr \$4,$b
142 shr \$`64-(8*$n-4)`,$t0
146 shr \$4,$b
149 shr \
[all...]
/third_party/musl/src/stdlib/
H A Dqsort.c67 /* shl() and shr() need n > 0 */
80 static inline void shr(size_t p[2], int n) in shr() function
148 shr(p, trail); in trinkle()
178 shr(p, 2); in __qsort_r()
205 shr(p, trail); in __qsort_r()
211 shr(p, 1); in __qsort_r()

Completed in 11 milliseconds

12345678910>>...12