Searched refs:call (Results 126 - 150 of 318) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkmdb_start.s74 call kmdb_main
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s52 call waiting
H A Dtst.embedded.s51 call waiting
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh53 call __dtrace_test___fire
61 call test
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dstyle2-with-badness.s32 call printf
H A Dstyle2-with-r12.s33 call printf
H A Dstyle2-with-r13.s33 call printf
H A Dstyle2.s32 call printf
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dhyperevent.s80 * We will construct a fully fledged 'struct regs' and call trap
143 call trap /* trap(rp, addr, cpuid) handles all trap */
186 call trap /* trap(rp, addr, cpuid) handles all traps */
214 call xen_callback_handler
240 call xen_callback_handler
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_crt.s72 call *%eax
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c112 short call; member in struct:__anon2660
819 look->call = -1;
828 if (p->call < 0)
836 if (look->call >= 0)
838 look->call = p->call;
844 num.call = p->call;
867 error(-2, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, look->call, flag
947 char* call; local
1515 char* call; local
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A D__reduction.s78 call PIC_F(__rem_pio2) / call __rem_pio2(x,&y)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dapm.S31 call EXT_C(prot_to_real)
118 DATA32 call EXT_C(real_to_prot)
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c59 struct t_call *call; member in union:structptrs
123 if ((p.call = calloc(1, sizeof (struct t_call))) == NULL)
126 if (_alloc_buf(&p.call->addr,
138 if (_alloc_buf(&p.call->opt, optsize,
145 if (_alloc_buf(&p.call->udata, (t_scalar_t)dsize,
150 return ((char *)p.call);
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s84 call __dtrace_probe___sched_off__cpu ! DTrace probe
96 ! Read fprs, call fp_save if FPRS_FEF set.
120 call fp_save
144 call fp_save ! doesn't touch globals
154 brz,pt %g3, 2f ! skip call when zero
156 call savectx
228 ! call sfmmu_setctx_sec
230 ! call sfmmu_alloc_ctx
250 call sfmmu_setctx_sec ! switch to kernel context
262 call sfmmu_alloc_ct
[all...]
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s92 call 2f ! get PIC for PIC work
95 ! the stack. Note that we will call ld.so with an entry vector that causes
148 call __rtld ! call it
153 jmpl %o0, %g0 ! call main program
167 call f.WRITE ! write(2, buf, %o2)
170 call 1f ! get PC
175 call f.WRITE ! write it out
222 t 0x8 ! call the system call
[all...]
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s40 call _thrp_terminate
44 /* All we need to do now is (carefully) call lwp_exit(). */
91 call *%rcx
101 * don't normally have to call __getcontext() to get the signal mask.
167 call __csigsetjmp
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.s104 * this is the last server thread - call creation func for more
107 call door_depletion_cb
120 call _thrp_terminate
125 * Error during door_return call. Repark the thread in the kernel if
138 call getpid
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s38 call _thrp_terminate ! %o0 contains the return value
45 ! All we need to do now is (carefully) call lwp_exit().
154 * don't normally have to call __getcontext() to get the signal mask.
172 call __csigsetjmp
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h57 #define DEF_STKSIZE 100 /* default call stack size */
85 struct call { struct
150 extern struct call *Cp;
151 extern struct call *callst;
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s117 call startup_kernel
191 call *%esi
209 call *%rsi
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h71 call _mcount; \
93 call _mcount; \
106 call _mcount; \
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S231 int $0x10 # call BIOS, print char in %al
273 pushl %eax # Emulate a near call
274 movl $0x1, %eax # 'exec' system call
275 int $INT_SYS # BTX system call
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.s187 call map_copy
192 call map_copy
199 call copy_sections
282 call map_copy
286 call map_copy
296 call copy_sections
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dmachprivregs.h99 call panic; \
134 call panic; \
466 * across a function call -- in particular, %esi and %edi MUST be saved!
517 call HYPERVISOR_fpu_taskswitch; \
523 call HYPERVISOR_fpu_taskswitch; \
530 call HYPERVISOR_fpu_taskswitch; \
535 call HYPERVISOR_fpu_taskswitch; \

Completed in 148 milliseconds

1234567891011>>