Home
last modified time | relevance | path

Searched refs:out1 (Results 1 – 25 of 135) sorted by relevance

123456

/linux/arch/x86/include/asm/
H A Dvmware.h76 u32 *out1, u32 *out2, u32 *out3,
85 u32 *out1, u32 *out2, u32 *out3,
124 u32 *out1, u32 *out2) in vmware_hypercall3() argument
130 out1, out2, NULL, NULL, NULL); in vmware_hypercall3()
134 out1, out2, NULL, NULL, NULL); in vmware_hypercall3()
137 : "=a" (out0), "=b" (*out1), "=c" (*out2) in vmware_hypercall3()
149 u32 *out1, u32 *out2, u32 *out3) in vmware_hypercall4() argument
155 out1, out2, out3, NULL, NULL); in vmware_hypercall4()
159 out1, out2, out3, NULL, NULL); in vmware_hypercall4()
162 : "=a" (out0), "=b" (*out1), "=c" (*out2), "=d" (*out3) in vmware_hypercall4()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg_arm64.h129 unsigned long in5, u32 *out1, in vmware_hypercall7() argument
149 *out1 = x1; in vmware_hypercall7()
159 u32 *out1, int dir) in vmware_hypercall_hb() argument
180 *out1 = x1; in vmware_hypercall_hb()
188 u32 *out1) in vmware_hypercall_hb_out() argument
190 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, 0); in vmware_hypercall_hb_out()
197 u32 *out1) in vmware_hypercall_hb_in() argument
199 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, in vmware_hypercall_hb_in()
/linux/drivers/md/
H A Ddm-ps-historical-service-time.c372 long long out1, out2, stale1, stale2; in hst_compare() local
375 hst_fill_compare(pi1, &hst1, &out1, &stale1); in hst_compare()
389 return out1 - out2; in hst_compare()
396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare()
397 (!out1 && !out2)) in hst_compare()
398 return (!out2 * stale1) - (!out1 * stale2); in hst_compare()
403 if (out1 == out2) { in hst_compare()
407 if (unlikely(out1 >= HST_MAX_INFLIGHT || in hst_compare()
416 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare()
422 return out1 - out2; in hst_compare()
[all …]
/linux/security/keys/
H A Ddh.c142 goto out1; in __keyctl_dh_compute()
146 goto out1; in __keyctl_dh_compute()
154 goto out1; in __keyctl_dh_compute()
160 goto out1; in __keyctl_dh_compute()
167 goto out1; in __keyctl_dh_compute()
174 goto out1; in __keyctl_dh_compute()
182 goto out1; in __keyctl_dh_compute()
295 out1: in __keyctl_dh_compute()
/linux/lib/
H A Ddigsig.c72 unsigned char *out1 = NULL; in digsig_verify_rsa() local
126 out1 = kzalloc(mlen, GFP_KERNEL); in digsig_verify_rsa()
127 if (!out1) in digsig_verify_rsa()
158 memcpy(out1 + head, p, l); in digsig_verify_rsa()
162 m = pkcs_1_v1_5_decode_emsa(out1, len, mblen, &len); in digsig_verify_rsa()
170 kfree(out1); in digsig_verify_rsa()
/linux/lib/crypto/x86/
H A Dsha256.h45 u8 out1[SHA256_DIGEST_SIZE],
51 u8 out1[SHA256_DIGEST_SIZE], in sha256_finup_2x_arch()
62 sha256_ni_finup2x(ctx, data1, data2, len, out1, out2); in sha256_finup_2x_arch()
64 kmsan_unpoison_memory(out1, SHA256_DIGEST_SIZE); in sha256_finup_2x_arch()
/linux/lib/crypto/arm64/
H A Dsha256.h50 u8 out1[SHA256_DIGEST_SIZE],
56 u8 out1[SHA256_DIGEST_SIZE], in sha256_finup_2x_arch()
68 sha256_ce_finup2x(ctx, data1, data2, len, out1, out2); in sha256_finup_2x_arch()
69 kmsan_unpoison_memory(out1, SHA256_DIGEST_SIZE); in sha256_finup_2x_arch()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subskeleton.c10 int out1; variable
24 out1 = lib_routine() * rovar1; in handler1()
H A Dtest_skeleton.c30 int out1 = -1; variable
75 out1 = in1; in handler()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c47 CHECK(data->out1 != -1, "out1", "got %d != exp %d\n", data->out1, -1); in test_skeleton()
109 CHECK(data->out1 != 1, "res1", "got %d != exp %d\n", data->out1, 1); in test_skeleton()
/linux/fs/bfs/
H A Dinode.c354 goto out1; in bfs_fill_super()
364 goto out1; in bfs_fill_super()
372 goto out1; in bfs_fill_super()
381 goto out1; in bfs_fill_super()
386 goto out1; in bfs_fill_super()
459 out1: in bfs_fill_super()
497 goto out1; in init_bfs_fs()
504 out1: in init_bfs_fs()
/linux/arch/arm64/crypto/
H A Daes-neon.S158 .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/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c148 goto out1; in test_cachestat()
159 goto out1; in test_cachestat()
196 goto out1; in test_cachestat()
201 out1: in test_cachestat()
/linux/drivers/pcmcia/
H A Ddb1xxx_ss.c184 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/fs/ntfs3/
H A Dfrecord.c998 goto out1; in ni_ins_attr_ext()
1023 out1: in ni_ins_attr_ext()
1935 goto out1; in ni_read_folio_cmpr()
1944 out1: in ni_read_folio_cmpr()
2186 goto out1; in decompress_lzx_xpress()
2196 out1: in decompress_lzx_xpress()
2261 goto out1; in ni_read_frame()
2274 goto out1; in ni_read_frame()
2280 goto out1; in ni_read_frame()
2286 goto out1; in ni_read_frame()
[all …]
/linux/lib/crypto/
H A Dsha256.c281 u8 out1[SHA256_DIGEST_SIZE], in sha256_finup_2x_arch()
295 size_t len, u8 out1[SHA256_DIGEST_SIZE], u8 out2[SHA256_DIGEST_SIZE]) in sha256_finup_2x_sequential()
301 __sha256_final(&mut_ctx, out1, SHA256_DIGEST_SIZE); in sha256_finup_2x_sequential()
309 const u8 *data2, size_t len, u8 out1[SHA256_DIGEST_SIZE], in sha256_finup_2x()
315 if (likely(sha256_finup_2x_arch(&ctx->ctx, data1, data2, len, out1, in sha256_finup_2x()
318 sha256_finup_2x_sequential(&ctx->ctx, data1, data2, len, out1, out2); in sha256_finup_2x()
/linux/arch/sh/drivers/dma/
H A Ddmabrg.c183 goto out1; in dmabrg_init()
191 out1: free_irq(DMABRGI0, NULL); in dmabrg_init()
/linux/fs/hpfs/
H A Dnamei.c393 goto out1; in hpfs_unlink()
397 goto out1; in hpfs_unlink()
414 out1: in hpfs_unlink()
444 goto out1; in hpfs_rmdir()
448 goto out1; in hpfs_rmdir()
453 goto out1; in hpfs_rmdir()
470 out1: in hpfs_rmdir()
/linux/net/
H A Dsysctl_net.c108 goto out1; in net_sysctl_init()
111 out1: in net_sysctl_init()
/linux/sound/soc/samsung/
H A Dsmdk_spdif.c35 goto out1; in set_audio_clock_heirachy()
64 out1: in set_audio_clock_heirachy()
/linux/drivers/mtd/nand/raw/
H A Dau1550nd.c277 goto out1; in au1550nd_probe()
282 goto out1; in au1550nd_probe()
335 out1: in au1550nd_probe()
/linux/drivers/gpu/drm/lima/
H A Dlima_drv.c144 goto out1; in lima_ioctl_gem_submit()
149 goto out1; in lima_ioctl_gem_submit()
154 goto out1; in lima_ioctl_gem_submit()
171 out1: in lima_ioctl_gem_submit()
/linux/arch/powerpc/platforms/44x/
H A Dhsta_msi.c157 goto out1; in hsta_msi_probe()
180 out1: in hsta_msi_probe()
/linux/drivers/crypto/caam/
H A Dcaamprng.c106 goto out1; in caam_prng_generate()
132 out1: in caam_prng_generate()
/linux/drivers/net/
H A Dmacvtap.c216 goto out1; in macvtap_init()
238 out1: in macvtap_init()

123456