Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/f-stack/freebsd/crypto/aesni/
H A Daeskeys_i386.S135 call _key_expansion_256a
138 call _key_expansion_256b
141 call _key_expansion_256a
207 call _key_expansion_128
210 call _key_expansion_128
213 call _key_expansion_128
216 call _key_expansion_128
219 call _key_expansion_128
222 call _key_expansion_128
225 call _key_expansion_128
[all …]
H A Daeskeys_amd64.S129 call _key_expansion_256a
176 call _key_expansion_128
178 call _key_expansion_128
180 call _key_expansion_128
182 call _key_expansion_128
184 call _key_expansion_128
186 call _key_expansion_128
188 call _key_expansion_128
190 call _key_expansion_128
192 call _key_expansion_128
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_party.c63 p->call->cref, p->call->mine, in TIMER_FUNC_PARTY()
95 p->call = c; in uni_create_partyx()
110 p->call->cref, p->call->mine ? "mine" : "his", in uni_create_partyx()
162 uni_delsig(p->call->uni, SIG_PARTY, p->call, p); in uni_destroy_party()
248 MK_MSG_ORIG(add, UNI_ADD_PARTY, p->call->cref, !p->call->mine); in pun0_add_party_request()
338 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg, in pun0_add_party()
368 p->call->cref, !p->call->mine); in pun2_party_alerting_request()
401 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg, in pun1_party_alerting()
441 p->call->uni->funcs->uni_output(p->call->uni, p->call->uni->arg, in pun1pun4_add_party_ack()
679 p->call->cref, !p->call->mine); in pun5_t398()
[all …]
H A Dunipriv.h44 struct call;
230 struct call *call; /* call to send to */ member
267 struct call *call; member
288 u_int uni_party_act_count(struct call *, int);
306 struct call { struct
307 TAILQ_ENTRY(call) link; /* link between calls */
335 TAILQ_HEAD(callqueue, call); argument
337 struct call *uni_find_call(struct uni *, struct uni_cref *);
342 void uni_destroy_call(struct call *, int);
445 uni_enq_sig((PARTY)->call->uni, SIG_PARTY, (PARTY)->call, \
[all …]
H A Dsig_uni.c160 struct call *c; in uni_stop()
464 uni_enq_sig(struct uni *uni, u_int type, struct call *call, in uni_enq_sig() argument
475 s->call = call; in uni_enq_sig()
486 uni_delenq_sig(struct uni *uni, u_int type, struct call *call, in uni_delenq_sig() argument
497 s->call = call; in uni_delenq_sig()
534 uniapi_uni_error(p->call->uni, reason, cookie, in uniapi_party_error()
535 callstates[p->call->cstate].ext); in uniapi_party_error()
588 s->call == c) || in uni_delsig()
590 s->call == c && s->party == p)) { in uni_delsig()
605 s->call == c) || in uni_delsig()
[all …]
H A Dsig_call.c122 struct call *
125 struct call *c; in uni_find_call()
132 struct call *
135 struct call *c; in uni_find_callx()
146 struct call *
149 struct call *c; in uni_create_call()
187 struct call *
190 struct call *c; in uni_create_new_call()
1160 u8_t313(struct call *c) in u8_t313()
1795 (struct call *)arg == sig->call && in status_enq_filter()
[all …]
/f-stack/freebsd/amd64/amd64/
H A Dapic_vector.S178 call invlop_handler
179 call as_lapic_eoi
186 call as_lapic_eoi
196 call as_lapic_eoi
197 call cpustop_handler
205 call as_lapic_eoi
212 call as_lapic_eoi
214 call ipi_swi_handler
230 call as_lapic_eoi
257 call as_lapic_eoi
[all …]
H A Dexception.S620 call ast
697 call trap
871 call trap
939 call *%rax
1163 call ast
1347 call trap
1360 call trap
1373 call trap
1387 call trap
1400 call trap
[all …]
/f-stack/freebsd/i386/i386/
H A Dapic_vector.s98 call *%eax
142 call *%eax
160 call *%eax
177 call *%eax
196 call *%eax
219 call *%eax
233 call *%eax
247 call *%eax
261 call *%eax
277 call *%eax
[all …]
H A Dexception.s179 call *%eax
207 call 1f
306 call 1f
318 call *%eax
321 call *%eax
351 call 1f
376 call *%eax
381 call *%eax
391 call *%eax
495 call *%eax
[all …]
H A Dlocore.s122 call recover_bootinfo
132 call identify_cpu
133 call pmap_cold
147 call init386 /* wire 386 chip for unix operation */
159 call mi_startup /* autoconfiguration, mountroot etc */
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_aesni.S347 call _key_expansion_256a_local
430 call _key_expansion_128_local
432 call _key_expansion_128_local
434 call _key_expansion_128_local
436 call _key_expansion_128_local
438 call _key_expansion_128_local
440 call _key_expansion_128_local
442 call _key_expansion_128_local
444 call _key_expansion_128_local
446 call _key_expansion_128_local
[all …]
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include45 # $(call filechk,sample)
100 as-option = $(call try-run,\
106 as-instr = $(call try-run,\
112 cc-option = $(call try-run,\
117 cc-option-yn = $(call try-run,\
127 cc-disable-warning = $(call try-run,\
131 # Usage gcc-ver := $(call cc-version)
145 cc-ldoption = $(call try-run,\
150 ld-option = $(call try-run,\
177 # Find all -I options and call addtree
[all …]
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h115 static void F(struct call *); \
119 struct call *call = (struct call *)arg1; \
120 struct uni *uni = call->uni; \
122 (F)(call); \
135 struct uni *uni = party->call->uni; \
148 [UNIMEM_CALL] = sizeof(struct call), \
/f-stack/freebsd/crypto/openssl/amd64/
H A Dvpaes-x86_64.S229 call _vpaes_preheat
272 call _vpaes_schedule_round
303 call _vpaes_schedule_round
308 call _vpaes_schedule_round
670 call _vpaes_preheat
671 call _vpaes_encrypt_core
683 call _vpaes_preheat
684 call _vpaes_decrypt_core
699 call _vpaes_preheat
707 call _vpaes_encrypt_core
[all …]
H A Decp_nistz256-x86_64.S5344 call __ecp_nistz256_add_toq
5449 call __ecp_nistz256_subq
5772 call __ecp_nistz256_subq
5784 call __ecp_nistz256_subq
6105 call __ecp_nistz256_subq
6117 call __ecp_nistz256_subq
6562 call __ecp_nistz256_subx
6881 call __ecp_nistz256_subx
6893 call __ecp_nistz256_subx
7210 call __ecp_nistz256_subx
[all …]
H A Daesni-x86_64.S571 call _aesni_encrypt8
608 call _aesni_encrypt8
634 call _aesni_encrypt2
640 call _aesni_encrypt3
647 call _aesni_encrypt4
656 call _aesni_encrypt6
665 call _aesni_encrypt6
714 call _aesni_decrypt8
761 call _aesni_decrypt8
796 call _aesni_decrypt2
[all …]
/f-stack/freebsd/crypto/openssl/i386/
H A Dvpaes-x86.S487 call _vpaes_schedule_core
545 call _vpaes_preheat
555 call _vpaes_encrypt_core
574 call _vpaes_preheat
584 call _vpaes_decrypt_core
621 call _vpaes_preheat
630 call _vpaes_encrypt_core
644 call _vpaes_decrypt_core
1206 call _vpaes_preheat
1235 call _vpaes_preheat
[all …]
H A Daesni-x86.S2855 call .L112pic
2880 call .L119key_128
2882 call .L119key_128
2884 call .L119key_128
2886 call .L119key_128
2888 call .L119key_128
2890 call .L119key_128
2892 call .L119key_128
2894 call .L119key_128
2896 call .L119key_128
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c1880 .call = parse_sa,
1887 .call = parse_sa,
1895 .call = parse_sa,
1909 .call = parse_sa,
1916 .call = parse_vc,
1923 .call = parse_vc,
2062 .call = parse_vc,
2069 .call = parse_vc,
2075 .call = parse_vc,
2081 .call = parse_vc,
[all …]
/f-stack/freebsd/i386/include/
H A Dasmacros.h111 #define FAKE_MCOUNT(caller) pushl caller ; call *__mcountp ; popl %ecx
112 #define MCOUNT call *__mcountp
115 #define MEXITCOUNT call *__mexitcountp
203 call .L\@.1
223 call *%edx
229 call *%edx
H A Dasm.h46 call 1f; \
86 call PIC_PLT(HIDENAME(mcount)); \
96 call PIC_PLT(HIDENAME(mcount)); \
/f-stack/freebsd/contrib/device-tree/Bindings/
H A DMakefile19 $(call if_changed,chk_binding)
43 $(call if_changed,mk_schema)
51 $(call if_changed,copy)
61 $(call if_changed,mk_schema)
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_support.S121 0: call 2f /* create an RSB entry. */
123 call 1b /* capture rogue speculation. */
124 2: call 2f /* create an RSB entry. */
126 call 1b /* capture rogue speculation. */
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_support.S155 call flush_l1d_sw
224 0: call 2f /* create an RSB entry. */
226 call 1b /* capture rogue speculation. */
227 2: call 2f /* create an RSB entry. */
229 call 1b /* capture rogue speculation. */

12345678910>>...12