Home
last modified time | relevance | path

Searched refs:intrpc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c45 uint32_t *intrpc) in dtrace_getpcstack() argument
62 if (intrpc != NULL && depth < pcstack_limit) in dtrace_getpcstack()
63 pcstack[depth++] = (pc_t)intrpc; in dtrace_getpcstack()