Searched refs:st0 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv50.c | 162 u8 st0, st1, st2, st3; in nv50_fb_intr() local 180 st0 = (trap[0] & 0x0000000f) >> 0; in nv50_fb_intr() 185 st0 = (trap[0] & 0x000000ff) >> 0; in nv50_fb_intr() 192 en = nvkm_enum_find(vm_engine, st0); in nv50_fb_intr() 207 st0, en ? en->name : "", in nv50_fb_intr()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_trig.c | 20 static void rem_kernel(unsigned long long st0, unsigned long long *y, 745 static void rem_kernel(unsigned long long st0, unsigned long long *y, in rem_kernel() argument 751 x = st0 << n; in rem_kernel() 784 FPU_REG tmp, st0, st1; in do_fprem() local 796 st0_sign = FPU_to_exp16(st0_ptr, &st0); in do_fprem() 798 expdif = exponent16(&st0) - exponent16(&st1); in do_fprem() 814 tag = FPU_u_div(&st0, &st1, &tmp, in do_fprem() 824 rem_kernel(significand(&st0), in do_fprem() 831 reg_copy(&st0, &tmp); in do_fprem() 881 reg_copy(&st0, &tmp); in do_fprem() [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 432 b3, c3, d3, st0, st1) \ argument 433 vmovdqu d2, st0; \ 437 vmovdqu st0, d2; \ 440 vmovdqu a0, st0; \ 463 vmovdqu st0, d3; \ 465 vmovdqu d2, st0; \ 469 vmovdqu st0, d2; \ 472 vmovdqu b0, st0; \ 476 vmovdqu st0, b0; \
|
D | camellia-aesni-avx2-asm_64.S | 471 a3, b3, c3, d3, st0, st1) \ argument 472 vmovdqu d2, st0; \ 476 vmovdqu st0, d2; \ 479 vmovdqu a0, st0; \ 502 vmovdqu st0, d3; \ 504 vmovdqu d2, st0; \ 508 vmovdqu st0, d2; \ 511 vmovdqu b0, st0; \ 515 vmovdqu st0, b0; \
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 96 /dev/st0, /dev/st1, etc. See the "st" man page for more details.) 177 must rewind the tape (by issuing "mt -f /dev/st0 rewind" for example)
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 136 modes): st0 nst0 st0l nst0l st0m nst0m st0a nst0a. 151 directory corresponding to the mode 0 auto-rewind device (e.g., st0). 170 that st0 would have the same statistics as nst0.
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 293 0 = /dev/st0 First SCSI tape, mode 0
|