Searched defs:hpt_entry (Results 1 – 1 of 1) sorted by relevance
111 struct hpt_entry { struct112 u_int hpt_valid:1, /* Valid bit */113 hpt_vpn:15, /* Virtual Page Number */114 hpt_space:16; /* Space ID */115 u_int hpt_tlbprot; /* prot/access rights (for TLB load) */116 u_int hpt_tlbpage; /* physical page (<<5 for TLB load) */117 struct pv_entry *hpt_next; /* Pointer to associated hash list */