Lines Matching defs:hat
63 struct hat *hat, struct seg *seg, caddr_t addr,
719 struct hat *hat, struct seg *seg, caddr_t addr,
741 if (hat == NULL) {
744 * a null hat i.e. use the first hat on the
745 * address space hat list which by convention is
746 * the hat of the system MMU. At alternative
750 hat = seg->s_as->a_hat;
751 cmn_err(CE_NOTE, "rootnex_map_fault: nil hat");
753 hat_devload(hat, addr, MMU_PAGESIZE, pfn, prot | sdp->hat_attr,