Searched refs:hatp (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 566 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/uts/intel/ia32/ml/ |
H A D | swtch.s | 129 #define GET_THREAD_HATP(hatp, thread_t, scratch_reg) \ 130 movq T_PROCP(thread_t), hatp; \ 131 movq P_AS(hatp), scratch_reg; \ 132 movq A_HAT(scratch_reg), hatp 195 #define GET_THREAD_HATP(hatp, thread_t, scratch_reg) \ 196 movl T_PROCP(thread_t), hatp; \ 197 movl P_AS(hatp), scratch_reg; \ 198 movl A_HAT(scratch_reg), hatp
|
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | sfmmu.c | 147 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 D | mdb_kb.c | 529 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 289 milliseconds