Home
last modified time | relevance | path

Searched refs:rsp (Results 276 - 300 of 1278) sorted by relevance

1...<<11121314151617181920>>...52

/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/
H A Daesni-sha256-x86_64.s84 movq 8(%rsp),%r10
85 movq %rsp,%rax
99 subq $128,%rsp
100 andq $-64,%rsp
108 movq %rsi,64+8(%rsp)
109 movq %rdx,64+16(%rsp)
111 movq %r8,64+32(%rsp)
112 movq %r9,64+40(%rsp)
113 movq %r10,64+48(%rsp)
114 movq %rax,120(%rsp)
[all...]
H A Daes-x86_64.s245 cmpq 16(%rsp),%r15
341 movq %rsp,%rax
358 andq $-64,%rsp
359 subq %rsp,%rcx
362 subq %rcx,%rsp
363 subq $32,%rsp
365 movq %rsi,16(%rsp)
366 movq %rax,24(%rsp)
380 movq %r15,(%rsp)
381 movq %rbp,8(%rsp)
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/
H A Daesni-sha256-x86_64.s84 movq 8(%rsp),%r10
85 movq %rsp,%rax
99 subq $128,%rsp
100 andq $-64,%rsp
108 movq %rsi,64+8(%rsp)
109 movq %rdx,64+16(%rsp)
111 movq %r8,64+32(%rsp)
112 movq %r9,64+40(%rsp)
113 movq %r10,64+48(%rsp)
114 movq %rax,120(%rsp)
[all...]
H A Daes-x86_64.s245 cmpq 16(%rsp),%r15
341 movq %rsp,%rax
358 andq $-64,%rsp
359 subq %rsp,%rcx
362 subq %rcx,%rsp
363 subq $32,%rsp
365 movq %rsi,16(%rsp)
366 movq %rax,24(%rsp)
380 movq %r15,(%rsp)
381 movq %rbp,8(%rsp)
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/
H A Daesni-sha256-x86_64.s84 movq 8(%rsp),%r10
85 movq %rsp,%rax
99 subq $128,%rsp
100 andq $-64,%rsp
108 movq %rsi,64+8(%rsp)
109 movq %rdx,64+16(%rsp)
111 movq %r8,64+32(%rsp)
112 movq %r9,64+40(%rsp)
113 movq %r10,64+48(%rsp)
114 movq %rax,120(%rsp)
[all...]
H A Daes-x86_64.s245 cmpq 16(%rsp),%r15
341 movq %rsp,%rax
358 andq $-64,%rsp
359 subq %rsp,%rcx
362 subq %rcx,%rsp
363 subq $32,%rsp
365 movq %rsi,16(%rsp)
366 movq %rax,24(%rsp)
380 movq %r15,(%rsp)
381 movq %rbp,8(%rsp)
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/
H A Daesni-sha256-x86_64.s84 movq 8(%rsp),%r10
85 movq %rsp,%rax
99 subq $128,%rsp
100 andq $-64,%rsp
108 movq %rsi,64+8(%rsp)
109 movq %rdx,64+16(%rsp)
111 movq %r8,64+32(%rsp)
112 movq %r9,64+40(%rsp)
113 movq %r10,64+48(%rsp)
114 movq %rax,120(%rsp)
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dxen-asm.S184 * rsp
193 * rsp->rax }
205 * in XEN pv would cause %rsp to move up to the top of the kernel stack and
206 * leave the IRET frame below %rsp, which is dangerous to be corrupted if #NMI
217 addq $8, %rsp /* skip regs->orig_ax */
225 * - kernel rsp
228 * rsp
233 * rsp->rcx
248 movq $__USER_DS, 4*8(%rsp)
249 movq $__USER_CS, 1*8(%rsp)
[all...]
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c57 struct msm_ccmd_submitqueue_query_rsp *rsp; in query_queue_param() local
58 unsigned rsp_len = sizeof(*rsp) + req.len; in query_queue_param()
60 rsp = virtio_alloc_rsp(pipe->dev, &req.hdr, rsp_len); in query_queue_param()
66 memcpy(value, rsp->payload, req.len); in query_queue_param()
68 ret = rsp->ret; in query_queue_param()
123 struct msm_ccmd_submitqueue_query_rsp *rsp; in virtio_pipe_wait() local
128 rsp = virtio_alloc_rsp(pipe->dev, &req.hdr, sizeof(*rsp)); in virtio_pipe_wait()
138 ret = rsp->ret; in virtio_pipe_wait()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c146 struct mcs_alloc_rsrc_rsp *rsp; in cn10k_mcs_alloc_rsrc() local
163 rsp = (struct mcs_alloc_rsrc_rsp *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_alloc_rsrc()
165 if (IS_ERR(rsp) || req->rsrc_cnt != rsp->rsrc_cnt || in cn10k_mcs_alloc_rsrc()
166 req->rsrc_type != rsp->rsrc_type || req->dir != rsp->dir) { in cn10k_mcs_alloc_rsrc()
171 switch (rsp->rsrc_type) { in cn10k_mcs_alloc_rsrc()
173 *rsrc_id = rsp->flow_ids[0]; in cn10k_mcs_alloc_rsrc()
176 *rsrc_id = rsp->sc_ids[0]; in cn10k_mcs_alloc_rsrc()
179 *rsrc_id = rsp in cn10k_mcs_alloc_rsrc()
755 struct mcs_sa_stats *rsp; cn10k_mcs_sa_stats() local
810 struct mcs_sc_stats *rsp; cn10k_mcs_sc_stats() local
864 struct mcs_secy_stats *rsp; cn10k_mcs_secy_stats() local
1609 struct mcs_sc_stats rsp = { 0 }; cn10k_mdo_get_tx_sc_stats() local
1630 struct mcs_sa_stats rsp = { 0 }; cn10k_mdo_get_tx_sa_stats() local
1654 struct mcs_sc_stats rsp = { 0 }; cn10k_mdo_get_rx_sc_stats() local
1696 struct mcs_sa_stats rsp = { 0 }; cn10k_mdo_get_rx_sa_stats() local
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/
H A Daesni-sha256-x86_64.s84 movq 8(%rsp),%r10
85 movq %rsp,%rax
99 subq $128,%rsp
100 andq $-64,%rsp
108 movq %rsi,64+8(%rsp)
109 movq %rdx,64+16(%rsp)
111 movq %r8,64+32(%rsp)
112 movq %r9,64+40(%rsp)
113 movq %r10,64+48(%rsp)
114 movq %rax,120(%rsp)
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/
H A Daesni-sha256-x86_64.s84 movq 8(%rsp),%r10
85 movq %rsp,%rax
99 subq $128,%rsp
100 andq $-64,%rsp
108 movq %rsi,64+8(%rsp)
109 movq %rdx,64+16(%rsp)
111 movq %r8,64+32(%rsp)
112 movq %r9,64+40(%rsp)
113 movq %r10,64+48(%rsp)
114 movq %rax,120(%rsp)
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-front.c40 struct xen_pvcalls_response rsp[PVCALLS_NR_RSP_PER_RING]; member
129 bedata->rsp[*req_id].req_id != PVCALLS_INVALID_ID) in get_request()
169 struct xen_pvcalls_response *rsp; in pvcalls_front_event_handler() local
185 rsp = RING_GET_RESPONSE(&bedata->ring, bedata->ring.rsp_cons); in pvcalls_front_event_handler()
187 req_id = rsp->req_id; in pvcalls_front_event_handler()
188 if (rsp->cmd == PVCALLS_POLL) { in pvcalls_front_event_handler()
190 rsp->u.poll.id; in pvcalls_front_event_handler()
203 dst = (uint8_t *)&bedata->rsp[req_id] + in pvcalls_front_event_handler()
204 sizeof(rsp->req_id); in pvcalls_front_event_handler()
205 src = (uint8_t *)rsp in pvcalls_front_event_handler()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dpvcalls-front.c40 struct xen_pvcalls_response rsp[PVCALLS_NR_RSP_PER_RING]; member
129 bedata->rsp[*req_id].req_id != PVCALLS_INVALID_ID) in get_request()
169 struct xen_pvcalls_response *rsp; in pvcalls_front_event_handler() local
185 rsp = RING_GET_RESPONSE(&bedata->ring, bedata->ring.rsp_cons); in pvcalls_front_event_handler()
187 req_id = rsp->req_id; in pvcalls_front_event_handler()
188 if (rsp->cmd == PVCALLS_POLL) { in pvcalls_front_event_handler()
190 rsp->u.poll.id; in pvcalls_front_event_handler()
203 dst = (uint8_t *)&bedata->rsp[req_id] + in pvcalls_front_event_handler()
204 sizeof(rsp->req_id); in pvcalls_front_event_handler()
205 src = (uint8_t *)rsp in pvcalls_front_event_handler()
[all...]
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_msghandler.c3710 msg->rsp[0] = msg->data[0] | 4; in deliver_smi_err_response()
3711 msg->rsp[1] = msg->data[1]; in deliver_smi_err_response()
3712 msg->rsp[2] = err; in deliver_smi_err_response()
3828 if (msg->rsp[2] != 0) { in handle_ipmb_get_msg_rsp()
3834 ipmb_addr.slave_addr = msg->rsp[6]; in handle_ipmb_get_msg_rsp()
3835 ipmb_addr.channel = msg->rsp[3] & 0x0f; in handle_ipmb_get_msg_rsp()
3836 ipmb_addr.lun = msg->rsp[7] & 3; in handle_ipmb_get_msg_rsp()
3843 msg->rsp[7] >> 2, in handle_ipmb_get_msg_rsp()
3844 msg->rsp[3] & 0x0f, in handle_ipmb_get_msg_rsp()
3845 msg->rsp[ in handle_ipmb_get_msg_rsp()
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2446 movq 0(%rsp),%r13
2448 movq 8(%rsp),%r12
2450 leaq 16(%rsp),%rsp
2518 movq 0(%rsp),%r13
2520 movq 8(%rsp),%r12
2522 leaq 16(%rsp),%rsp
2596 movq 0(%rsp),%r13
2598 movq 8(%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2446 movq 0(%rsp),%r13
2448 movq 8(%rsp),%r12
2450 leaq 16(%rsp),%rsp
2518 movq 0(%rsp),%r13
2520 movq 8(%rsp),%r12
2522 leaq 16(%rsp),%rsp
2596 movq 0(%rsp),%r13
2598 movq 8(%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2446 movq 0(%rsp),%r13
2448 movq 8(%rsp),%r12
2450 leaq 16(%rsp),%rsp
2518 movq 0(%rsp),%r13
2520 movq 8(%rsp),%r12
2522 leaq 16(%rsp),%rsp
2596 movq 0(%rsp),%r13
2598 movq 8(%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2446 movq 0(%rsp),%r13
2448 movq 8(%rsp),%r12
2450 leaq 16(%rsp),%rsp
2518 movq 0(%rsp),%r13
2520 movq 8(%rsp),%r12
2522 leaq 16(%rsp),%rsp
2596 movq 0(%rsp),%r13
2598 movq 8(%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2446 movq 0(%rsp),%r13
2448 movq 8(%rsp),%r12
2450 leaq 16(%rsp),%rsp
2518 movq 0(%rsp),%r13
2520 movq 8(%rsp),%r12
2522 leaq 16(%rsp),%rsp
2596 movq 0(%rsp),%r13
2598 movq 8(%rsp),
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2446 movq 0(%rsp),%r13
2448 movq 8(%rsp),%r12
2450 leaq 16(%rsp),%rsp
2518 movq 0(%rsp),%r13
2520 movq 8(%rsp),%r12
2522 leaq 16(%rsp),%rsp
2596 movq 0(%rsp),%r13
2598 movq 8(%rsp),
[all...]
/kernel/linux/linux-5.10/net/ncsi/
H A Dncsi-pkt.h44 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
159 struct ncsi_rsp_pkt_hdr rsp; /* Command header */ member
183 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
193 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
209 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
227 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
248 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
295 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
308 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
323 struct ncsi_rsp_pkt_hdr rsp; /* Respons member
330 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ global() member
[all...]
/kernel/linux/linux-6.6/net/ncsi/
H A Dncsi-pkt.h44 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
159 struct ncsi_rsp_pkt_hdr rsp; /* Command header */ member
189 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
199 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
215 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
233 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
254 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
301 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
314 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ member
329 struct ncsi_rsp_pkt_hdr rsp; /* Respons member
336 struct ncsi_rsp_pkt_hdr rsp; /* Response header */ global() member
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/
H A Daes-x86_64.s245 cmpq 16(%rsp),%r15
341 movq %rsp,%rax
358 andq $-64,%rsp
359 subq %rsp,%rcx
362 subq %rcx,%rsp
363 subq $32,%rsp
365 movq %rsi,16(%rsp)
366 movq %rax,24(%rsp)
380 movq %r15,(%rsp)
381 movq %rbp,8(%rsp)
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/
H A Daes-x86_64.s245 cmpq 16(%rsp),%r15
341 movq %rsp,%rax
358 andq $-64,%rsp
359 subq %rsp,%rcx
362 subq %rcx,%rsp
363 subq $32,%rsp
365 movq %rsi,16(%rsp)
366 movq %rax,24(%rsp)
380 movq %r15,(%rsp)
381 movq %rbp,8(%rsp)
[all...]

Completed in 88 milliseconds

1...<<11121314151617181920>>...52