vp_entry
static __inline struct vp_entry *
return (struct vp_entry *)(pmap_hpt +
struct vp_entry *hpt;
struct vp_entry *hptp;
for (hptp = (struct vp_entry *)addr, i = pmap_hptsize / 16; i--;)
pmap_hptsize / sizeof(struct vp_entry), addr));