| /linux/drivers/crypto/vmx/ |
| A D | aesp8-ppc.pl | 963 le?vperm $out1,$out1,$out1,$inpperm 1105 le?vperm $out1,$out1,$out1,$inpperm 1754 le?vperm $out1,$out1,$out1,$inpperm 1783 le?vperm $out1,$out1,$out1,$inpperm 1809 le?vperm $out1,$out1,$out1,$inpperm 1832 le?vperm $out1,$out1,$out1,$inpperm 1852 le?vperm $out1,$out1,$out1,$inpperm 1869 le?vperm $out1,$out1,$out1,$inpperm 1883 le?vperm $out1,$out1,$out1,$inpperm 2751 le?vperm $out1,$out1,$out1,$leperm [all …]
|
| /linux/arch/arm/crypto/ |
| A D | aes-cipher-core.S | 42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr 49 __select \out1, \in1, 0 52 __select \out1, \in3, 0 55 __load \out1, \out1, 0, \sz, \op 82 eor \out1, \out1, t1, ror #24 85 eor \out1, \out1, \t3, ror #16 87 eor \out1, \out1, \t4, ror #8 89 eor \out1, \out1, t2 92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr 93 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op [all …]
|
| /linux/arch/arm64/crypto/ |
| A D | aes-cipher-core.S | 56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op 57 ldp \out0, \out1, [rk], #8 65 eor \out1, \out1, w13 67 eor \out1, \out1, w15, ror #24 69 eor \out1, \out1, w17, ror #16 71 eor \out1, \out1, \t1, ror #8 74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op 75 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op 79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op 80 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
|
| A D | aes-neon.S | 158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const 163 shl \out1\().16b, \in1\().16b, #1 166 eor \out1\().16b, \out1\().16b, \tmp1\().16b 169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const 174 shl \out1\().16b, \in1\().16b, #2 177 eor \out1\().16b, \out1\().16b, \tmp1\().16b
|
| /linux/drivers/md/ |
| A D | dm-ps-historical-service-time.c | 373 long long out1, out2, stale1, stale2; in hst_compare() local 376 hst_fill_compare(pi1, &hst1, &out1, &stale1); in hst_compare() 390 return out1 - out2; in hst_compare() 397 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare() 398 (!out1 && !out2)) in hst_compare() 399 return (!out2 * stale1) - (!out1 * stale2); in hst_compare() 404 if (out1 == out2) { in hst_compare() 408 if (unlikely(out1 >= HST_MAX_INFLIGHT || in hst_compare() 417 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare() 423 return out1 - out2; in hst_compare() [all …]
|
| /linux/lib/ |
| A D | digsig.c | 76 unsigned char *out1 = NULL; in digsig_verify_rsa() local 130 out1 = kzalloc(mlen, GFP_KERNEL); in digsig_verify_rsa() 131 if (!out1) in digsig_verify_rsa() 162 memset(out1, 0, head); in digsig_verify_rsa() 163 memcpy(out1 + head, p, l); in digsig_verify_rsa() 167 m = pkcs_1_v1_5_decode_emsa(out1, len, mblen, &len); in digsig_verify_rsa() 175 kfree(out1); in digsig_verify_rsa()
|
| /linux/sound/soc/codecs/ |
| A D | wm8350.c | 61 struct wm8350_output out1; member 77 struct wm8350_output *out1 = &wm8350_data->out1; in wm8350_out1_ramp_step() local 88 if (val < out1->left_vol) { in wm8350_out1_ramp_step() 112 if (val < out1->right_vol) { in wm8350_out1_ramp_step() 211 struct wm8350_output *out1 = &wm8350_data->out1, in wm8350_pga_work() local 246 out1->ramp = WM8350_RAMP_NONE; in wm8350_pga_work() 264 out = &wm8350_data->out1; in pga_event() 314 out = &wm8350_priv->out1; in wm8350_put_volsw_2r_vu() 345 struct wm8350_output *out1 = &wm8350_priv->out1; in wm8350_get_volsw_2r() local 1461 struct wm8350_output *out1; in wm8350_component_probe() local [all …]
|
| /linux/security/keys/ |
| A D | dh.c | 247 goto out1; in __keyctl_dh_compute() 251 goto out1; in __keyctl_dh_compute() 259 goto out1; in __keyctl_dh_compute() 265 goto out1; in __keyctl_dh_compute() 272 goto out1; in __keyctl_dh_compute() 279 goto out1; in __keyctl_dh_compute() 287 goto out1; in __keyctl_dh_compute() 405 out1: in __keyctl_dh_compute()
|
| /linux/fs/jfs/ |
| A D | namei.c | 78 goto out1; in jfs_create() 85 goto out1; in jfs_create() 173 out1: in jfs_create() 211 goto out1; in jfs_mkdir() 218 goto out1; in jfs_mkdir() 308 out1: in jfs_mkdir() 510 goto out1; in jfs_unlink() 591 out1: in jfs_unlink() 1051 out1: in jfs_symlink() 1337 out1: in jfs_rename() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | skeleton.c | 45 CHECK(data->out1 != -1, "out1", "got %d != exp %d\n", data->out1, -1); in test_skeleton() 107 CHECK(data->out1 != 1, "res1", "got %d != exp %d\n", data->out1, 1); in test_skeleton()
|
| /linux/fs/bfs/ |
| A D | inode.c | 338 goto out1; in bfs_fill_super() 348 goto out1; in bfs_fill_super() 356 goto out1; in bfs_fill_super() 365 goto out1; in bfs_fill_super() 370 goto out1; in bfs_fill_super() 443 out1: in bfs_fill_super() 471 goto out1; in init_bfs_fs() 478 out1: in init_bfs_fs()
|
| /linux/drivers/pcmcia/ |
| A D | db1xxx_ss.c | 184 goto out1; in db1x_pcmcia_setup_irqs() 190 goto out1; in db1x_pcmcia_setup_irqs() 207 goto out1; in db1x_pcmcia_setup_irqs() 212 out1: in db1x_pcmcia_setup_irqs() 552 goto out1; in db1x_pcmcia_socket_probe() 573 out1: in db1x_pcmcia_socket_probe()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_skeleton.c | 30 int out1 = -1; variable 59 out1 = in1; in handler()
|
| /linux/fs/ntfs3/ |
| A D | frecord.c | 837 goto out1; in ni_create_attr_list() 844 goto out1; in ni_create_attr_list() 890 out1: in ni_create_attr_list() 1005 goto out1; in ni_ins_attr_ext() 1025 out1: in ni_ins_attr_ext() 2078 out1: in ni_readpage_cmpr() 2345 out1: in decompress_lzx_xpress() 2414 goto out1; in ni_read_frame() 2427 goto out1; in ni_read_frame() 2645 out1: in ni_read_frame() [all …]
|
| /linux/drivers/iio/trigger/ |
| A D | iio-trig-sysfs.c | 144 goto out1; in iio_sysfs_trigger_probe() 149 goto out1; in iio_sysfs_trigger_probe() 176 out1: in iio_sysfs_trigger_probe()
|
| /linux/security/ |
| A D | inode.c | 137 goto out1; in securityfs_create_dentry() 143 goto out1; in securityfs_create_dentry() 166 out1: in securityfs_create_dentry()
|
| /linux/arch/sh/drivers/dma/ |
| A D | dmabrg.c | 184 goto out1; in dmabrg_init() 192 out1: free_irq(DMABRGI0, NULL); in dmabrg_init()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | mem.c | 232 goto out1; in mlx5_ib_test_wc() 237 goto out1; in mlx5_ib_test_wc() 287 out1: in mlx5_ib_test_wc()
|
| /linux/net/ |
| A D | sysctl_net.c | 109 goto out1; in net_sysctl_init() 112 out1: in net_sysctl_init()
|
| /linux/fs/hpfs/ |
| A D | namei.c | 396 goto out1; in hpfs_unlink() 400 goto out1; in hpfs_unlink() 417 out1: in hpfs_unlink() 447 goto out1; in hpfs_rmdir() 451 goto out1; in hpfs_rmdir() 456 goto out1; in hpfs_rmdir() 473 out1: in hpfs_rmdir()
|
| /linux/sound/soc/samsung/ |
| A D | smdk_spdif.c | 35 goto out1; in set_audio_clock_heirachy() 64 out1: in set_audio_clock_heirachy()
|
| /linux/drivers/mtd/nand/raw/ |
| A D | au1550nd.c | 277 goto out1; in au1550nd_probe() 282 goto out1; in au1550nd_probe() 335 out1: in au1550nd_probe()
|
| /linux/arch/powerpc/platforms/4xx/ |
| A D | hsta_msi.c | 159 goto out1; in hsta_msi_probe() 182 out1: in hsta_msi_probe()
|
| /linux/drivers/gpu/drm/lima/ |
| A D | lima_drv.c | 143 goto out1; in lima_ioctl_gem_submit() 148 goto out1; in lima_ioctl_gem_submit() 153 goto out1; in lima_ioctl_gem_submit() 170 out1: in lima_ioctl_gem_submit()
|
| /linux/arch/ia64/kernel/ |
| A D | entry.S | 70 mov out1=in1 // argv 119 mov out1=in1 147 mov out1=in1 1035 add out1=1,in1 // increment recursion count 1061 add out1=1,in1 // increment recursion count 1202 adds out1=8,sp // out1=&sigscratch->ar_pfs 1299 mov out1=r13 // current 1307 mov out1=in1 // arg 1339 mov out1 = r1; 1361 mov out1 = in2 [all …]
|