Searched refs:call (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_call.c81 thread_call_t call);
84 thread_call_t call,
87 thread_call_t call,
91 thread_call_t call,
98 thread_call_t call,
131 thread_call_t call; local
155 call = internal_call_storage;
156 call < &internal_call_storage[internal_call_count];
157 call++) {
159 enqueue_tail(&thread_call_internal_queue, qe(call));
175 thread_call_setup( thread_call_t call, thread_call_func_t func, thread_call_param_t param0) argument
193 thread_call_t call; local
212 _internal_call_release( thread_call_t call) argument
232 _pending_call_enqueue( thread_call_t call, thread_call_group_t group) argument
258 _delayed_call_enqueue( thread_call_t call, thread_call_group_t group, uint64_t deadline) argument
283 _call_dequeue( thread_call_t call, thread_call_group_t group) argument
306 _set_delayed_call_timer( thread_call_t call, thread_call_group_t group) argument
331 thread_call_t call; local
376 thread_call_t call; local
417 thread_call_t call; local
463 thread_call_t call; local
531 thread_call_t call = zalloc(thread_call_zone); local
544 thread_call_free( thread_call_t call) argument
576 thread_call_enter( thread_call_t call) argument
602 thread_call_enter1( thread_call_t call, thread_call_param_t param1) argument
638 thread_call_enter_delayed( thread_call_t call, uint64_t deadline) argument
663 thread_call_enter1_delayed( thread_call_t call, thread_call_param_t param1, uint64_t deadline) argument
697 thread_call_cancel( thread_call_t call) argument
724 thread_call_is_delayed( thread_call_t call, uint64_t *deadline) argument
815 thread_call_t call; local
925 thread_call_t call; local
[all...]
H A Dtimer_call.h46 timer_call_t call,
50 timer_call_t call,
55 timer_call_t call);
64 timer_call_t call,
H A Dtimer_call.c60 timer_call_t call,
64 call_entry_setup(call, func, param0);
154 timer_call_t call,
165 old_queue = call_entry_enqueue_deadline(call, queue, deadline);
167 call->param1 = NULL;
177 timer_call_t call,
189 old_queue = call_entry_enqueue_deadline(call, queue, deadline);
191 call->param1 = param1;
201 timer_call_t call)
209 old_queue = call_entry_dequeue(call);
59 timer_call_setup( timer_call_t call, timer_call_func_t func, timer_call_param_t param0) argument
153 timer_call_enter( timer_call_t call, uint64_t deadline) argument
176 timer_call_enter1( timer_call_t call, timer_call_param_t param1, uint64_t deadline) argument
200 timer_call_cancel( timer_call_t call) argument
228 timer_call_t call; local
254 timer_call_t call; local
[all...]
H A Dthread_call.h49 thread_call_t call);
52 thread_call_t call,
56 thread_call_t call,
60 thread_call_t call,
65 thread_call_t call);
72 thread_call_t call);
85 thread_call_t call,
100 thread_call_t call,
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h66 call mcount ;\
73 * Prologue for functions that may call other functions. Saves
90 * Prologue for functions that do not call other functions. Does not
267 call 1f ; \
274 call %edx
304 call 1f ; \
314 #define CALL_EXTERN(func) call func
315 #define CALL_EXTERN_AGAIN(func) call func
/macosx-10.5.8/xnu-1228.15.4/libsyscall/custom/
H A D__fork.s132 UNIX_SYSCALL_TRAP // do the system call
148 // we have forked. To do this we call __dyld_fork_child in the dyanmic
163 call 1f
167 call __dyld_func_lookup
169 call *%eax // call __dyld_fork_child indirectly
195 UNIX_SYSCALL_TRAP // do the system call
211 // we have forked. To do this we call __dyld_fork_child in the dyanmic
226 call __dyld_func_lookup
227 call *
[all...]
H A D__getpid.s79 call 0f ; \
H A DSYS.h32 * Definition of the user side of the UNIX system call interface
118 * %ecx across the call, or return a 64-bit value in %eax:%edx. sysenter is used
122 #define UNIX_SYSCALL_SYSENTER call __sysenter_trap
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmp.h157 * This call returns when the function has been run on all specified cpus.
158 * The return value is the number of cpus on which the call was made.
274 call EXT(kernel_preempt_check) ; \
288 call EXT(_disable_preemption); \
296 call EXT(_enable_preemption); \
304 call EXT(_enable_preemption_no_check); \
312 call EXT(_mp_disable_preemption); \
320 call EXT(_mp_enable_preemption); \
328 call EXT(_mp_enable_preemption_no_check); \
H A Dcswitch.s93 call EXT(thread_continue)
135 call *%ebx /* call real continuation */
165 call *%ebx /* call routine to run */
H A Dmcount.s50 // Skip if nested, otherwise set the flag and call the C mount().
62 call _mcount // call the C mcount
H A Di386_lock.s146 call EXT(panic) ; \
164 call EXT(panic) ; \
178 call EXT(panic) ; \
195 call EXT(panic) ; \
209 call EXT(panic) ; \
218 call EXT(meter_simple_lock) ; \
223 call EXT(meter_simple_unlock) ; \
294 call *_lockstat_probe ; \
316 call *_lockstat_probe ; \
360 movl $1,%eax /* In case this was a timeout call */
[all...]
H A Dasm.h161 call *(%eax);
164 #define MCOUNT ; call mcount;
216 #define Gcall(func) call func
230 #define Gload call 9f; 9: popl %ebx; addl $_GLOBAL_OFFSET_TABLE_+[.-9b],%ebx
231 #define Gcall(func) call EXT(func)@PLT
245 #define Gcall(func) call *9f; .data; .align ALIGN; 9: .long func; .text
H A Dmp_slave_boot.s108 call EXT(slave_real_to_prot)
111 call EXT(slave_startprog)
H A Dlocore.s126 call EXT(fn) ;\
134 call EXT(fn) ;\
143 call EXT(fn) ;\
159 call EXT(fn) ;\
462 call EXT(db_tss_to_frame)
464 call EXT(db_trap_from_asm)
495 call *%eax /* call continuation */
499 call EXT(thread_terminate)
548 CCALL1(user_trap, %ebx) /* call use
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dkrpc_subr.c107 int32_t rp_direction; /* call direction (0) */
118 int32_t rp_direction; /* call direction (1) */
156 u_int32_t prog; /* call program */
157 u_int32_t vers; /* call version */
158 u_int32_t proto; /* call protocol */
159 u_int32_t port; /* call port (unused) */
203 * Do a remote procedure call (RPC) and wait for its reply.
217 struct rpc_call *call; local
325 len = sizeof(*call);
341 call
[all...]
H A Dnfs_boot.c79 * removed AUTONETMASK call (ifdef'd out)
81 * - use the default route from the bpwhoami call, enabled autonetmask
237 * call because we do not yet know our netmask.
238 * The server address returned by the WHOAMI call
430 * after this call is complete. Have to use PMAP_PROC_CALL
432 * know about us (don't want to broadcast a getport call).
447 } *call; local
461 msg_len = sizeof(*call);
469 call = mbuf_data(m);
470 call
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage_gettimeofday.s51 call *%eax /* get ns in %edx:%eax */
102 call *%rax // get %rax <- nanotime(), preserving %r9, %r10 and %r11
H A Dlongcopy_sse3x_64.s70 // The recursive call returns with the source and dest ptrs properly updated.
76 call *%rax
205 call *%rax
H A Dlongcopy_sse3x.s78 call *%eax // align the destination
211 call *%eax // align the destination
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dsyscall_sw.h65 * Software interrupt codes for 32-bit system call entry:
82 * Macro to generate Mach call stubs in libc:
88 call __sysenter_trap ;\
104 * Macro to generate Mach call stubs in Libc.
121 * Syscall classes for 64-bit system call entry.
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c237 * dtrace_CRED() can be called from probe context. We cannot simply call kauth_cred_get() since
306 timer_call_t call,
312 timer_call_t call,
318 timer_call_t call);
324 struct call_entry call; member in struct:wrap_timer_call
339 timer_call_enter1( &(wrapTC->call), (void *)wrapTC, wrapTC->deadline );
341 /* Did timer_call_remove_cyclic request a wakeup call when this timer call was re-armed? */
351 timer_call_setup( &(wrapTC->call), _timer_call_apply_cyclic, NULL );
361 timer_call_enter1( &(wrapTC->call), (voi
569 thread_call_t call = thread_call_allocate(func, NULL); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_exception.s35 * Interrupt, trap, system call and debugger entry. Each has it's own
185 /* call trap handler proper, with
321 LEXT(shandler) ; System call handler
328 rlwinm r15,r0,0,0,19 ; Clear the bottom of call number for fast check
428 beq-- ppcscall ; Call the ppc-only system call handler...
433 blt-- .L_kernel_syscall ; System call number if negative, this is a mach call...
436 cmpwi cr0,r0,0x7FFA ; Special blue box call?
437 beq-- .L_notify_interrupt_syscall ; Yeah, call it...
472 ; Handle PPC-only system call interfac
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Duser.h105 user_addr_t uu_arg[8]; /* arguments to current system call */
128 kevent_callback_t call; /* per-event callback */ member in struct:uthread::__anon417::_kevent_scan
129 kevent_continue_t cont; /* whole call continuation */
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s449 * Pointer that the compiler uses to call to the appropriate mcount function.
798 call *V_alloc_pages(%ebx) /* allocate some memory */
834 call *V_alloc_pages(%ebx) /* allocate some memory */
874 call EXT(_profile_alloc_asm)
984 call EXT(_profile_alloc_asm) /* allocate a new record */
989 movl $1,P_count(%eax) /* call count */
1002 * call graph (caller + callee) is called. The function label is passed in
1043 SDINC(V_cnt(%ebx)) /* bump profile call counter (double int) */
1048 je LCL(gnew) /* skip if first call */
1052 /* See if this call ar
[all...]

Completed in 144 milliseconds

123