Searched refs:call (Results 201 - 225 of 318) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s60 * We implement two flavours of system call entry points
66 * do fast (simple) version of the system call; if we can't we use various
69 * To reduce the amount of assembler replication, yet keep the system call
133 * normal system call path.
159 call *12(%esp) /* call callback in scratch */ ;\
168 call syscall_mstate; \
207 call panic; \
301 * System call handler. This is the destination of both the call
[all...]
H A Dmpcore.s55 * - call mp_startup(void) indirectly through the T_PC
274 * %edx, then call wrmsr.
326 * Complete the rest of the setup and call mp_startup().
329 call *T_PC(%rax) /* call mp_startup */
427 call *T_PC(%eax) /* call mp_startup */
518 call *T_PC(%eax) /* call mp_startup */
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dexception.s173 call kdi_dreg_get
177 call kdi_dreg_set /* 0 -> %db6 */
189 call kdi_dreg_get
194 call kdi_dreg_set /* 0 -> %dr6 */
293 call av_dispatch_nmivect
322 call av_dispatch_nmivect
399 call dtrace_invop
524 call dtrace_invop
883 call trap
1169 call cmi_mca_tra
[all...]
H A Di86_subr.s102 call smap_disable /* allow user accesses */
111 call smap_enable /* disallow user accesses */
120 call smap_enable /* disallow user accesses */
141 call longjmp /* let longjmp do the rest */
184 call longjmp
1045 call panic
1072 call panic
1129 * routine can call wakeup. Devices that interrupt from higher
1183 call do_splx; /* invoke common splx code */ \
1189 call spl
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwsncmp.s96 jmp wcsncmp / tail call into wcsncmp
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.s93 call _fref_(wcschr)
H A Dwsncmp.s112 call _fref_(wcsncmp)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafter.s112 call PIC_F(_SVID_libm_err)
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c489 DBusPendingCall *call; local
507 msg, &call, INT_MAX))
511 if (call == NULL)
522 dbus_pending_call_set_notify(call, call_notify, hd, free);
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s71 * to handle. We then call _rtld - on return we jump to the entry
148 call _setup@PLT
H A Dboot_elf.s120 * -16(%rbp) store call destination
257 * prepare for call to la_pltenter
266 call audit_pltenter@PLT
273 * before we call the actual routine. Instead we
357 * In order to call the destination procedure and then return
456 call *SPDESTOFF(%rbp)
461 / prepare for call to audit_pltenter()
469 call audit_pltexit@PLT
504 * We got here because a call to a function resolved to a procedure
506 * in turn did a call t
[all...]
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s92 * This could be better done as a kernel call. This is necessary to
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s101 call sfmmu_mp_startup
114 call %o0
144 call %o0
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S124 call putstr # display the welcome message
129 call putstr # display the message
148 call read # Read it in
164 call lookup # Try to find file
188 call error
201 call read # Read it in
211 call seta20 # Turn A20 on
216 call putstr # relocation message
294 call putstr # jump message
307 call putst
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c55 * routine for processing a system call. Each row contains the
338 * These take the name string of the system call even though that isn't
342 * These system calls return the longlong_t return value and must call
357 #define SYSENT_C(name, call, narg) \
358 { (narg), SE_64RVAL, NULL, NULL, (llfcn_t)(call) }
361 #define SYSENT_CI(name, call, narg) \
362 { (narg), SE_32RVAL1, NULL, NULL, (llfcn_t)(call) }
365 #define SYSENT_2CI(name, call, narg) \
366 { (narg), SE_32RVAL1|SE_32RVAL2, NULL, NULL, (llfcn_t)(call) }
375 #define SYSENT_AP(name, call, nar
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dcerror.s47 call maperror,0
/illumos-gate/usr/src/lib/libbc/sparc/inc/sparc/
H A Dasm_linkage.h83 call mcount; \
94 call mcount; \
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c46 bugout(char const *call) argument
50 call);
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s38 9: call 8f; \
64 * When we get here, %g1 should contain the system call and
111 * Look up the system call's entry in the sysent table
122 * Look up the system call's entry in the sysent table,
131 * number is the first parameter to the indirect system call.
148 * Setup arguments for our emulation call. Our input arguments,
149 * 0 to N, will become emulation call arguments 1 to N+1.
189 call %l2
215 * it's possible that %g5 was overwritten by a nested call into
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dtraptrace.h232 call getpcstack; \
263 call getpcstack; \
284 #define TT_SYSCALL 0xaa /* system call via lcall */
285 #define TT_SYSENTER 0xab /* system call via sysenter */
286 #define TT_SYSC 0xad /* system call via syscall (32-bit) */
287 #define TT_SYSC64 0xae /* system call via syscall (64-bit) */
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.s573 call panic ! %o1 has the fsr w/ftt value
590 call panic
594 call fp_kstat_update ! fp_kstat_update(ftt)
600 call fp_precise ! fp_precise(&regs)
656 call panic ! %o1 has the fsr w/ftt value
673 call panic
677 call fp_kstat_update ! fp_kstat_update(ftt)
710 call panic ! panic if no cexc bit set
714 call fpu_trap ! fpu_trap(&regs, addr, type, code)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile65 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
66 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dlshiftl.s46 cmp %o4,8 ! 'unimp 8' indicating a valid call.
/illumos-gate/usr/src/lib/libc/sparc/inc/
H A DSYS.h46 * cycles, so we use the usual side-effect of 'call' instead.
50 9: call 8f; \
83 * SYSFASTTRAP provides the fast system call trap sequence. It assumes
164 * SYSCALL provides the standard (i.e.: most common) system call sequence.
177 * SYSCALL64 provides the standard (i.e.: most common) system call sequence
186 * SYSCALL_RESTART provides the most common restartable system call sequence.
201 * SYSCALL2 provides a common system call sequence when the entry name
215 * SYSCALL2_RESTART provides a common restartable system call sequence when the
231 * SYSCALL_NOERROR provides the most common system call sequence for those
/illumos-gate/usr/src/lib/libc/sparcv9/inc/
H A DSYS.h46 * cycles, so we use the usual side-effect of 'call' instead.
50 9: call 8f; \
81 * SYSFASTTRAP provides the fast system call trap sequence. It assumes
155 * SYSCALL provides the standard (i.e.: most common) system call sequence.
168 * SYSCALL_RESTART provides the most common restartable system call sequence.
183 * SYSCALL2 provides a common system call sequence when the entry name
197 * SYSCALL2_RESTART provides a common restartable system call sequence when the
213 * SYSCALL_NOERROR provides the most common system call sequence for those

Completed in 115 milliseconds

1234567891011>>