Searched refs:pc_t (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks_i386.c135 typedef void *pc_t; typedef
140 #define DECL_PC(pc) pc_t pc;
161 void usld_lock_pre(usimple_lock_t, pc_t);
162 void usld_lock_post(usimple_lock_t, pc_t);
163 void usld_unlock(usimple_lock_t, pc_t);
164 void usld_lock_try_pre(usimple_lock_t, pc_t);
165 void usld_lock_try_post(usimple_lock_t, pc_t);
442 void usl_trace(usimple_lock_t, int, pc_t, const char *);
495 pc_t pc)
534 pc_t p
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c657 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
678 pcstack[depth++] = (pc_t)intrpc;
716 pcstack[depth++] = (pc_t)caller;
721 pcstack[depth++] = (pc_t)pc;
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h522 typedef uintptr_t pc_t; typedef
H A Ddtrace_impl.h1327 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c3146 pc_t caller[2];
3162 pc_t caller;
6817 dtrace_getpcstack((pc_t *)(tomax + valoffs),
6818 size / sizeof (pc_t), probe->dtpr_aframes,
6822 dtrace_getpcstack((pc_t *)(tomax + valoffs),
6823 size / sizeof (pc_t), probe->dtpr_aframes,
10852 size = nframes * sizeof (pc_t);

Completed in 104 milliseconds