HomeSort by: relevance | last modified time | path
    Searched refs:stp (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/tests/kernel/arch/aarch64/
h_execregs.S 39 stp fp, lr, [sp, #-(16 + ((NEXECREGS*8 + 15)/16)*16)]!
42 stp x0, x1, [sp, #16] /* order matches execregs.h */
44 stp x3, x4, [sp, #(16 + 1*2*8)]
45 stp x5, x6, [sp, #(16 + 2*2*8)]
46 stp x7, x8, [sp, #(16 + 3*2*8)]
47 stp x9, x10, [sp, #(16 + 4*2*8)]
48 stp x11, x12, [sp, #(16 + 5*2*8)]
49 stp x13, x14, [sp, #(16 + 6*2*8)]
50 stp x15, x16, [sp, #(16 + 7*2*8)]
51 stp x17, x18, [sp, #(16 + 8*2*8)
    [all...]
  /src/lib/libc/arch/aarch64/sys/
ptrace.S 36 stp x29, x30, [sp, #32]
38 stp x0, x1, [sp, #0]
39 stp x2, x3, [sp, #16]
pipe.S 40 stp w0, w1, [x9]
cerror.S 36 stp x19, x30, [sp, #-16]!
__clone.S 47 stp x3, x0, [x1, #-16]!
  /src/lib/libtelnet/
enc_des.c 498 fb64_stream_iv(Block seed, struct stinfo *stp)
501 memmove((void *)stp->str_iv, (void *)seed, sizeof(Block));
502 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
504 des_key_sched(&stp->str_ikey, stp->str_sched);
506 stp->str_index = sizeof(Block);
510 fb64_stream_key(Block *key, struct stinfo *stp)
512 memmove((void *)stp->str_ikey, (void *)key, sizeof(Block));
513 des_key_sched(key, stp->str_sched);
515 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block))
545 register struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; local in function:cfb64_encrypt
568 register struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; local in function:cfb64_decrypt
618 register struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; local in function:ofb64_encrypt
638 register struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1]; local in function:ofb64_decrypt
    [all...]
  /src/lib/libc/arch/aarch64/gen/
_setjmp.S 57 stp x7, x3, [x0, #_JB_MAGIC]
59 stp x19, x20, [x0, #_JB_X19]
60 stp x21, x22, [x0, #_JB_X21]
61 stp x23, x24, [x0, #_JB_X23]
62 stp x25, x26, [x0, #_JB_X25]
63 stp x27, x28, [x0, #_JB_X27]
64 stp x29, x30, [x0, #_JB_X29]
66 stp d8, d9, [x0, #_JB_D8] define
67 stp d10, d11, [x0, #_JB_D10]
68 stp d12, d13, [x0, #_JB_D12
    [all...]
setjmp.S 55 stp x7, x3, [x0, #_JB_MAGIC]
57 stp x19, x20, [x0, #_JB_X19]
58 stp x21, x22, [x0, #_JB_X21]
59 stp x23, x24, [x0, #_JB_X23]
60 stp x25, x26, [x0, #_JB_X25]
61 stp x27, x28, [x0, #_JB_X27]
62 stp x29, x30, [x0, #_JB_X29]
64 stp d8, d9, [x0, #_JB_D8] define
65 stp d10, d11, [x0, #_JB_D10]
66 stp d12, d13, [x0, #_JB_D12
    [all...]
swapcontext.S 43 stp x29, x30, [sp, #16] /* save FP & LR */
45 stp x0, x1, [sp, #0] /* save oucp (x0) & ucp (x1) */
  /src/sys/arch/aarch64/aarch64/
cpuswitch.S 57 stp x19, x20, [sp, #TF_X19]
58 stp x21, x22, [sp, #TF_X21]
59 stp x23, x24, [sp, #TF_X23]
60 stp x25, x26, [sp, #TF_X25]
61 stp x27, x28, [sp, #TF_X27]
62 stp x29, x30, [sp, #TF_X29]
66 stp xzr, lr, [sp, #TF_SP]
185 stp x19, x20, [sp, #-16]! /* save */
189 stp x19, lr, [sp, #TF_X19] /* x20 := original lr */
190 stp x21, x22, [sp, #TF_X21
    [all...]
vectors.S 19 * dtrace needs to emulate stp x29,x30,[sp,#-FRAMESIZE]! where
41 stp x0, x1, [sp, #TF_X0]
42 stp x2, x3, [sp, #TF_X2]
43 stp x4, x5, [sp, #TF_X4]
44 stp x6, x7, [sp, #TF_X6]
45 stp x8, x9, [sp, #TF_X8]
46 stp x10, x11, [sp, #TF_X10]
47 stp x12, x13, [sp, #TF_X12]
48 stp x14, x15, [sp, #TF_X14]
49 stp x16, x17, [sp, #TF_X16
    [all...]
fusu.S 59 stp fp, lr, [sp, #-16]! /* save fp, lr */
62 stp x19, x20, [sp, #-16]! /* save x19, x20 */
  /src/libexec/ld.elf_so/arch/aarch64/
rtld_start.S 111 stp x0, x1, [sp, #-16]!
112 stp x2, x3, [sp, #-16]!
113 stp x4, x5, [sp, #-16]!
114 stp x6, x7, [sp, #-16]!
115 stp x8, xzr, [sp, #-16]!
118 stp q0, q1, [sp, #-32]!
119 stp q2, q3, [sp, #-32]!
120 stp q4, q5, [sp, #-32]!
121 stp q6, q7, [sp, #-32]!
222 stp x1, x2, [sp, #(-2 * 16)]
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 97 static void nfsrv_freeopenowner(struct nfsstate *stp, int cansleep,
99 static int nfsrv_freeopen(struct nfsstate *stp, vnode_t vp, int cansleep,
101 static void nfsrv_freelockowner(struct nfsstate *stp, vnode_t vp, int cansleep,
103 static void nfsrv_freeallnfslocks(struct nfsstate *stp, vnode_t vp,
117 struct nfslock *insert_lop, struct nfsstate *stp, struct nfslockfile *lfp);
118 static void nfsrv_updatelock(struct nfsstate *stp, struct nfslock **new_lopp,
136 static int nfsrv_delegconflict(struct nfsstate *stp, int *haslockp,
143 static void nfsrv_delaydelegtimeout(struct nfsstate *stp);
145 struct nfsstate *stp, struct nfsrvcache *op);
146 static int nfsrv_nootherstate(struct nfsstate *stp);
178 struct nfsstate *stp, *tstp; local in function:nfsrv_setclient
488 struct nfsstate *stp; local in function:nfsrv_getclient
866 struct nfsstate *stp, *openstp, *lckownstp; local in function:nfsrv_dumpaclient
922 struct nfsstate *stp; local in function:nfsrv_dumplocks
1067 struct nfsstate *stp, *nstp; local in function:nfsrv_servertimer
1191 struct nfsstate *stp, *nstp; local in function:nfsrv_cleanclient
1242 struct nfsstate *stp, *nstp; local in function:nfsrv_freedeleglist
1464 struct nfsstate *stp; local in function:nfsrv_getstate
1497 struct nfsstate *stp; local in function:nfsrv_getowner
1534 struct nfsstate *stp, *lckstp = NULL; local in function:nfsrv_lockctrl
2247 struct nfsstate *stp, *nstp; local in function:nfsrv_opencheck
2500 struct nfsstate *stp, *nstp; local in function:nfsrv_openctrl
3234 struct nfsstate *stp, *ownerstp; local in function:nfsrv_openupdate
3391 struct nfsstate *stp; local in function:nfsrv_delegupdate
3473 struct nfsstate *stp, *nstp, *openstp, *ownstp; local in function:nfsrv_releaselckown
4333 struct nfsstate *stp; local in function:nfsrv_nextstateindex
4994 struct nfsstate *stp; local in function:nfsrv_checkremove
5081 struct nfsstate *stp, *nstp; local in function:nfsrv_cleandeleg
5211 struct nfsstate st, *stp = &st; local in function:nfsrv_checksetattr
5258 struct nfsstate *stp; local in function:nfsrv_checkgetattr
5362 struct nfsstate *stp, *nstp; local in function:nfsrv_throwawayopens
5975 struct nfsstate *stp; local in function:nfsrv_freestateid
    [all...]
nfs_nfsdserv.c 646 struct nfsstate st, *stp = &st; local in function:nfsrvd_read
675 stp->ls_flags = (NFSLCK_CHECK | NFSLCK_READACCESS);
677 stp->ls_ownerlen = 0;
678 stp->ls_op = NULL;
679 stp->ls_uid = nd->nd_cred->cr_uid;
680 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
681 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
682 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
694 stp->ls_stateid.other[2] = *tl++;
727 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid
808 struct nfsstate st, *stp = &st; local in function:nfsrvd_write
2185 struct nfsstate *stp = NULL; local in function:nfsrvd_lock
2369 struct nfsstate *stp = NULL; local in function:nfsrvd_lockt
2483 struct nfsstate *stp; local in function:nfsrvd_locku
2582 struct nfsstate *stp = NULL; local in function:nfsrvd_open
3026 struct nfsstate st, *stp = &st; local in function:nfsrvd_close
3165 struct nfsstate st, *stp = &st; local in function:nfsrvd_openconfirm
3218 struct nfsstate st, *stp = &st; local in function:nfsrvd_opendowngrade
3663 struct nfsstate *stp = NULL; local in function:nfsrvd_releaselckown
    [all...]
  /src/common/lib/libc/arch/aarch64/string/
strcat.S 40 stp x29, x30, [sp, #-32]! /* save fp, lr */
42 stp x27, x28, [x29, #16] /* save registers */
memset.S 85 stp x1, x6, [x15], #16
165 stp xzr, xzr, [x15], #16
168 stp xzr, xzr, [x15], #16
169 stp xzr, xzr, [x15], #16
175 stp xzr, xzr, [x15], #16
176 stp xzr, xzr, [x15], #16
177 stp xzr, xzr, [x15], #16
178 stp xzr, xzr, [x15], #16
bcopy.S 87 #define STP_ALIGN 16 /* align before stp/ldp. 8 or 16 */
151 stp DATA0, DATA1, [DST, #-16]!
219 stp DATA0, DATA1, [DST, #-16]!
229 stp DATA0, DATA1, [DST, #-16]!
236 stp DATA0, DATA1, [DST, #-16]!
243 stp DATA0, DATA1, [DST, #-16]!
250 stp DATA0, DATA1, [DST, #-16]!
257 stp DATA0, DATA1, [DST, #-16]!
263 stp DATA0, DATA1, [DST, #-16]!
335 stp DATA0, DATA1, [DST, #-16]
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/lantiq/
easy50712.dts 65 stp {
66 lantiq,groups = "stp";
67 lantiq,function = "stp";
78 lantiq,pins = "io4", "io5", "io6"; /* stp */
94 stp0: stp@e100bb0 {
96 compatible = "lantiq,gpio-stp-xway";
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 1013 myst_t *stp; local in function:ipf_rx_freenode
1015 stp = (myst_t *)node;
1016 rv = ipf_rx_delete(head, &stp->dst, &stp->mask);
1117 myst_t *stp = (myst_t *)node; local in function:nodeprinter
1123 addrname(&stp->dst), node[0].maskbitcount);
1124 if (stp->printed == -1)
1125 printf("!!! %d\n", stp->printed);
1127 stp->printed = 1;
1132 printnode(stp)
1286 myst_t *stp; local in function:dumptree
1308 myst_t *stp; local in function:test_addr
1346 myst_t *stp; local in function:delete_addr
1387 myst_t *stp; local in function:add_addr
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
crt0-efi-aarch64.S 116 stp x29, x30, [sp, #-32]!
119 stp x0, x1, [sp, #16]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_aarch64.S 58 stp x29, x30, [sp, -336]!
102 stp x29, x30, [sp, -32]!
162 stp x29, x30, [sp, -32]!
222 stp x29, x30, [sp, -32]!
232 stp x19, x20, [sp, 16]
287 stp x29, x30, [sp, -32]!
297 stp x19, x20, [sp, 16]
  /src/tests/lib/libc/locale/
t_mbrtowc.c 140 mbstate_t *stp; local in function:h_ctype2
159 stp = use_mbstate ? &st : 0;
169 ATF_REQUIRE(mbsinit(stp) != 0);
172 size_t rv = mbrtowc(&dst, src, n, stp);
223 rv = mbsrtowcs(wbuf, &src, SIZE, stp);
t_wctomb.c 111 mbstate_t *stp = NULL; local in function:h_wctomb
120 stp = &st;
144 ret = wcrtomb(cs, wcs[i], stp);
  /src/sys/lib/libunwind/
unwind_registers.S 275 stp x0, x1, [x0, #0x000]
276 stp x2, x3, [x0, #0x010]
277 stp x4, x5, [x0, #0x020]
278 stp x6, x7, [x0, #0x030]
279 stp x8, x9, [x0, #0x040]
280 stp x10,x11, [x0, #0x050]
281 stp x12,x13, [x0, #0x060]
282 stp x14,x15, [x0, #0x070]
283 stp x16,x17, [x0, #0x080]
284 stp x18,x19, [x0, #0x090
    [all...]

Completed in 21 milliseconds

1 2