/kernel/linux/linux-5.10/lib/crypto/ |
H A D | aes.c | 262 u32 st0[4], st1[4]; in aes_encrypt() local 265 st0[0] = ctx->key_enc[0] ^ get_unaligned_le32(in); in aes_encrypt() 266 st0[1] = ctx->key_enc[1] ^ get_unaligned_le32(in + 4); in aes_encrypt() 267 st0[2] = ctx->key_enc[2] ^ get_unaligned_le32(in + 8); in aes_encrypt() 268 st0[3] = ctx->key_enc[3] ^ get_unaligned_le32(in + 12); in aes_encrypt() 276 st0[0] ^= aes_sbox[ 0] ^ aes_sbox[ 64] ^ aes_sbox[134] ^ aes_sbox[195]; in aes_encrypt() 277 st0[1] ^= aes_sbox[16] ^ aes_sbox[ 82] ^ aes_sbox[158] ^ aes_sbox[221]; in aes_encrypt() 278 st0[2] ^= aes_sbox[32] ^ aes_sbox[ 96] ^ aes_sbox[160] ^ aes_sbox[234]; in aes_encrypt() 279 st0[3] ^= aes_sbox[48] ^ aes_sbox[112] ^ aes_sbox[186] ^ aes_sbox[241]; in aes_encrypt() 282 st1[0] = mix_columns(subshift(st0, in aes_encrypt() 313 u32 st0[4], st1[4]; aes_decrypt() local [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aes.c | 262 u32 st0[4], st1[4]; in aes_encrypt() local 265 st0[0] = ctx->key_enc[0] ^ get_unaligned_le32(in); in aes_encrypt() 266 st0[1] = ctx->key_enc[1] ^ get_unaligned_le32(in + 4); in aes_encrypt() 267 st0[2] = ctx->key_enc[2] ^ get_unaligned_le32(in + 8); in aes_encrypt() 268 st0[3] = ctx->key_enc[3] ^ get_unaligned_le32(in + 12); in aes_encrypt() 276 st0[0] ^= aes_sbox[ 0] ^ aes_sbox[ 64] ^ aes_sbox[134] ^ aes_sbox[195]; in aes_encrypt() 277 st0[1] ^= aes_sbox[16] ^ aes_sbox[ 82] ^ aes_sbox[158] ^ aes_sbox[221]; in aes_encrypt() 278 st0[2] ^= aes_sbox[32] ^ aes_sbox[ 96] ^ aes_sbox[160] ^ aes_sbox[234]; in aes_encrypt() 279 st0[3] ^= aes_sbox[48] ^ aes_sbox[112] ^ aes_sbox[186] ^ aes_sbox[241]; in aes_encrypt() 282 st1[0] = mix_columns(subshift(st0, in aes_encrypt() 313 u32 st0[4], st1[4]; aes_decrypt() local [all...] |
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
H A D | ip27-berr.c | 33 union pi_err_stat0 st0; in dump_hub_information() local 36 st0.pi_stat0_word = errst0; in dump_hub_information() 39 if (!st0.pi_stat0_fmt.s0_valid) { in dump_hub_information() 45 if (st0.pi_stat0_fmt.s0_ovr_run) in dump_hub_information() 49 (unsigned long)st0.pi_stat0_fmt.s0_addr); in dump_hub_information() 51 (unsigned long)st0.pi_stat0_fmt.s0_cmd); in dump_hub_information() 53 (unsigned long)st0.pi_stat0_fmt.s0_supl); in dump_hub_information() 55 (unsigned long)st0.pi_stat0_fmt.s0_t5_req); in dump_hub_information() 57 [st0.pi_stat0_fmt.s0_err_type] ? : "invalid"); in dump_hub_information()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
H A D | ip27-berr.c | 33 union pi_err_stat0 st0; in dump_hub_information() local 36 st0.pi_stat0_word = errst0; in dump_hub_information() 39 if (!st0.pi_stat0_fmt.s0_valid) { in dump_hub_information() 45 if (st0.pi_stat0_fmt.s0_ovr_run) in dump_hub_information() 49 (unsigned long)st0.pi_stat0_fmt.s0_addr); in dump_hub_information() 51 (unsigned long)st0.pi_stat0_fmt.s0_cmd); in dump_hub_information() 53 (unsigned long)st0.pi_stat0_fmt.s0_supl); in dump_hub_information() 55 (unsigned long)st0.pi_stat0_fmt.s0_t5_req); in dump_hub_information() 57 [st0.pi_stat0_fmt.s0_err_type] ? : "invalid"); in dump_hub_information()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | fd-002-posix-eq.c | 28 struct stat st0, st1, st2; in main() local 43 rv = fstat(fd0, &st0); in main() 50 assert(st0.st_dev == st1.st_dev); in main() 51 assert(st0.st_ino == st1.st_ino); in main() 53 assert(st0.st_dev == st2.st_dev); in main() 54 assert(st0.st_ino == st2.st_ino); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-002-posix-eq.c | 28 struct stat st0, st1, st2; in main() local 43 rv = fstat(fd0, &st0); in main() 50 assert(st0.st_dev == st1.st_dev); in main() 51 assert(st0.st_ino == st1.st_ino); in main() 53 assert(st0.st_dev == st2.st_dev); in main() 54 assert(st0.st_ino == st2.st_ino); in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv50.c | 144 u8 st0, st1, st2, st3; in nv50_fb_intr() local 162 st0 = (trap[0] & 0x0000000f) >> 0; in nv50_fb_intr() 167 st0 = (trap[0] & 0x000000ff) >> 0; in nv50_fb_intr() 174 en = nvkm_enum_find(vm_engine, st0); in nv50_fb_intr() 189 st0, en ? en->name : "", in nv50_fb_intr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv50.c | 143 u8 st0, st1, st2, st3; in nv50_fb_intr() local 161 st0 = (trap[0] & 0x0000000f) >> 0; in nv50_fb_intr() 166 st0 = (trap[0] & 0x000000ff) >> 0; in nv50_fb_intr() 173 en = nvkm_enum_find(vm_engine, st0); in nv50_fb_intr() 188 st0, en ? en->name : "", in nv50_fb_intr()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | dev.c | 164 u8 st0; in ast_vhub_dev_status() local 168 st0 = d->gadget.is_selfpowered << USB_DEVICE_SELF_POWERED; in ast_vhub_dev_status() 170 st0 |= 1 << USB_DEVICE_REMOTE_WAKEUP; in ast_vhub_dev_status() 172 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_dev_status() 180 u8 st0 = 0; in ast_vhub_ep_status() local 194 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_ep_status() 197 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_ep_status()
|
H A D | hub.c | 165 u8 st0; in ast_vhub_hub_dev_status() local 173 st0 = 1 << USB_DEVICE_SELF_POWERED; in ast_vhub_hub_dev_status() 180 st0 |= 1 << USB_DEVICE_REMOTE_WAKEUP; in ast_vhub_hub_dev_status() 182 return ast_vhub_simple_reply(ep, st0, 0); in ast_vhub_hub_dev_status() 189 u8 st0 = 0; in ast_vhub_hub_ep_status() local 197 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_hub_ep_status() 201 return ast_vhub_simple_reply(ep, st0, 0); in ast_vhub_hub_ep_status()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | dev.c | 169 u8 st0; in ast_vhub_dev_status() local 173 st0 = d->gadget.is_selfpowered << USB_DEVICE_SELF_POWERED; in ast_vhub_dev_status() 175 st0 |= 1 << USB_DEVICE_REMOTE_WAKEUP; in ast_vhub_dev_status() 177 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_dev_status() 185 u8 st0 = 0; in ast_vhub_ep_status() local 199 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_ep_status() 202 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_ep_status()
|
H A D | hub.c | 171 u8 st0; in ast_vhub_hub_dev_status() local 179 st0 = 1 << USB_DEVICE_SELF_POWERED; in ast_vhub_hub_dev_status() 186 st0 |= 1 << USB_DEVICE_REMOTE_WAKEUP; in ast_vhub_hub_dev_status() 188 return ast_vhub_simple_reply(ep, st0, 0); in ast_vhub_hub_dev_status() 195 u8 st0 = 0; in ast_vhub_hub_ep_status() local 203 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_hub_ep_status() 207 return ast_vhub_simple_reply(ep, st0, 0); in ast_vhub_hub_ep_status()
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_trig.c | 21 static void rem_kernel(unsigned long long st0, unsigned long long *y, 746 static void rem_kernel(unsigned long long st0, unsigned long long *y, in rem_kernel() argument 752 x = st0 << n; in rem_kernel() 785 FPU_REG tmp, st0, st1; in do_fprem() local 797 st0_sign = FPU_to_exp16(st0_ptr, &st0); in do_fprem() 799 expdif = exponent16(&st0) - exponent16(&st1); in do_fprem() 815 tag = FPU_u_div(&st0, &st1, &tmp, in do_fprem() 825 rem_kernel(significand(&st0), in do_fprem() 832 reg_copy(&st0, &tmp); in do_fprem() 882 reg_copy(&st0, in do_fprem() [all...] |
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | fpu_trig.c | 21 static void rem_kernel(unsigned long long st0, unsigned long long *y, 751 static void rem_kernel(unsigned long long st0, unsigned long long *y, in rem_kernel() argument 757 x = st0 << n; in rem_kernel() 790 FPU_REG tmp, st0, st1; in do_fprem() local 802 st0_sign = FPU_to_exp16(st0_ptr, &st0); in do_fprem() 804 expdif = exponent16(&st0) - exponent16(&st1); in do_fprem() 820 tag = FPU_u_div(&st0, &st1, &tmp, in do_fprem() 830 rem_kernel(significand(&st0), in do_fprem() 837 reg_copy(&st0, &tmp); in do_fprem() 887 reg_copy(&st0, in do_fprem() [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aria-aesni-avx-asm_64.S | 70 st0, st1) \ 71 vmovdqu d2, st0; \ 75 vmovdqu st0, d2; \ 78 vmovdqu a0, st0; \ 101 vmovdqu st0, d3; \ 103 vmovdqu d2, st0; \ 107 vmovdqu st0, d2; \ 110 vmovdqu b0, st0; \ 114 vmovdqu st0, b0; \ 122 st0, st [all...] |
H A D | aria-gfni-avx512-asm_64.S | 70 st0, st1) \ 71 vmovdqu64 d2, st0; \ 75 vmovdqu64 st0, d2; \ 78 vmovdqu64 a0, st0; \ 101 vmovdqu64 st0, d3; \ 103 vmovdqu64 d2, st0; \ 107 vmovdqu64 st0, d2; \ 110 vmovdqu64 b0, st0; \ 114 vmovdqu64 st0, b0; \ 122 st0, st [all...] |
H A D | aria-aesni-avx2-asm_64.S | 86 st0, st1) \ 87 vmovdqu d2, st0; \ 91 vmovdqu st0, d2; \ 94 vmovdqu a0, st0; \ 117 vmovdqu st0, d3; \ 119 vmovdqu d2, st0; \ 123 vmovdqu st0, d2; \ 126 vmovdqu b0, st0; \ 130 vmovdqu st0, b0; \ 138 st0, st [all...] |
H A D | camellia-aesni-avx2-asm_64.S | 465 a3, b3, c3, d3, st0, st1) \ 466 vmovdqu d2, st0; \ 470 vmovdqu st0, d2; \ 473 vmovdqu a0, st0; \ 496 vmovdqu st0, d3; \ 498 vmovdqu d2, st0; \ 502 vmovdqu st0, d2; \ 505 vmovdqu b0, st0; \ 509 vmovdqu st0, b0; \
|
H A D | camellia-aesni-avx-asm_64.S | 433 b3, c3, d3, st0, st1) \ 434 vmovdqu d2, st0; \ 438 vmovdqu st0, d2; \ 441 vmovdqu a0, st0; \ 464 vmovdqu st0, d3; \ 466 vmovdqu d2, st0; \ 470 vmovdqu st0, d2; \ 473 vmovdqu b0, st0; \ 477 vmovdqu st0, b0; \
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia-aesni-avx2-asm_64.S | 468 a3, b3, c3, d3, st0, st1) \ 469 vmovdqu d2, st0; \ 473 vmovdqu st0, d2; \ 476 vmovdqu a0, st0; \ 499 vmovdqu st0, d3; \ 501 vmovdqu d2, st0; \ 505 vmovdqu st0, d2; \ 508 vmovdqu b0, st0; \ 512 vmovdqu st0, b0; \
|
H A D | camellia-aesni-avx-asm_64.S | 434 b3, c3, d3, st0, st1) \ 435 vmovdqu d2, st0; \ 439 vmovdqu st0, d2; \ 442 vmovdqu a0, st0; \ 465 vmovdqu st0, d3; \ 467 vmovdqu d2, st0; \ 471 vmovdqu st0, d2; \ 474 vmovdqu b0, st0; \ 478 vmovdqu st0, b0; \
|