Home
last modified time | relevance | path

Searched refs:rsp (Results 201 - 225 of 1340) sorted by relevance

12345678910>>...54

/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/sha/
H A Dsha256-x86_64.s25 movq %rsp,%rax
40 subq $64+32,%rsp
42 andq $-64,%rsp
43 movq %rdi,64+0(%rsp)
44 movq %rsi,64+8(%rsp)
45 movq %rdx,64+16(%rsp)
46 movq %rax,88(%rsp)
76 movl %r12d,0(%rsp)
117 movl %r12d,4(%rsp)
158 movl %r12d,8(%rsp)
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/sha/
H A Dsha256-x86_64.s25 movq %rsp,%rax
40 subq $64+32,%rsp
42 andq $-64,%rsp
43 movq %rdi,64+0(%rsp)
44 movq %rsi,64+8(%rsp)
45 movq %rdx,64+16(%rsp)
46 movq %rax,88(%rsp)
76 movl %r12d,0(%rsp)
117 movl %r12d,4(%rsp)
158 movl %r12d,8(%rsp)
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl120 lea -8*5(%rsp),%rsp
131 mov %rdi,8*4(%rsp) # offload 1st argument
134 mov %r11,8*0(%rsp) # offload g[0]
139 mov %r12,8*1(%rsp) # offload g[1]
145 mov %r13,8*2(%rsp) # offload g[2]
177 mov 8*2(%rsp),%rbp # g[2]
200 mov 8*1(%rsp),%rbp # g[1]
223 mov 8*0(%rsp),%rbp # g[0]
248 mov 8*4(%rsp),
[all...]
/third_party/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl120 lea -8*5(%rsp),%rsp
131 mov %rdi,8*4(%rsp) # offload 1st argument
134 mov %r11,8*0(%rsp) # offload g[0]
139 mov %r12,8*1(%rsp) # offload g[1]
145 mov %r13,8*2(%rsp) # offload g[2]
177 mov 8*2(%rsp),%rbp # g[2]
200 mov 8*1(%rsp),%rbp # g[1]
223 mov 8*0(%rsp),%rbp # g[0]
248 mov 8*4(%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/sha/
H A Dsha256-x86_64.s25 movq %rsp,%rax
40 subq $64+32,%rsp
42 andq $-64,%rsp
43 movq %rdi,64+0(%rsp)
44 movq %rsi,64+8(%rsp)
45 movq %rdx,64+16(%rsp)
46 movq %rax,88(%rsp)
76 movl %r12d,0(%rsp)
117 movl %r12d,4(%rsp)
158 movl %r12d,8(%rsp)
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/sha/
H A Dsha256-x86_64.s25 movq %rsp,%rax
40 subq $64+32,%rsp
42 andq $-64,%rsp
43 movq %rdi,64+0(%rsp)
44 movq %rsi,64+8(%rsp)
45 movq %rdx,64+16(%rsp)
46 movq %rax,88(%rsp)
76 movl %r12d,0(%rsp)
117 movl %r12d,4(%rsp)
158 movl %r12d,8(%rsp)
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
H A Dtpm2.py387 rsp = self.tpm.read()
395 sys.stderr.write('rsp' + os.linesep)
396 sys.stderr.write(hex_dump(rsp) + os.linesep)
398 rc = struct.unpack('>I', rsp[6:10])[0]
403 return rsp
420 rsp = self.send_cmd(cmd)
422 pcr_update_cnt, pcr_select_cnt = struct.unpack('>II', rsp[10:18])
424 rsp = rsp[18:]
426 alg2, pcrsel_len2 = struct.unpack('>HB', rsp[
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c447 "SMD command (req %d, rsp %d) completed in %dms\n", in wcn36xx_smd_send_and_wait()
489 struct wcn36xx_fw_msg_status_rsp *rsp; in wcn36xx_smd_rsp_status_check() local
495 rsp = (struct wcn36xx_fw_msg_status_rsp *) in wcn36xx_smd_rsp_status_check()
498 if (WCN36XX_FW_MSG_RESULT_SUCCESS != rsp->status) in wcn36xx_smd_rsp_status_check()
499 return rsp->status; in wcn36xx_smd_rsp_status_check()
574 struct wcn36xx_hal_mac_start_rsp_msg *rsp; in wcn36xx_smd_start_rsp() local
576 if (len < sizeof(*rsp)) in wcn36xx_smd_start_rsp()
579 rsp = (struct wcn36xx_hal_mac_start_rsp_msg *)buf; in wcn36xx_smd_start_rsp()
581 if (WCN36XX_FW_MSG_RESULT_SUCCESS != rsp->start_rsp_params.status) in wcn36xx_smd_start_rsp()
584 memcpy(wcn->crm_version, rsp in wcn36xx_smd_start_rsp()
1022 struct wcn36xx_hal_switch_channel_rsp_msg *rsp; wcn36xx_smd_switch_channel_rsp() local
1068 struct wcn36xx_hal_process_ptt_msg_rsp_msg *rsp; wcn36xx_smd_process_ptt_msg_rsp() local
1132 struct wcn36xx_hal_update_scan_params_resp *rsp; wcn36xx_smd_update_scan_params_rsp() local
1195 struct wcn36xx_hal_add_sta_self_rsp_msg *rsp; wcn36xx_smd_add_sta_self_rsp() local
1314 struct wcn36xx_hal_join_rsp_msg *rsp; wcn36xx_smd_join_rsp() local
1477 struct wcn36xx_hal_config_sta_rsp_msg *rsp; wcn36xx_smd_config_sta_rsp() local
1845 struct wcn36xx_hal_config_bss_rsp_msg *rsp; wcn36xx_smd_config_bss_rsp() local
2437 struct wcn36xx_hal_feat_caps_msg msg_body, *rsp; wcn36xx_smd_feature_caps_exchange() local
2474 struct wcn36xx_hal_add_ba_session_rsp_msg *rsp; wcn36xx_smd_add_ba_session_rsp() local
2596 struct wcn36xx_hal_stats_rsp_msg *rsp; wcn36xx_smd_get_stats() local
2651 struct wcn36xx_hal_trigger_ba_rsp_msg *rsp; wcn36xx_smd_trigger_ba_rsp() local
2715 struct wcn36xx_hal_tx_compl_ind_msg *rsp = buf; wcn36xx_smd_tx_compl_ind() local
2729 struct wcn36xx_hal_scan_offload_ind *rsp = buf; wcn36xx_smd_hw_scan_ind() local
2768 struct wcn36xx_hal_missed_beacon_ind_msg *rsp = buf; wcn36xx_smd_missed_beacon_ind() local
2806 struct wcn36xx_hal_delete_sta_context_ind_msg *rsp = buf; wcn36xx_smd_delete_sta_context_ind() local
2860 struct wcn36xx_hal_print_reg_info_ind *rsp = buf; wcn36xx_smd_print_reg_info_ind() local
3093 struct wcn36xx_hal_gtk_offload_get_info_rsp_msg *rsp; wcn36xx_smd_gtk_offload_get_info_rsp() local
3183 struct wcn36xx_hal_host_resume_rsp_msg *rsp; wcn36xx_smd_host_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/firmware/
H A Dqcom_scm-legacy.c100 * @rsp: response
105 const struct scm_legacy_response *rsp) in scm_legacy_get_response_buffer()
107 return (void *)rsp + le32_to_cpu(rsp->buf_offset); in scm_legacy_get_response_buffer()
138 struct scm_legacy_response *rsp; in scm_legacy_call() local
143 size_t alloc_len = sizeof(*cmd) + cmd_len + sizeof(*rsp) + resp_len; in scm_legacy_call()
161 rsp = scm_legacy_command_to_response(cmd); in scm_legacy_call()
183 sizeof(*rsp), DMA_FROM_DEVICE); in scm_legacy_call()
184 } while (!rsp->is_complete); in scm_legacy_call()
187 le32_to_cpu(rsp in scm_legacy_call()
104 scm_legacy_get_response_buffer( const struct scm_legacy_response *rsp) scm_legacy_get_response_buffer() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/
H A Dqcom_scm-legacy.c100 * @rsp: response
105 const struct scm_legacy_response *rsp) in scm_legacy_get_response_buffer()
107 return (void *)rsp + le32_to_cpu(rsp->buf_offset); in scm_legacy_get_response_buffer()
141 struct scm_legacy_response *rsp; in scm_legacy_call() local
146 size_t alloc_len = sizeof(*cmd) + cmd_len + sizeof(*rsp) + resp_len; in scm_legacy_call()
164 rsp = scm_legacy_command_to_response(cmd); in scm_legacy_call()
186 sizeof(*rsp), DMA_FROM_DEVICE); in scm_legacy_call()
187 } while (!rsp->is_complete); in scm_legacy_call()
190 le32_to_cpu(rsp in scm_legacy_call()
104 scm_legacy_get_response_buffer( const struct scm_legacy_response *rsp) scm_legacy_get_response_buffer() argument
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcros_peripheral_charger.c91 struct ec_response_get_cmd_versions rsp; in cros_pchg_cmd_ver_check() local
96 &req, sizeof(req), &rsp, sizeof(rsp)); in cros_pchg_cmd_ver_check()
104 return !!(rsp.version_mask & BIT(pchg_cmd_version)); in cros_pchg_cmd_ver_check()
109 struct ec_response_pchg_count rsp; in cros_pchg_port_count() local
113 NULL, 0, &rsp, sizeof(rsp)); in cros_pchg_port_count()
120 return rsp.port_count; in cros_pchg_port_count()
127 struct ec_response_pchg rsp; in cros_pchg_get_status() local
135 &req, sizeof(req), &rsp, sizeo in cros_pchg_get_status()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9lpf_16bpp.asm244 SCRATCH 1, 8, rsp+(%%off+0)*mmsize, E
245 SCRATCH 2, 9, rsp+(%%off+1)*mmsize, I
246 SCRATCH 3, 10, rsp+(%%off+2)*mmsize, H
292 %define %%p3 rsp+(%%tspoff+0)*mmsize
293 %define %%p2 rsp+(%%tspoff+1)*mmsize
294 %define %%p1 rsp+(%%tspoff+2)*mmsize
295 %define %%p0 rsp+(%%tspoff+3)*mmsize
296 %define %%q0 rsp+(%%tspoff+4)*mmsize
297 %define %%q1 rsp+(%%tspoff+5)*mmsize
298 %define %%q2 rsp
[all...]
/kernel/linux/linux-6.6/drivers/block/rnbd/
H A Drnbd-clt.c86 struct rnbd_msg_open_rsp *rsp) in process_msg_open_rsp()
99 u64 nsectors = le64_to_cpu(rsp->nsectors); in process_msg_open_rsp()
106 if (!rsp->logical_block_size) { in process_msg_open_rsp()
110 dev->device_id = le32_to_cpu(rsp->device_id); in process_msg_open_rsp()
483 struct rnbd_msg_open_rsp *rsp = iu->buf; in msg_open_conf() local
497 errno = process_msg_open_rsp(dev, rsp); in msg_open_conf()
499 u32 device_id = le32_to_cpu(rsp->device_id); in msg_open_conf()
507 /* We free rsp in rnbd_clt_map_device for map scenario */ in msg_open_conf()
509 kfree(rsp); in msg_open_conf()
518 struct rnbd_msg_sess_info_rsp *rsp in msg_sess_info_conf() local
85 process_msg_open_rsp(struct rnbd_clt_dev *dev, struct rnbd_msg_open_rsp *rsp) process_msg_open_rsp() argument
533 struct rnbd_msg_open_rsp *rsp; send_msg_open() local
579 struct rnbd_msg_sess_info_rsp *rsp; send_msg_sess_info() local
1332 setup_request_queue(struct rnbd_clt_dev *dev, struct rnbd_msg_open_rsp *rsp) setup_request_queue() argument
1367 rnbd_clt_setup_gen_disk(struct rnbd_clt_dev *dev, struct rnbd_msg_open_rsp *rsp, int idx) rnbd_clt_setup_gen_disk() argument
1401 rnbd_client_setup_device(struct rnbd_clt_dev *dev, struct rnbd_msg_open_rsp *rsp) rnbd_client_setup_device() argument
1553 struct rnbd_msg_open_rsp *rsp; rnbd_clt_map_device() local
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c118 cifs_dbg(FYI, "no SPNEGO security blob in negprot rsp\n"); in get_neg_ctxt_len()
266 "srv rsp too short, len %d not %d. cmd:%d mid:%llu\n", in smb2_check_message()
533 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp) in smb2_tcon_has_lease() argument
539 int ack_req = le32_to_cpu(rsp->Flags & in smb2_tcon_has_lease()
542 lease_state = le32_to_cpu(rsp->NewLeaseState); in smb2_tcon_has_lease()
548 if (memcmp(cinode->lease_key, rsp->LeaseKey, in smb2_tcon_has_lease()
563 cfile->oplock_epoch = le16_to_cpu(rsp->Epoch); in smb2_tcon_has_lease()
575 struct smb2_lease_break *rsp) in smb2_tcon_find_pending_open_lease()
577 __u8 lease_state = le32_to_cpu(rsp->NewLeaseState); in smb2_tcon_find_pending_open_lease()
578 int ack_req = le32_to_cpu(rsp in smb2_tcon_find_pending_open_lease()
574 smb2_tcon_find_pending_open_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp) smb2_tcon_find_pending_open_lease() argument
605 struct smb2_lease_break *rsp = (struct smb2_lease_break *)buffer; smb2_is_valid_lease_break() local
673 struct smb2_oplock_break *rsp = (struct smb2_oplock_break *)buffer; smb2_is_valid_oplock_break() local
835 struct smb2_create_rsp *rsp = mid->resp_buf; smb2_handle_cancelled_mid() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl265 mov %rsp,%rax
273 lea -0xa8(%rsp),%rsp
274 movaps %xmm6,(%rsp)
275 movaps %xmm7,0x10(%rsp)
276 movaps %xmm8,0x20(%rsp)
277 movaps %xmm9,0x30(%rsp)
286 sub \$`$REG_SZ*18`, %rsp
287 and \$-256,%rsp
288 mov %rax,`$REG_SZ*17`(%rsp) # origina
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl265 mov %rsp,%rax
273 lea -0xa8(%rsp),%rsp
274 movaps %xmm6,(%rsp)
275 movaps %xmm7,0x10(%rsp)
276 movaps %xmm8,0x20(%rsp)
277 movaps %xmm9,0x30(%rsp)
286 sub \$`$REG_SZ*18`, %rsp
287 and \$-256,%rsp
288 mov %rax,`$REG_SZ*17`(%rsp) # origina
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/bn/
H A Dx86_64-mont5.s11 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
35 movq %rsp,%r11
36 leaq -280(%rsp,%r9,8),%r10
50 leaq (%r10,%r11,1),%rsp
51 movq (%rsp),%r11
52 cmpq %r10,%rsp
57 leaq -4096(%rsp),%rsp
58 movq (%rsp),
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_get_device_info_rsp.cpp50 std::shared_ptr<IpcGetDeviceInfoRsp> rsp = std::make_shared<IpcGetDeviceInfoRsp>(); in HWTEST_F() local
51 rsp->SetDeviceInfo(deviceInfo); in HWTEST_F()
52 DmDeviceInfo info = rsp->GetDeviceInfo(); in HWTEST_F()
68 std::shared_ptr<IpcGetDeviceInfoRsp> rsp = std::make_shared<IpcGetDeviceInfoRsp>(); in HWTEST_F() local
69 rsp->SetDeviceInfo(deviceInfo); in HWTEST_F()
70 DmDeviceInfo info = rsp->GetDeviceInfo(); in HWTEST_F()

Completed in 13 milliseconds

12345678910>>...54