Home
last modified time | relevance | path

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

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