/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | xen-asm.S | 206 * rsp 215 * rsp->rax } 231 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2) 232 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 247 * in XEN pv would cause %rsp to move up to the top of the kernel stack and 248 * leave the IRET frame below %rsp, which is dangerous to be corrupted if #NMI 259 addq $8, %rsp /* skip regs->orig_ax */ 267 * - kernel rsp 270 * rsp 275 * rsp [all...] |
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | stub_64.S | 9 mov %rbx, %rsp 10 add $0x10, %rsp 13 mov 0x0(%rsp), %rax 22 mov %rsp, 8(%rbx) 25 add %rax, %rsp
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | stub_64.S | 7 /* %rsp has the pointer to first operation */ 8 mov %rsp, %rbx 9 add $0x10, %rsp 12 mov 0x0(%rsp), %rax 21 mov %rsp, 8(%rbx) 24 add %rax, %rsp
|
/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_kbd.c | 37 struct ssam_response rsp; in ssam_kbd_get_descriptor() local 48 rsp.capacity = len; in ssam_kbd_get_descriptor() 49 rsp.length = 0; in ssam_kbd_get_descriptor() 50 rsp.pointer = buf; in ssam_kbd_get_descriptor() 52 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(entry)); in ssam_kbd_get_descriptor() 56 if (rsp.length != len) { in ssam_kbd_get_descriptor() 58 rsp.length, len); in ssam_kbd_get_descriptor() 84 struct ssam_response rsp; in ssam_kbd_get_feature_report() local 96 rsp.capacity = len; in ssam_kbd_get_feature_report() 97 rsp in ssam_kbd_get_feature_report() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/as102/ |
H A D | as10x_cmd_cfg.c | 30 prsp = adap->rsp; in as10x_cmd_get_context() 48 sizeof(prsp->body.context.rsp) in as10x_cmd_get_context() 63 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context() 86 prsp = adap->rsp; in as10x_cmd_set_context() 106 sizeof(prsp->body.context.rsp) in as10x_cmd_set_context() 140 prsp = adap->rsp; in as10x_cmd_eLNA_change_mode() 156 sizeof(prsp->body.cfg_change_mode.rsp) in as10x_cmd_eLNA_change_mode() 185 err = prsp->body.context.rsp.error; in as10x_context_rsp_parse() 188 (le16_to_cpu(prsp->body.context.rsp.proc_id) == proc_id)) { in as10x_context_rsp_parse()
|
H A D | as10x_cmd_stream.c | 25 prsp = adap->rsp; in as10x_cmd_add_PID_filter() 47 sizeof(prsp->body.add_pid_filter.rsp) in as10x_cmd_add_PID_filter() 61 filter->idx = prsp->body.add_pid_filter.rsp.filter_id; in as10x_cmd_add_PID_filter() 82 prsp = adap->rsp; in as10x_cmd_del_PID_filter() 98 sizeof(prsp->body.del_pid_filter.rsp) in as10x_cmd_del_PID_filter() 126 prsp = adap->rsp; in as10x_cmd_start_streaming() 141 sizeof(prsp->body.start_streaming.rsp) in as10x_cmd_start_streaming() 169 prsp = adap->rsp; in as10x_cmd_stop_streaming() 184 sizeof(prsp->body.stop_streaming.rsp) in as10x_cmd_stop_streaming()
|
/kernel/linux/linux-6.6/drivers/media/usb/as102/ |
H A D | as10x_cmd_stream.c | 25 prsp = adap->rsp; in as10x_cmd_add_PID_filter() 47 sizeof(prsp->body.add_pid_filter.rsp) in as10x_cmd_add_PID_filter() 61 filter->idx = prsp->body.add_pid_filter.rsp.filter_id; in as10x_cmd_add_PID_filter() 82 prsp = adap->rsp; in as10x_cmd_del_PID_filter() 98 sizeof(prsp->body.del_pid_filter.rsp) in as10x_cmd_del_PID_filter() 126 prsp = adap->rsp; in as10x_cmd_start_streaming() 141 sizeof(prsp->body.start_streaming.rsp) in as10x_cmd_start_streaming() 169 prsp = adap->rsp; in as10x_cmd_stop_streaming() 184 sizeof(prsp->body.stop_streaming.rsp) in as10x_cmd_stop_streaming()
|
H A D | as10x_cmd_cfg.c | 30 prsp = adap->rsp; in as10x_cmd_get_context() 48 sizeof(prsp->body.context.rsp) in as10x_cmd_get_context() 63 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context() 86 prsp = adap->rsp; in as10x_cmd_set_context() 106 sizeof(prsp->body.context.rsp) in as10x_cmd_set_context() 140 prsp = adap->rsp; in as10x_cmd_eLNA_change_mode() 156 sizeof(prsp->body.cfg_change_mode.rsp) in as10x_cmd_eLNA_change_mode() 185 err = prsp->body.context.rsp.error; in as10x_context_rsp_parse() 188 (le16_to_cpu(prsp->body.context.rsp.proc_id) == proc_id)) { in as10x_context_rsp_parse()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2pdu.c | 885 static int smb311_decode_neg_context(struct smb2_negotiate_rsp *rsp, in smb311_decode_neg_context() argument 890 unsigned int offset = le32_to_cpu(rsp->NegotiateContextOffset); in smb311_decode_neg_context() 891 unsigned int ctxt_cnt = le16_to_cpu(rsp->NegotiateContextCount); in smb311_decode_neg_context() 909 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context() 1025 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate() local 1109 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate() 1123 if (rsp->DialectRevision == cpu_to_le16(SMB20_PROT_ID)) { in SMB2_negotiate() 1127 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate() 1131 } else if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) { in SMB2_negotiate() 1138 if (rsp in SMB2_negotiate() 1585 struct smb2_sess_setup_rsp *rsp = NULL; SMB2_auth_kerberos() local 1678 struct smb2_sess_setup_rsp *rsp = NULL; SMB2_sess_auth_rawntlmssp_negotiate() local 1771 struct smb2_sess_setup_rsp *rsp = NULL; SMB2_sess_auth_rawntlmssp_authenticate() local 2001 struct smb2_tree_connect_rsp *rsp = NULL; SMB2_tcon() local 2299 struct smb2_create_rsp *rsp = rsp_iov->iov_base; smb2_parse_contexts() local 2773 struct smb2_create_rsp *rsp = NULL; smb311_posix_mkdir() local 3121 struct smb2_create_rsp *rsp = NULL; SMB2_open() local 3320 struct smb2_ioctl_rsp *rsp = NULL; SMB2_ioctl() local 3501 struct smb2_close_rsp *rsp = NULL; __SMB2_close() local 3689 struct smb2_query_info_rsp *rsp = NULL; query_info() local 3949 struct smb2_echo_rsp *rsp = (struct smb2_echo_rsp *)mid->resp_buf; smb2_echo_callback() local 4514 struct smb2_read_rsp *rsp = NULL; SMB2_read() local 4599 struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf; smb2_writev_callback() local 4843 struct smb2_write_rsp *rsp = NULL; SMB2_write() local 5154 struct smb2_query_directory_rsp *rsp; smb2_parse_query_directory() local 5230 struct smb2_query_directory_rsp *rsp = NULL; SMB2_query_directory() local 5350 struct smb2_set_info_rsp *rsp = NULL; send_set_info() local 5570 struct smb2_query_info_rsp *rsp = NULL; SMB311_posix_qfs_info() local 5621 struct smb2_query_info_rsp *rsp = NULL; SMB2_QFS_info() local 5672 struct smb2_query_info_rsp *rsp = NULL; SMB2_QFS_attr() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 203 struct cgx_fw_data *rsp; in otx2_get_ethtool_stats() local 230 rsp = otx2_get_fwdata(pfvf); in otx2_get_ethtool_stats() 231 if (!IS_ERR(rsp) && rsp->fwdata.phy.misc.has_fec_stats && in otx2_get_ethtool_stats() 236 rsp = otx2_get_fwdata(pfvf); in otx2_get_ethtool_stats() 237 if (!IS_ERR(rsp)) { in otx2_get_ethtool_stats() 238 struct fec_stats_s *p = &rsp->fwdata.phy.fec_stats; in otx2_get_ethtool_stats() 331 struct cgx_pause_frm_cfg *req, *rsp; in otx2_get_pauseparam() local 344 rsp = (struct cgx_pause_frm_cfg *) in otx2_get_pauseparam() 346 pause->rx_pause = rsp in otx2_get_pauseparam() 993 struct cgx_fw_data *rsp = NULL; otx2_get_fwdata() local 1020 struct cgx_fw_data *rsp; otx2_get_fecparam() local 1048 struct fec_mode *req, *rsp; otx2_set_fecparam() local 1199 struct cgx_fw_data *rsp = NULL; otx2_get_link_ksettings() local 1290 struct cgx_fw_data *rsp; otx2_get_fec_stats() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-x86_64.pl | 165 mov $xi[0],`4*$i`(%rsp) 178 xor `4*($j%16)`(%rsp),$xi[1] 180 mov $xi[0],`4*($i%16)`(%rsp) 182 xor `4*(($j+2)%16)`(%rsp),$xi[1] 185 xor `4*(($j+8)%16)`(%rsp),$xi[1] 202 xor `4*($j%16)`(%rsp),$xi[1] 204 `"mov $xi[0],".4*($i%16)."(%rsp)" if ($i<72)` 206 xor `4*(($j+2)%16)`(%rsp),$xi[1] 209 xor `4*(($j+8)%16)`(%rsp),$xi[1] 235 xor `4*($j%16)`(%rsp), [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aesni-gcm-x86_64.pl | 106 vmovdqu $Z0,16+8(%rsp) # "$Z3" = 0 128 vmovdqu 0x30+8(%rsp),$Ii # I[4] 152 vpxor 16+8(%rsp),$Xi,$Xi # modulo-scheduled [vpxor $Z3,$Xi,$Xi] 154 vmovdqu 0x40+8(%rsp),$Ii # I[3] 160 mov %r13,0x20+8(%rsp) 162 mov %r12,0x28+8(%rsp) 177 vmovdqu 0x50+8(%rsp),$Ii # I[2] 197 vmovdqu 0x60+8(%rsp),$Ii # I[1] 199 mov %r13,0x30+8(%rsp) 201 mov %r12,0x38+8(%rsp) [all...] |
/third_party/openssl/crypto/modes/asm/ |
H A D | aesni-gcm-x86_64.pl | 106 vmovdqu $Z0,16+8(%rsp) # "$Z3" = 0 128 vmovdqu 0x30+8(%rsp),$Ii # I[4] 152 vpxor 16+8(%rsp),$Xi,$Xi # modulo-scheduled [vpxor $Z3,$Xi,$Xi] 154 vmovdqu 0x40+8(%rsp),$Ii # I[3] 160 mov %r13,0x20+8(%rsp) 162 mov %r12,0x28+8(%rsp) 177 vmovdqu 0x50+8(%rsp),$Ii # I[2] 197 vmovdqu 0x60+8(%rsp),$Ii # I[1] 199 mov %r13,0x30+8(%rsp) 201 mov %r12,0x38+8(%rsp) [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-x86_64.pl | 165 mov $xi[0],`4*$i`(%rsp) 178 xor `4*($j%16)`(%rsp),$xi[1] 180 mov $xi[0],`4*($i%16)`(%rsp) 182 xor `4*(($j+2)%16)`(%rsp),$xi[1] 185 xor `4*(($j+8)%16)`(%rsp),$xi[1] 202 xor `4*($j%16)`(%rsp),$xi[1] 204 `"mov $xi[0],".4*($i%16)."(%rsp)" if ($i<72)` 206 xor `4*(($j+2)%16)`(%rsp),$xi[1] 209 xor `4*(($j+8)%16)`(%rsp),$xi[1] 235 xor `4*($j%16)`(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/ec/ |
H A D | x25519-x86_64.s | 26 leaq -40(%rsp),%rsp 37 movq %rdi,32(%rsp) 40 movq %r11,0(%rsp) 45 movq %r12,8(%rsp) 51 movq %r13,16(%rsp) 83 movq 16(%rsp),%rbp 106 movq 8(%rsp),%rbp 129 movq 0(%rsp),%rbp 154 movq 32(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/ec/ |
H A D | x25519-x86_64.s | 26 leaq -40(%rsp),%rsp 37 movq %rdi,32(%rsp) 40 movq %r11,0(%rsp) 45 movq %r12,8(%rsp) 51 movq %r13,16(%rsp) 83 movq 16(%rsp),%rbp 106 movq 8(%rsp),%rbp 129 movq 0(%rsp),%rbp 154 movq 32(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/ec/ |
H A D | x25519-x86_64.s | 26 leaq -40(%rsp),%rsp 37 movq %rdi,32(%rsp) 40 movq %r11,0(%rsp) 45 movq %r12,8(%rsp) 51 movq %r13,16(%rsp) 83 movq 16(%rsp),%rbp 106 movq 8(%rsp),%rbp 129 movq 0(%rsp),%rbp 154 movq 32(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/ec/ |
H A D | x25519-x86_64.s | 26 leaq -40(%rsp),%rsp 37 movq %rdi,32(%rsp) 40 movq %r11,0(%rsp) 45 movq %r12,8(%rsp) 51 movq %r13,16(%rsp) 83 movq 16(%rsp),%rbp 106 movq 8(%rsp),%rbp 129 movq 0(%rsp),%rbp 154 movq 32(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/ec/ |
H A D | x25519-x86_64.s | 26 leaq -40(%rsp),%rsp 37 movq %rdi,32(%rsp) 40 movq %r11,0(%rsp) 45 movq %r12,8(%rsp) 51 movq %r13,16(%rsp) 83 movq 16(%rsp),%rbp 106 movq 8(%rsp),%rbp 129 movq 0(%rsp),%rbp 154 movq 32(%rsp), [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/ec/ |
H A D | x25519-x86_64.s | 26 leaq -40(%rsp),%rsp 37 movq %rdi,32(%rsp) 40 movq %r11,0(%rsp) 45 movq %r12,8(%rsp) 51 movq %r13,16(%rsp) 83 movq 16(%rsp),%rbp 106 movq 8(%rsp),%rbp 129 movq 0(%rsp),%rbp 154 movq 32(%rsp), [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 32 void **pkt, struct rsp_que **rsp); 195 * @rsp: respond queue pointer. 200 void **pkt, struct rsp_que **rsp) in __qla_consume_iocb() 202 struct rsp_que *rsp_q = *rsp; in __qla_consume_iocb() 232 * @rsp: respond queue 237 void **pkt, struct rsp_que **rsp, u8 *buf, u32 buf_len) in __qla_copy_purex_to_buffer() 240 struct rsp_que *rsp_q = *rsp; in __qla_copy_purex_to_buffer() 261 __qla_consume_iocb(vha, pkt, rsp); in __qla_copy_purex_to_buffer() 350 struct rsp_que *rsp; in qla2100_intr_handler() local 353 rsp in qla2100_intr_handler() 199 __qla_consume_iocb(struct scsi_qla_host *vha, void **pkt, struct rsp_que **rsp) __qla_consume_iocb() argument 236 __qla_copy_purex_to_buffer(struct scsi_qla_host *vha, void **pkt, struct rsp_que **rsp, u8 *buf, u32 buf_len) __qla_copy_purex_to_buffer() argument 464 struct rsp_que *rsp; qla2300_intr_handler() local 853 qla27xx_copy_multiple_pkt(struct scsi_qla_host *vha, void **pkt, struct rsp_que **rsp, bool is_purls, bool byte_order) qla27xx_copy_multiple_pkt() argument 1152 qla27xx_copy_fpin_pkt(struct scsi_qla_host *vha, void **pkt, struct rsp_que **rsp) qla27xx_copy_fpin_pkt() argument 1256 qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb) qla2x00_async_event() argument 2889 qla2x00_process_response_entry(struct scsi_qla_host *vha, struct rsp_que *rsp, sts_entry_t *pkt) qla2x00_process_response_entry() argument 2939 qla2x00_process_response_queue(struct rsp_que *rsp) qla2x00_process_response_queue() argument 2979 qla2x00_handle_sense(srb_t *sp, uint8_t *sense_data, uint32_t par_sense_len, uint32_t sense_len, struct rsp_que *rsp, int res) qla2x00_handle_sense() argument 3297 qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt) qla2x00_status_entry() argument 3693 qla2x00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt) qla2x00_status_cont_entry() argument 3751 qla2x00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, sts_entry_t *pkt) qla2x00_error_entry() argument 3895 qla_chk_cont_iocb_avail(struct scsi_qla_host *vha, struct rsp_que *rsp, response_t *pkt, u32 rsp_q_in) qla_chk_cont_iocb_avail() argument 3954 qla24xx_process_response_queue(struct scsi_qla_host *vha, struct rsp_que *rsp) qla24xx_process_response_queue() argument 4238 struct rsp_que *rsp; qla24xx_intr_handler() local 4334 struct rsp_que *rsp; qla24xx_msix_rsp_q() local 4366 struct rsp_que *rsp; qla24xx_msix_default() local 4523 qla24xx_enable_msix(struct qla_hw_data *ha, struct rsp_que *rsp) qla24xx_enable_msix() argument 4670 qla2x00_request_irqs(struct qla_hw_data *ha, struct rsp_que *rsp) qla2x00_request_irqs() argument 4767 struct rsp_que *rsp; qla2x00_free_irqs() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 115 psubw %3, [rsp+%4+%5*mmsize*2] 116 psubw %3, [rsp+%4+%6*mmsize*2] 117 paddw %3, [rsp+%4+%7*mmsize*2] 124 mova [rsp+%4+%8*mmsize*2], %1 127 paddw %3, [rsp+%4+%8*mmsize*2] 198 mova [rsp+%4+0*mmsize*2], %1 202 mova [rsp+%4+1*mmsize*2], %1 206 mova [rsp+%4+2*mmsize*2], %1 209 mova [rsp+%4+3*mmsize*2], %1 212 mova [rsp [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_queue.c | 83 struct fun_admin_generic_create_rsp rsp; in fun_sq_create() member 109 &cmd.rsp, sizeof(cmd.rsp), 0); in fun_sq_create() 113 hw_qid = be32_to_cpu(cmd.rsp.id); in fun_sq_create() 133 struct fun_admin_generic_create_rsp rsp; in fun_cq_create() member 152 &cmd.rsp, sizeof(cmd.rsp), 0); in fun_cq_create() 156 hw_qid = be32_to_cpu(cmd.rsp.id); in fun_cq_create() 234 const struct fun_rsp_common *rsp, bool *need_free) in fun_data_from_rq() 243 dataop = (void *)rsp in fun_data_from_rq() 233 fun_data_from_rq(struct fun_queue *funq, const struct fun_rsp_common *rsp, bool *need_free) fun_data_from_rq() argument 285 struct fun_rsp_common *rsp; __fun_process_cq() local [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.c | 655 static int smb311_decode_neg_context(struct smb2_negotiate_rsp *rsp, in smb311_decode_neg_context() argument 660 unsigned int offset = le32_to_cpu(rsp->NegotiateContextOffset); in smb311_decode_neg_context() 661 unsigned int ctxt_cnt = le16_to_cpu(rsp->NegotiateContextCount); in smb311_decode_neg_context() 682 pctx = (struct smb2_neg_context *)(offset + (char *)rsp); in smb311_decode_neg_context() 793 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate() local 875 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate() 888 if (rsp->DialectRevision == cpu_to_le16(SMB20_PROT_ID)) { in SMB2_negotiate() 892 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate() 899 if (rsp->DialectRevision == cpu_to_le16(SMB20_PROT_ID)) { in SMB2_negotiate() 903 } else if (rsp in SMB2_negotiate() 1326 struct smb2_sess_setup_rsp *rsp = NULL; SMB2_auth_kerberos() local 1407 struct smb2_sess_setup_rsp *rsp = NULL; SMB2_sess_auth_rawntlmssp_negotiate() local 1499 struct smb2_sess_setup_rsp *rsp = NULL; SMB2_sess_auth_rawntlmssp_authenticate() local 1715 struct smb2_tree_connect_rsp *rsp = NULL; SMB2_tcon() local 1995 smb2_parse_contexts(struct TCP_Server_Info *server, struct smb2_create_rsp *rsp, unsigned int *epoch, char *lease_key, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix) smb2_parse_contexts() argument 2497 struct smb2_create_rsp *rsp = NULL; smb311_posix_mkdir() local 2844 struct smb2_create_rsp *rsp = NULL; SMB2_open() local 3038 struct smb2_ioctl_rsp *rsp = NULL; SMB2_ioctl() local 3209 struct smb2_close_rsp *rsp = NULL; __SMB2_close() local 3399 struct smb2_query_info_rsp *rsp = NULL; query_info() local 3630 struct smb2_echo_rsp *rsp = (struct smb2_echo_rsp *)mid->resp_buf; smb2_echo_callback() local 4096 struct smb2_read_rsp *rsp = NULL; SMB2_read() local 4180 struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf; smb2_writev_callback() local 4406 struct smb2_write_rsp *rsp = NULL; SMB2_write() local 4714 struct smb2_query_directory_rsp *rsp; smb2_parse_query_directory() local 4787 struct smb2_query_directory_rsp *rsp = NULL; SMB2_query_directory() local 4908 struct smb2_set_info_rsp *rsp = NULL; send_set_info() local 5126 struct smb2_query_info_rsp *rsp = NULL; SMB311_posix_qfs_info() local 5177 struct smb2_query_info_rsp *rsp = NULL; SMB2_QFS_info() local 5228 struct smb2_query_info_rsp *rsp = NULL; SMB2_QFS_attr() local [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/poly1305/ |
H A D | poly1305-x86_64.s | 144 movq 0(%rsp),%r15 146 movq 8(%rsp),%r14 148 movq 16(%rsp),%r13 150 movq 24(%rsp),%r12 152 movq 32(%rsp),%rbp 154 movq 40(%rsp),%rbx 156 leaq 48(%rsp),%rsp 541 movq 0(%rsp),%r15 543 movq 8(%rsp), [all...] |