st1                62 arch/ia64/kernel/minstate.h 	st1 [r16]=r0;				/* clear current->thread.on_ustack flag */	\
st1                22 arch/x86/math-emu/fpu_trig.c 		       unsigned long long st1, unsigned long long q, int n);
st1               747 arch/x86/math-emu/fpu_trig.c 		       unsigned long long st1, unsigned long long q, int n)
st1               760 arch/x86/math-emu/fpu_trig.c 		      :"2"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[0])
st1               765 arch/x86/math-emu/fpu_trig.c 		      :"1"(((unsigned *)&st1)[1]), "m"(((unsigned *)&q)[0])
st1               770 arch/x86/math-emu/fpu_trig.c 		      :"1"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[1])
st1               785 arch/x86/math-emu/fpu_trig.c 		FPU_REG tmp, st0, st1;
st1               798 arch/x86/math-emu/fpu_trig.c 		st1_sign = FPU_to_exp16(st1_ptr, &st1);
st1               799 arch/x86/math-emu/fpu_trig.c 		expdif = exponent16(&st0) - exponent16(&st1);
st1               815 arch/x86/math-emu/fpu_trig.c 				tag = FPU_u_div(&st0, &st1, &tmp,
st1               827 arch/x86/math-emu/fpu_trig.c 						   significand(&st1),
st1               830 arch/x86/math-emu/fpu_trig.c 					setexponent16(&tmp, exponent16(&st1));
st1               842 arch/x86/math-emu/fpu_trig.c 					    exponent16(&st1) - exponent16(&tmp);
st1               845 arch/x86/math-emu/fpu_trig.c 							x = significand(&st1) -
st1               848 arch/x86/math-emu/fpu_trig.c 							x = (significand(&st1)
st1               887 arch/x86/math-emu/fpu_trig.c 			exp_1 = exponent16(&st1);
st1               888 arch/x86/math-emu/fpu_trig.c 			setexponent16(&st1, 0);
st1               893 arch/x86/math-emu/fpu_trig.c 			    FPU_u_div(&tmp, &st1, &tmp,
st1               902 arch/x86/math-emu/fpu_trig.c 				   significand(&st1),
st1               144 drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c 	u8 st0, st1, st2, st3;
st1               163 drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c 		st1 = (trap[0] & 0x000000f0) >> 4;
st1               168 drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c 		st1 = (trap[0] & 0x0000ff00) >> 8;
st1               175 drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c 	re = nvkm_enum_find(vm_fault , st1);
st1               191 drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c 		   st1, re ? re->name : "");
st1               215 drivers/md/dm-service-time.c 	size_t sz1, sz2, st1, st2;
st1               263 drivers/md/dm-service-time.c 	st1 = sz1 * pi2->relative_throughput;
st1               265 drivers/md/dm-service-time.c 	if (st1 != st2)
st1               266 drivers/md/dm-service-time.c 		return st1 - st2;
st1              1581 drivers/media/pci/saa7134/saa7134-video.c 	u8 st1 = saa_readb(SAA7134_STATUS_VIDEO1);
st1              1587 drivers/media/pci/saa7134/saa7134-video.c 		result = stds[st1 & 0x03];
st1              2218 drivers/media/pci/saa7134/saa7134-video.c 	u32 st1,st2;
st1              2220 drivers/media/pci/saa7134/saa7134-video.c 	st1 = saa_readb(SAA7134_STATUS_VIDEO1);
st1              2223 drivers/media/pci/saa7134/saa7134-video.c 		(st1 & 0x40) ? "not locked" : "locked",
st1              2225 drivers/media/pci/saa7134/saa7134-video.c 		st[st1 & 0x03]);
st1              2226 drivers/media/pci/saa7134/saa7134-video.c 	dev->nosignal = (st1 & 0x40) || (st2 & 0x40)  || !(st2 & 0x1);
st1               453 drivers/soc/fsl/dpio/qbman-portal.h 	u8 st1;
st1               262 lib/crypto/aes.c 	u32 st0[4], st1[4];
st1               282 lib/crypto/aes.c 		st1[0] = mix_columns(subshift(st0, 0)) ^ rkp[0];
st1               283 lib/crypto/aes.c 		st1[1] = mix_columns(subshift(st0, 1)) ^ rkp[1];
st1               284 lib/crypto/aes.c 		st1[2] = mix_columns(subshift(st0, 2)) ^ rkp[2];
st1               285 lib/crypto/aes.c 		st1[3] = mix_columns(subshift(st0, 3)) ^ rkp[3];
st1               290 lib/crypto/aes.c 		st0[0] = mix_columns(subshift(st1, 0)) ^ rkp[4];
st1               291 lib/crypto/aes.c 		st0[1] = mix_columns(subshift(st1, 1)) ^ rkp[5];
st1               292 lib/crypto/aes.c 		st0[2] = mix_columns(subshift(st1, 2)) ^ rkp[6];
st1               293 lib/crypto/aes.c 		st0[3] = mix_columns(subshift(st1, 3)) ^ rkp[7];
st1               296 lib/crypto/aes.c 	put_unaligned_le32(subshift(st1, 0) ^ rkp[4], out);
st1               297 lib/crypto/aes.c 	put_unaligned_le32(subshift(st1, 1) ^ rkp[5], out + 4);
st1               298 lib/crypto/aes.c 	put_unaligned_le32(subshift(st1, 2) ^ rkp[6], out + 8);
st1               299 lib/crypto/aes.c 	put_unaligned_le32(subshift(st1, 3) ^ rkp[7], out + 12);
st1               313 lib/crypto/aes.c 	u32 st0[4], st1[4];
st1               333 lib/crypto/aes.c 		st1[0] = inv_mix_columns(inv_subshift(st0, 0)) ^ rkp[0];
st1               334 lib/crypto/aes.c 		st1[1] = inv_mix_columns(inv_subshift(st0, 1)) ^ rkp[1];
st1               335 lib/crypto/aes.c 		st1[2] = inv_mix_columns(inv_subshift(st0, 2)) ^ rkp[2];
st1               336 lib/crypto/aes.c 		st1[3] = inv_mix_columns(inv_subshift(st0, 3)) ^ rkp[3];
st1               341 lib/crypto/aes.c 		st0[0] = inv_mix_columns(inv_subshift(st1, 0)) ^ rkp[4];
st1               342 lib/crypto/aes.c 		st0[1] = inv_mix_columns(inv_subshift(st1, 1)) ^ rkp[5];
st1               343 lib/crypto/aes.c 		st0[2] = inv_mix_columns(inv_subshift(st1, 2)) ^ rkp[6];
st1               344 lib/crypto/aes.c 		st0[3] = inv_mix_columns(inv_subshift(st1, 3)) ^ rkp[7];
st1               347 lib/crypto/aes.c 	put_unaligned_le32(inv_subshift(st1, 0) ^ rkp[4], out);
st1               348 lib/crypto/aes.c 	put_unaligned_le32(inv_subshift(st1, 1) ^ rkp[5], out + 4);
st1               349 lib/crypto/aes.c 	put_unaligned_le32(inv_subshift(st1, 2) ^ rkp[6], out + 8);
st1               350 lib/crypto/aes.c 	put_unaligned_le32(inv_subshift(st1, 3) ^ rkp[7], out + 12);
st1                44 scripts/kconfig/confdata.c 	struct stat st1, st2;
st1                56 scripts/kconfig/confdata.c 	ret = fstat(fd1, &st1);
st1                63 scripts/kconfig/confdata.c 	if (st1.st_size != st2.st_size)
st1                66 scripts/kconfig/confdata.c 	map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0);
st1                74 scripts/kconfig/confdata.c 	if (bcmp(map1, map2, st1.st_size))
st1                29 tools/testing/selftests/nsfs/owner.c 	struct stat st1, st2;
st1                64 tools/testing/selftests/nsfs/owner.c 	if (fstat(uns, &st1))
st1                71 tools/testing/selftests/nsfs/owner.c 	if (st1.st_ino != st2.st_ino)
st1                46 tools/testing/selftests/nsfs/pidns.c 	struct stat st1, st2;
st1                67 tools/testing/selftests/nsfs/pidns.c 		if (fstat(pns, &st1))
st1                69 tools/testing/selftests/nsfs/pidns.c 		if (st1.st_ino != st2.st_ino)
st1                28 tools/testing/selftests/proc/fd-002-posix-eq.c 	struct stat st0, st1, st2;
st1                45 tools/testing/selftests/proc/fd-002-posix-eq.c 	rv = fstat(fd1, &st1);
st1                50 tools/testing/selftests/proc/fd-002-posix-eq.c 	assert(st0.st_dev == st1.st_dev);
st1                51 tools/testing/selftests/proc/fd-002-posix-eq.c 	assert(st0.st_ino == st1.st_ino);