Home
last modified time | relevance | path

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

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