Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/sparc/modules/genunix/
H A Dgcore_isadep.c33 gcore_prfetchinstr(mdb_klwp_t *lwp, ulong_t *ip) in gcore_prfetchinstr() function
/titanic_50/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c29 gcore_prfetchinstr(mdb_klwp_t *lwp, ulong_t *ip) in gcore_prfetchinstr() function
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h272 extern int gcore_prfetchinstr(mdb_klwp_t *, ulong_t *);
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1274 else if (!gcore_prfetchinstr(lwp, &instr)) in gcore_prgetlwpstatus()