Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c566 struct hat *hatp; in do_va2pa() local
582 hatp = as.a_hat; in do_va2pa()
584 hatp = khat; in do_va2pa()
590 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) { in do_va2pa()
719 struct hat *hatp; in do_report_maps() local
736 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) { in do_report_maps()
740 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) { in do_report_maps()
765 if (hatp != khat && in do_report_maps()
774 "hat=%p htable=%p\n", hatp, ht); in do_report_maps()
795 if (hatp != khat && in do_report_maps()
[all …]
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dswtch.s128 #define GET_THREAD_HATP(hatp, thread_t, scratch_reg) \ argument
129 movq T_PROCP(thread_t), hatp; \
130 movq P_AS(hatp), scratch_reg; \
131 movq A_HAT(scratch_reg), hatp
194 #define GET_THREAD_HATP(hatp, thread_t, scratch_reg) \ argument
195 movl T_PROCP(thread_t), hatp; \
196 movl P_AS(hatp), scratch_reg; \
197 movl A_HAT(scratch_reg), hatp
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c147 sfmmu_t *hatp; in sfmmu_vtop_common() local
157 hatp = masp->a_hat; in sfmmu_vtop_common()
159 SFMMU_VTOP_DBG_DBG("hatp=%p addr=%p masp=%p\n", hatp, addr, masp); in sfmmu_vtop_common()
161 if (mdb_vread(mhatp, sizeof (mhat), (uintptr_t)hatp) == -1) { in sfmmu_vtop_common()
162 mdb_warn("couldn't read hat at %p\n", hatp); in sfmmu_vtop_common()
170 ret = sfmmu_vtop_impl(addr, hatp, mhatp, pap); in sfmmu_vtop_common()
/titanic_41/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c529 uintptr_t hatp; in xkb_as_to_mfn() local
533 if (!xkb_read_word(xkb, asp + offsetof(struct as, a_hat), &hatp)) in xkb_as_to_mfn()
535 if (!xkb_read_word(xkb, hatp + xkb->xkb_info.di_hat_htable_off, in xkb_as_to_mfn()