Lines Matching defs:htable
54 uint16_t hm_entry; /* index of pte in htable */
70 * The hment reserve is similar to the htable reserve, with the following
223 * victimizing a mapping in a user htable.
353 hment_prepare(htable_t *htable, uint_t entry, page_t *pp)
384 /* should point to htable */
392 if (pp->p_mapping == htable && pp->p_mlentry == entry) {
446 * Record a mapping list entry for the htable/entry to the given page.
451 hment_assign(htable_t *htable, uint_t entry, page_t *pp, hment_t *hm)
465 pp->p_mapping = htable;
479 hm->hm_htable = htable;