hpt_entry
static inline struct hpt_entry *pmap_hash(pmap_t, vaddr_t);
struct hpt_entry *hpt, *ehpt;
hpt = (struct hpt_entry *)pmap_hpt;
ehpt = (struct hpt_entry *)((int)hpt + pmap_hptsize);
static inline struct hpt_entry *
return (struct hpt_entry *)(pmap_hpt +
struct hpt_entry *hpt;
struct hpt_entry *hptp;
hptp = (struct hpt_entry *)addr;
for (i = pmap_hptsize / sizeof(struct hpt_entry); i--; ) {
pmap_hptsize / sizeof(struct hpt_entry), addr, 0,