Searched defs:hatp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c566 struct hat *hatp; local
582 hatp = as.a_hat;
584 hatp = khat;
590 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) {
719 struct hat *hatp; local
736 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) {
740 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) {
765 if (hatp !
859 struct hat *hatp; local
977 do_htables_dcmd(hat_t *hatp) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c147 sfmmu_t *hatp; local
157 hatp = masp->a_hat;
159 SFMMU_VTOP_DBG_DBG("hatp=%p addr=%p masp=%p\n", hatp, addr, masp);
161 if (mdb_vread(mhatp, sizeof (mhat), (uintptr_t)hatp) == -1) {
162 mdb_warn("couldn't read hat at %p\n", hatp);
170 ret = sfmmu_vtop_impl(addr, hatp, mhatp, pap);
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c529 uintptr_t hatp; local
533 if (!xkb_read_word(xkb, asp + offsetof(struct as, a_hat), &hatp))
535 if (!xkb_read_word(xkb, hatp + xkb->xkb_info.di_hat_htable_off,

Completed in 51 milliseconds