Searched refs:call (Results 76 - 100 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dlocore.S72 call sparc64_init
83 call mi_startup
/freebsd-11-stable/sys/i386/svr4/
H A Dsvr4_locore.s4 #include <compat/svr4/svr4_syscall.h> /* system call numbers */
9 call *SVR4_SIGF_HANDLER(%esp)
10 leal SVR4_SIGF_UC(%esp),%eax /* ucp (the call may have clobbered the
/freebsd-11-stable/sys/i386/xbox/
H A Dpic16l.s109 call pic16l_setbyte
123 call pic16l_setbyte
195 call pic16l_ledhlp
197 call pic16l_ledhlp
/freebsd-11-stable/sys/i386/i386/
H A Datpic_vector.s44 * Macros for interrupt entry, call to handler, and exit.
58 call atpic_handle_intr ; \
H A Dexception.s172 call trap
232 * The intersegment call has been set up to specify one dummy parameter.
233 * This leaves a place to put eflags so that the call frame can be
257 call syscall
286 call syscall
295 call fork_exit
371 * ASTs can not be handled now if we are in a vm86 call.
396 call ast
409 call *mds_handler
434 * the trap frame and call tra
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dsupport.s83 call beep_on
86 call wait1ms
88 call beep_off
91 call wait1ms
H A Dsyscons.s79 call put_character
98 call sc_putc
150 call set_attribute
227 call init_screen_normal
230 call init_screen_hireso
247 call init_screen
248 call sc_clean
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm_support.S125 0: call 2f /* create an RSB entry. */
127 call 1b /* capture rogue speculation. */
128 2: call 2f /* create an RSB entry. */
130 call 1b /* capture rogue speculation. */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s52 call waiting
H A Dtst.embedded.s51 call waiting
/freebsd-11-stable/lib/libc/amd64/gen/
H A Drfork_thread.S41 * flags: Flags to rfork system call. See rfork(2).
43 * start_fnc: Address of thread function to call in child.
71 * set-up the call to the internal subroutine. If it
72 * returns, then call __exit.
77 call *%rbx
81 * Exit system call
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_prompt.rb28 @hout = get_std_handle.call(-11)
34 @set_console_txt_attrb.call(@hout,self.win32_colour(new_colour))
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparc_arch.h48 call .Lpic_thunk; \
56 call .+8; \
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxcsu.S43 call main # Invoke client main()
44 call exit # Invoke client exit()
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxcsu.S43 call main # Invoke client main()
44 call exit # Invoke client exit()
/freebsd-11-stable/stand/i386/libi386/
H A Dpxetramp.s28 .byte 0x9a # far call
35 .byte 0x9a # far call
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Decp_nistz256-x86_64.S372 call __ecp_nistz256_mul_montq
385 call __ecp_nistz256_mul_montx
638 call __ecp_nistz256_sqr_montq
649 call __ecp_nistz256_sqr_montx
1616 call __ecp_nistz256_mul_by_2q
1624 call __ecp_nistz256_sqr_montq
1632 call __ecp_nistz256_sqr_montq
1642 call __ecp_nistz256_mul_montq
1643 call __ecp_nistz256_mul_by_2q
1651 call __ecp_nistz256_add_to
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm65 ! Leave some room for a call. Sun leaves 32 octets (to sit on
81 call atexit
86 call atexit, 1
88 call _init, 0
105 call main, 4
107 call exit, 0
109 call _exit, 0
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c50 static enum call_state state_compat(struct call *, enum uni_callstate);
51 static void respond_drop_party_ack(struct call *, struct uni_ie_epref *, u_int);
91 static void unx_send_add_party_rej(struct call *c, struct uni_all *u);
94 set_call_state(struct call *c, enum call_state state)
104 VERBOSE(c->uni, UNI_FAC_CALL, 1, "call %d/%d %s -> %s",
118 * Find the call. Assume, that the cref is one of a message just received.
119 * That is, if the call reference flag is 0 it is his call, if it is 1 it
120 * is my call.
122 struct call *
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl287 call _vpaes_preheat # load the tables
294 call _vpaes_schedule_transform
330 call _vpaes_schedule_round
333 call _vpaes_schedule_mangle # write output
354 call _vpaes_schedule_transform # input transform
361 call _vpaes_schedule_round
363 call _vpaes_schedule_mangle # save key n
364 call _vpaes_schedule_192_smear
365 call _vpaes_schedule_mangle # save key n+1
366 call _vpaes_schedule_roun
[all...]
H A Daesni-x86.pl28 # because function call overhead is higher in 32-bit mode. Largest
188 { &call ("_aesni_encrypt1"); }
207 { &call ("_aesni_decrypt1"); }
461 &call ("_aesni_encrypt6");
491 &call ("_aesni_encrypt6");
503 { &call ("_aesni_encrypt1"); }
508 &call ("_aesni_encrypt2");
514 &call ("_aesni_encrypt3");
521 &call ("_aesni_encrypt4");
561 &call ("_aesni_decrypt
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dvendstat.c182 ib_vendor_call_t call; local
184 memset(&call, 0, sizeof(call));
185 call.mgmt_class = class;
186 call.method = method;
187 call.timeout = ibd_timeout;
188 call.attrid = attr_id;
189 call.mod = attr_mod;
191 if (!ib_vendor_call_via(data, portid, &call, srcport)) {
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dcbc.pl30 # enc_func and dec_func and the functions to call for encrypt/decrypt
122 &mov(&DWP($data_off,"esp","",0), "eax"); # put in array for call
125 &call($enc_func);
149 &call(&label("PIC_point"));
185 &mov(&DWP($data_off,"esp","",0), "eax"); # put in array for call
188 &call($enc_func);
221 &call($dec_func);
264 &call($dec_func);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx_support.S182 call flush_l1d_sw
269 0: call 2f /* create an RSB entry. */
271 call 1b /* capture rogue speculation. */
272 2: call 2f /* create an RSB entry. */
274 call 1b /* capture rogue speculation. */
329 callq *%rdi /* push %rip and call isr */
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl229 &call ("_mul_1x1_mmx"); # a1��b1
234 &call ("_mul_1x1_mmx"); # a0��b0
241 &call ("_mul_1x1_mmx"); # (a0+a1)��(b0+b1)
269 &call ("_mul_1x1_ialu"); # a1��b1
275 &call ("_mul_1x1_ialu"); # a0��b0
283 &call ("_mul_1x1_ialu"); # (a0+a1)��(b0+b1)

Completed in 134 milliseconds

1234567891011>>