Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c543 struct hat *hatp; in do_va2pa() local
559 hatp = as.a_hat; in do_va2pa()
561 hatp = khat; 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()
740 if (hatp != khat && in do_report_maps()
770 if (hatp != khat && in do_report_maps()
788 hatp, (caddr_t)base); in do_report_maps()
830 struct hat *hatp; in do_ptable_dcmd() local
845 for (hatp = khat; hatp != NULL; hatp = hat.hat_next) { in do_ptable_dcmd()
[all …]
/illumos-gate/usr/src/uts/intel/ml/
H A Dswtch.S118 #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 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()