Searched refs:hatp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 543 struct hat *hatp; in do_va2pa() local 559 hatp = as.a_hat; in do_va2pa() 561 hatp = khat; in do_va2pa() 567 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) { in do_va2pa() 696 struct hat *hatp; in do_report_maps() local 711 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) { in do_report_maps() 715 if (mdb_vread(&hat, sizeof (hat), (uintptr_t)hatp) == -1) { in do_report_maps() 740 if (hatp != khat && in do_report_maps() 749 "hat=%p htable=%p\n", hatp, ht); in do_report_maps() 770 if (hatp != khat && in do_report_maps() [all …]
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | swtch.S | 118 #define GET_THREAD_HATP(hatp, thread_t, scratch_reg) \ argument 119 movq T_PROCP(thread_t), hatp; \ 120 movq P_AS(hatp), scratch_reg; \ 121 movq A_HAT(scratch_reg), hatp
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 529 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()
|