Searched refs:rsp (Results 76 - 100 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dbsaes-x86_64.S1077 movq %rsp,%rax
1085 leaq -72(%rsp),%rsp
1086 movq %rsp,%rbp
1098 subq %rax,%rsp
1100 movq %rsp,%rax
1104 pxor (%rsp),%xmm7
1106 movdqa %xmm7,(%rsp)
1117 movq %rsp,%rax
1158 movq %rsp,
[all...]
H A Daesni-sha1-x86_64.S26 movq 8(%rsp),%r10
35 leaq -104(%rsp),%rsp
43 movq %r8,88(%rsp)
74 movdqa %xmm4,0(%rsp)
76 movdqa %xmm5,16(%rsp)
78 movdqa %xmm6,32(%rsp)
96 addl 0(%rsp),%ebp
110 addl 4(%rsp),%edx
114 movdqa %xmm13,48(%rsp)
[all...]
H A Daesni-gcm-x86_64.S18 vmovdqu %xmm4,16+8(%rsp)
40 vmovdqu 48+8(%rsp),%xmm0
64 vpxor 16+8(%rsp),%xmm8,%xmm8
66 vmovdqu 64+8(%rsp),%xmm0
72 movq %r13,32+8(%rsp)
74 movq %r12,40+8(%rsp)
89 vmovdqu 80+8(%rsp),%xmm0
109 vmovdqu 96+8(%rsp),%xmm0
111 movq %r13,48+8(%rsp)
113 movq %r12,56+8(%rsp)
[all...]
H A Dsha256-x86_64.S32 movq %rsp,%r11
34 subq $64+32,%rsp
36 andq $-64,%rsp
37 movq %rdi,64+0(%rsp)
38 movq %rsi,64+8(%rsp)
39 movq %rdx,64+16(%rsp)
40 movq %r11,64+24(%rsp)
69 movl %r12d,0(%rsp)
110 movl %r12d,4(%rsp)
151 movl %r12d,8(%rsp)
[all...]
H A Dx86_64-mont5.S12 movq %rsp,%rax
20 movd 8(%rsp),%xmm5
29 movq %rsp,%r11
30 leaq -280(%rsp,%r9,8),%r10
42 leaq (%r10,%r11,1),%rsp
43 movq (%rsp),%r11
44 cmpq %r10,%rsp
49 leaq -4096(%rsp),%rsp
50 movq (%rsp),
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dmakefile.bc26 del libdes.rsp
41 | >libdes.rsp
42 $(TLIB) libdes.lib @libdes.rsp,nul
43 del libdes.rsp
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl90 mov %rsp,%rax
102 movd `($win64?56:8)`(%rsp),%xmm5 # load 7th argument
111 mov %rsp,%r11
112 lea -280(%rsp,$num,8),%r10 # future alloca(8*(num+2)+256+8)
124 lea (%r10,%r11),%rsp
125 mov (%rsp),%r11
126 cmp %r10,%rsp
131 lea -4096(%rsp),%rsp
132 mov (%rsp),
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl180 mov `($win64?56:8)`(%rsp),$inp # load 7th argument
189 lea `-104-($win64?10*16:0)`(%rsp),%rsp
191 #lea 64(%rsp),$ctx # debugging artefact
194 movaps %xmm6,96+0(%rsp)
195 movaps %xmm7,96+16(%rsp)
196 movaps %xmm8,96+32(%rsp)
197 movaps %xmm9,96+48(%rsp)
198 movaps %xmm10,96+64(%rsp)
199 movaps %xmm11,96+80(%rsp)
[all...]
H A Daesni-x86_64.pl590 lea -0x58(%rsp),%rsp
591 movaps %xmm6,(%rsp) # offload $inout4..7
592 movaps %xmm7,0x10(%rsp)
593 movaps %xmm8,0x20(%rsp)
594 movaps %xmm9,0x30(%rsp)
921 movaps (%rsp),%xmm6
922 movaps %xmm0,(%rsp) # clear stack
923 movaps 0x10(%rsp),%xmm7
924 movaps %xmm0,0x10(%rsp)
[all...]
/freebsd-11-stable/lib/libsdp/
H A Dsdp-int.h46 uint16_t imtu; /* incoming MTU (rsp buffer size) */
49 uint8_t *rsp; /* response buffer (start) */ member in struct:sdp_session
H A Dsession.c97 if ((ss->rsp = malloc(ss->imtu)) == NULL) {
101 ss->rsp_e = ss->rsp + ss->imtu;
143 if ((ss->rsp = malloc(ss->imtu)) == NULL) {
147 ss->rsp_e = ss->rsp + ss->imtu;
164 if (ss->rsp != NULL)
165 free(ss->rsp);
/freebsd-11-stable/contrib/byacc/
H A Dclosure.c118 unsigned *rsp; local
128 for (rsp = ruleset; rsp < rsend; rsp++)
129 *rsp = 0;
138 rsp = ruleset;
139 while (rsp < rsend)
140 *rsp++ |= *dsp++;
147 for (rsp = ruleset; rsp < rsen
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dlocore.S55 * 0(%rsp) = 32 bit return address (cannot be used)
56 * 4(%rsp) = 32 bit modulep
57 * 8(%rsp) = 32 bit kernend
71 movq %rsp, %rbp
76 movq $bootstack,%rsp
80 movq %rax,%rsp /* set up kstack for mi_startup() */
H A Dxen-locore.S74 movq %rsp, %rsi /* xenstack (arg 2) */
77 movq $bootstack,%rsp
82 movq %rax, %rsp /* set up kstack for mi_startup() */
/freebsd-11-stable/lib/libc/amd64/sys/
H A Dsbrk.S71 movq 0(%rsp), %rcx
78 addq $8, %rsp
81 addq $8, %rsp
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbnep.c308 int src, dst, rsp; local
331 rsp = BNEP_SETUP_INVALID_UUID_SIZE;
345 rsp = BNEP_SETUP_INVALID_DST_UUID;
362 rsp = BNEP_SETUP_INVALID_SRC_UUID;
366 rsp = BNEP_SETUP_SUCCESS;
372 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
374 bnep_send_control(chan, BNEP_SETUP_CONNECTION_RESPONSE, rsp);
381 int rsp; local
386 rsp = be16dec(ptr);
394 ether_ntoa((struct ether_addr *)chan->raddr), rsp);
410 int i, nf, rsp; local
470 int rsp; local
493 int i, nf, rsp; local
560 int rsp; local
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_mbox.c316 ret = fwcmd->hdr.u0.rsp.status;
321 fwcmd->hdr.u0.rsp.additional_status);
325 bcopy(fwcmd->params.rsp.fw_ver_str, sc->fw_version, 32);
475 ret = fwcmd->hdr.u0.rsp.status;
480 fwcmd->hdr.u0.rsp.additional_status);
485 mac->size_of_struct = fwcmd->params.rsp.mac.size_of_struct;
486 bcopy(&fwcmd->params.rsp.mac.mac_addr[0], &mac->mac_addr[0],
520 ret = fwcmd->hdr.u0.rsp.status;
525 fwcmd->hdr.u0.rsp.additional_status);
531 sc->config_number = HOST_32(fwcmd->params.rsp
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h395 * Allocate and initialize a response "rsp" to a message "msg"
396 * with "len" extra bytes of argument. Sets "rsp" to NULL if fails.
398 #define NG_MKRESPONSE(rsp, msg, len, how) \
400 (rsp) = malloc(sizeof(struct ng_mesg) \
402 if ((rsp) == NULL) \
404 (rsp)->header.version = NG_VERSION; \
405 (rsp)->header.arglen = (len); \
406 (rsp)->header.token = (msg)->header.token; \
407 (rsp)->header.typecookie = (msg)->header.typecookie; \
408 (rsp)
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c140 dsp = ((ct2_entry_t *)fqe)->rsp.m0.u.ct_dataseg;
144 dsp64 = ((ct2_entry_t *)fqe)->rsp.m0.u.ct_dataseg64;
148 dsp64 = &((ct7_entry_t *)fqe)->rsp.m0.ds;
2619 ISP_IOXPUT_32(isp, src->rsp.m0._reserved, &dst->rsp.m0._reserved);
2620 ISP_IOXPUT_16(isp, src->rsp.m0._reserved2, &dst->rsp.m0._reserved2);
2621 ISP_IOXPUT_16(isp, src->rsp.m0.ct_scsi_status, &dst->rsp.m0.ct_scsi_status);
2622 ISP_IOXPUT_32(isp, src->rsp
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-avx2.pl167 lea -8-16*10(%rsp), %rsp
285 movaps 16*0(%rsp), %xmm6
286 movaps 16*1(%rsp), %xmm7
287 movaps 16*2(%rsp), %xmm8
288 movaps 16*3(%rsp), %xmm9
289 movaps 16*4(%rsp), %xmm10
290 movaps 16*5(%rsp), %xmm11
291 movaps 16*6(%rsp), %xmm12
292 movaps 16*7(%rsp),
[all...]
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhda_reg.h147 #define HDA_CMD_GET_AMP_GAIN_MUTE_MUTE(rsp) \
148 (((rsp) & HDA_CMD_GET_AMP_GAIN_MUTE_MUTE_MASK) >> \
150 #define HDA_CMD_GET_AMP_GAIN_MUTE_GAIN(rsp) \
151 (((rsp) & HDA_CMD_GET_AMP_GAIN_MUTE_GAIN_MASK) >> \
217 #define HDA_CMD_GET_DIGITAL_CONV_FMT_CC(rsp) \
218 (((rsp) & HDA_CMD_GET_DIGITAL_CONV_FMT_CC_MASK) >> \
220 #define HDA_CMD_GET_DIGITAL_CONV_FMT_L(rsp) \
221 (((rsp) & HDA_CMD_GET_DIGITAL_CONV_FMT_L_MASK) >> \
223 #define HDA_CMD_GET_DIGITAL_CONV_FMT_PRO(rsp) \
224 (((rsp)
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c278 struct ng_mesg *msg = NULL, *rsp = NULL; local
291 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
292 if (rsp == NULL) {
307 snprintf(rsp->data, NG_TEXTRESPONSE,
337 NG_MKRESPONSE(rsp, msg, sizeof(unit->state), M_NOWAIT);
338 if (rsp == NULL) {
343 *((ng_hci_node_state_ep *)(rsp->data)) = unit->state;
362 NG_MKRESPONSE(rsp, msg, sizeof(unit->debug), M_NOWAIT);
363 if (rsp == NULL) {
368 *((ng_hci_node_debug_ep *)(rsp
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl168 mov 0(%rsp),%r15
169 mov 8(%rsp),%r14
170 mov 16(%rsp),%r13
171 mov 24(%rsp),%rbp
172 mov 32(%rsp),%rbx
173 lea 40(%rsp),%rsp
278 mov 0(%rsp),%r15
279 mov 8(%rsp),%r14
280 mov 16(%rsp),
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl253 mov (%rsp),%r15
254 mov 8(%rsp),%r14
255 mov 16(%rsp),%r12
256 mov 24(%rsp),%rbx
257 mov 32(%rsp),%rbp
258 add \$40,%rsp
286 sub \$64,%rsp
334 mov %r10,32(%rsp) # arg5
335 mov %r11,40(%rsp) # arg6
336 mov %r12,48(%rsp) # arg
[all...]
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Damd64_tramp.S42 movq %rdi,%rsp /* Switch to our temporary stack. */

Completed in 178 milliseconds

1234567891011