/Linux-v5.10/lib/crypto/ |
D | aes.c | 262 u32 st0[4], st1[4]; in aes_encrypt() local 282 st1[0] = mix_columns(subshift(st0, 0)) ^ rkp[0]; in aes_encrypt() 283 st1[1] = mix_columns(subshift(st0, 1)) ^ rkp[1]; in aes_encrypt() 284 st1[2] = mix_columns(subshift(st0, 2)) ^ rkp[2]; in aes_encrypt() 285 st1[3] = mix_columns(subshift(st0, 3)) ^ rkp[3]; in aes_encrypt() 290 st0[0] = mix_columns(subshift(st1, 0)) ^ rkp[4]; in aes_encrypt() 291 st0[1] = mix_columns(subshift(st1, 1)) ^ rkp[5]; in aes_encrypt() 292 st0[2] = mix_columns(subshift(st1, 2)) ^ rkp[6]; in aes_encrypt() 293 st0[3] = mix_columns(subshift(st1, 3)) ^ rkp[7]; in aes_encrypt() 296 put_unaligned_le32(subshift(st1, 0) ^ rkp[4], out); in aes_encrypt() [all …]
|
/Linux-v5.10/arch/arm64/crypto/ |
D | aes-modes.S | 67 st1 {v0.16b-v3.16b}, [x0], #64 68 ST5( st1 {v4.16b}, [x0], #16 ) 76 st1 {v0.16b}, [x0], #16 98 st1 {v0.16b-v3.16b}, [x0], #64 99 ST5( st1 {v4.16b}, [x0], #16 ) 107 st1 {v0.16b}, [x0], #16 154 st1 {v0.16b-v3.16b}, [x0], #64 164 st1 {v4.16b}, [x0], #16 168 st1 {v4.16b}, [x5] /* return iv */ 222 st1 {v0.16b-v3.16b}, [x0], #64 [all …]
|
D | sha3-ce-core.S | 198 st1 { v0.1d- v3.1d}, [x19] 199 st1 { v4.1d- v7.1d}, [x8], #32 200 st1 { v8.1d-v11.1d}, [x8], #32 201 st1 {v12.1d-v15.1d}, [x8], #32 202 st1 {v16.1d-v19.1d}, [x8], #32 203 st1 {v20.1d-v23.1d}, [x8], #32 204 st1 {v24.1d}, [x8] 212 5: st1 { v0.1d- v3.1d}, [x19], #32 213 st1 { v4.1d- v7.1d}, [x19], #32 214 st1 { v8.1d-v11.1d}, [x19], #32 [all …]
|
D | aes-neonbs-core.S | 599 st1 {\o0\().16b}, [x19], #16 601 st1 {\o1\().16b}, [x19], #16 603 st1 {\o2\().16b}, [x19], #16 605 st1 {\o3\().16b}, [x19], #16 607 st1 {\o4\().16b}, [x19], #16 609 st1 {\o5\().16b}, [x19], #16 611 st1 {\o6\().16b}, [x19], #16 613 st1 {\o7\().16b}, [x19], #16 692 st1 {v0.16b}, [x19], #16 695 st1 {v1.16b}, [x19], #16 [all …]
|
D | aes-ce-ccm-core.S | 61 6: st1 {v0.16b}, [x0] /* store mac */ 81 st1 {v0.16b}, [x0] 122 st1 {v0.16b}, [x0] /* store result */ 177 st1 {v1.16b}, [x0], #16 /* write output block */ 180 st1 {v0.16b}, [x5] /* store mac */ 186 st1 {v0.16b}, [x5] /* store mac */
|
D | aes-ce-core.S | 35 st1 {v0.16b}, [x1] 63 st1 {v0.16b}, [x1] 82 st1 {v1.4s}, [x0]
|
D | sha2-ce-core.S | 140 st1 {dgav.4s, dgbv.4s}, [x19] 166 4: st1 {dgav.4s, dgbv.4s}, [x19]
|
D | sha512-ce-core.S | 208 st1 {v8.2d-v11.2d}, [x19] 216 3: st1 {v8.2d-v11.2d}, [x19]
|
D | sha1-ce-core.S | 132 st1 {dgav.4s}, [x19] 159 4: st1 {dgav.4s}, [x19]
|
D | chacha-neon-core.S | 142 st1 {v0.16b-v3.16b}, [x1] 161 st1 {v0.4s}, [x1], #16 162 st1 {v3.4s}, [x1] 710 st1 {v16.16b-v19.16b}, [x1], #64 718 st1 {v20.16b-v23.16b}, [x1], #64 726 st1 {v24.16b-v27.16b}, [x1], #64 734 st1 {v28.16b-v31.16b}, [x1] 765 st1 {v20.16b-v23.16b}, [x1] 792 st1 {v20.16b-v23.16b}, [x1] 819 st1 {v24.16b-v27.16b}, [x1] [all …]
|
/Linux-v5.10/tools/testing/selftests/proc/ |
D | fd-002-posix-eq.c | 28 struct stat st0, st1, st2; in main() local 45 rv = fstat(fd1, &st1); in main() 50 assert(st0.st_dev == st1.st_dev); in main() 51 assert(st0.st_ino == st1.st_ino); in main()
|
/Linux-v5.10/tools/testing/selftests/nsfs/ |
D | pidns.c | 46 struct stat st1, st2; in main() local 67 if (fstat(pns, &st1)) in main() 69 if (st1.st_ino != st2.st_ino) in main()
|
D | owner.c | 29 struct stat st1, st2; in main() local 64 if (fstat(uns, &st1)) in main() 71 if (st1.st_ino != st2.st_ino) in main()
|
/Linux-v5.10/arch/mips/sgi-ip27/ |
D | ip27-berr.c | 34 union pi_err_stat1 st1; in dump_hub_information() local 37 st1.pi_stat1_word = errst1; in dump_hub_information() 56 pr_info("Error type is %s\n", err_type[st1.pi_stat1_fmt.s1_rw_rb] in dump_hub_information()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv50.c | 144 u8 st0, st1, st2, st3; in nv50_fb_intr() local 163 st1 = (trap[0] & 0x000000f0) >> 4; in nv50_fb_intr() 168 st1 = (trap[0] & 0x0000ff00) >> 8; in nv50_fb_intr() 175 re = nvkm_enum_find(vm_fault , st1); in nv50_fb_intr() 191 st1, re ? re->name : ""); in nv50_fb_intr()
|
/Linux-v5.10/tools/testing/selftests/timens/ |
D | procfs.c | 42 struct stat st1, st2; in init_namespaces() local 48 if (fstat(parent_ns, &st1)) in init_namespaces() 61 if (st1.st_ino == st2.st_ino) in init_namespaces()
|
D | timens.c | 63 struct stat st1, st2; in init_namespaces() local 71 if (fstat(parent_ns, &st1)) in init_namespaces() 84 if (st1.st_ino == st2.st_ino) in init_namespaces()
|
/Linux-v5.10/arch/x86/math-emu/ |
D | fpu_trig.c | 22 unsigned long long st1, unsigned long long q, int n); 747 unsigned long long st1, unsigned long long q, int n) in rem_kernel() argument 760 :"2"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[0]) in rem_kernel() 765 :"1"(((unsigned *)&st1)[1]), "m"(((unsigned *)&q)[0]) in rem_kernel() 770 :"1"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[1]) in rem_kernel() 785 FPU_REG tmp, st0, st1; in do_fprem() local 798 st1_sign = FPU_to_exp16(st1_ptr, &st1); in do_fprem() 799 expdif = exponent16(&st0) - exponent16(&st1); in do_fprem() 815 tag = FPU_u_div(&st0, &st1, &tmp, in do_fprem() 827 significand(&st1), in do_fprem() [all …]
|
/Linux-v5.10/arch/ia64/lib/ |
D | memcpy_mck.S | 421 EX(.ex_handler_short, (p8) st1 [dst0]=t1,2) 422 EK(.ex_handler_short, (p10) st1 [dst1]=t2,2) 434 EX(.ex_handler_short, (p12) st1 [dst0]=t3,2) 435 EK(.ex_handler_short, (p14) st1 [dst1]=t4,2) 444 EX(.ex_handler_short, (p6) st1 [dst0]=t5,2) 445 EK(.ex_handler_short, (p8) st1 [dst1]=t6,2) 452 EX(.ex_handler_short, (p10) st1 [dst0]=t7,2) 479 EX(.ex_handler_short, (p6) st1 [dst0] = t1,2) 484 EX(.ex_handler_short, (p7) st1 [dst1] = t2,2) 485 EK(.ex_handler_short, (p8) st1 [dst0] = t3,2) [all …]
|
D | copy_user.S | 116 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 198 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 309 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 348 EX(.failure_out,(p6) st1 [dst1]=val1[0],1) 411 EX(.failure_out, (p9) st1 [dst1]=val2[1]) 443 (EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1 460 (EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1 554 st1 [dst1]=r0,1
|
D | clear_user.S | 82 EX( .Lexit1, st1 [buf]=r0,1 ) 106 EX( .Lexit3, (p6) st1 [buf]=r0,1 ) // 1-byte aligned 181 EX( .Lexit2, (p7) st1 [buf]=r0 ) // only 1 byte left
|
D | memcpy.S | 147 (p[MEM_LAT-1])st1 [dst]=val[MEM_LAT-1],1 208 (p3) st1 [dst]=t0,1 270 (p3) st1 [dst]=t0
|
D | memset.S | 117 (p_yy) st1 [ptr2] = value // 313 (p_y) st1 [ptr1] = value 331 (p_y) st1 [ptr1] = value, 1 // fill 1 (odd-aligned) byte [15, 14 (or less) left] 361 (p_y) st1 [ptr3] = value // fill last byte (using ptr3)
|
D | strncpy_from_user.S | 36 EX(.Lexit, st1 [in0]=r8,1)
|
/Linux-v5.10/drivers/md/ |
D | dm-service-time.c | 215 size_t sz1, sz2, st1, st2; in st_compare_load() local 263 st1 = sz1 * pi2->relative_throughput; in st_compare_load() 265 if (st1 != st2) in st_compare_load() 266 return st1 - st2; in st_compare_load()
|