Home
last modified time | relevance | path

Searched refs:st0 (Results 1 – 11 of 11) sorted by relevance

/linux/lib/crypto/
A Daes.c262 u32 st0[4], st1[4]; in aes_encrypt() local
265 st0[0] = ctx->key_enc[0] ^ get_unaligned_le32(in); in aes_encrypt()
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()
[all …]
/linux/arch/mips/sgi-ip27/
A Dip27-berr.c33 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()
/linux/tools/testing/selftests/proc/
A Dfd-002-posix-eq.c28 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()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A Dnv50.c144 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()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Ddev.c159 u8 st0; in ast_vhub_dev_status() local
163 st0 = d->gadget.is_selfpowered << USB_DEVICE_SELF_POWERED; in ast_vhub_dev_status()
165 st0 |= 1 << USB_DEVICE_REMOTE_WAKEUP; in ast_vhub_dev_status()
167 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_dev_status()
175 u8 st0 = 0; in ast_vhub_ep_status() local
189 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_ep_status()
192 return ast_vhub_simple_reply(&d->ep0, st0, 0); in ast_vhub_ep_status()
A Dhub.c160 u8 st0; in ast_vhub_hub_dev_status() local
168 st0 = 1 << USB_DEVICE_SELF_POWERED; in ast_vhub_hub_dev_status()
175 st0 |= 1 << USB_DEVICE_REMOTE_WAKEUP; in ast_vhub_hub_dev_status()
177 return ast_vhub_simple_reply(ep, st0, 0); in ast_vhub_hub_dev_status()
184 u8 st0 = 0; in ast_vhub_hub_ep_status() local
192 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_hub_ep_status()
196 return ast_vhub_simple_reply(ep, st0, 0); in ast_vhub_hub_ep_status()
/linux/arch/x86/math-emu/
A Dfpu_trig.c21 static void rem_kernel(unsigned long long st0, unsigned long long *y,
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, &tmp); in do_fprem()
905 rem_kernel(significand(&st0), in do_fprem()
[all …]
/linux/arch/x86/crypto/
A Dcamellia-aesni-avx-asm_64.S433 b3, c3, d3, st0, st1) \ argument
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; \
A Dcamellia-aesni-avx2-asm_64.S467 a3, b3, c3, d3, st0, st1) \ argument
468 vmovdqu d2, st0; \
472 vmovdqu st0, d2; \
475 vmovdqu a0, st0; \
498 vmovdqu st0, d3; \
500 vmovdqu d2, st0; \
504 vmovdqu st0, d2; \
507 vmovdqu b0, st0; \
511 vmovdqu st0, b0; \
/linux/Documentation/scsi/
A Dst.rst146 modes): st0 nst0 st0l nst0l st0m nst0m st0a nst0a.
161 directory corresponding to the mode 0 auto-rewind device (e.g., st0).
181 that st0 would have the same statistics as nst0.
/linux/Documentation/admin-guide/
A Ddevices.txt212 0 = /dev/st0 First SCSI tape, mode 0

Completed in 22 milliseconds