Searched refs:hpte (Results 1 – 4 of 4) sorted by relevance
59 struct hpte { struct60 struct hpte *next; argument79 struct hpte *hpte; in hpt_insert() argument84 hpte = malloc(sizeof(*hpte)); in hpt_insert()85 hpte->pa = pa; in hpt_insert()86 hpte->off = off; in hpt_insert()87 hpte->next = kd->vmst->hpt_head[fnv]; in hpt_insert()88 kd->vmst->hpt_head[fnv] = hpte; in hpt_insert()94 struct hpte *hpte; in hpt_find() local99 for (hpte = kd->vmst->hpt_head[fnv]; hpte != NULL; hpte = hpte->next) in hpt_find()[all …]
60 struct hpte { struct61 struct hpte *next; argument80 struct hpte *hpte; in hpt_insert() argument85 hpte = malloc(sizeof(*hpte)); in hpt_insert()86 hpte->pa = pa; in hpt_insert()87 hpte->off = off; in hpt_insert()88 hpte->next = kd->vmst->hpt_head[fnv]; in hpt_insert()89 kd->vmst->hpt_head[fnv] = hpte; in hpt_insert()95 struct hpte *hpte; in hpt_find() local100 for (hpte = kd->vmst->hpt_head[fnv]; hpte != NULL; hpte = hpte->next) in hpt_find()[all …]
58 struct hpte { struct59 struct hpte *next; argument78 struct hpte *hpte; in hpt_insert() local83 hpte = malloc(sizeof(*hpte)); in hpt_insert()84 hpte->pa = pa; in hpt_insert()85 hpte->off = off; in hpt_insert()86 hpte->next = kd->vmst->hpt_head[fnv]; in hpt_insert()87 kd->vmst->hpt_head[fnv] = hpte; in hpt_insert()93 struct hpte *hpte; in hpt_find() local98 for (hpte = kd->vmst->hpt_head[fnv]; hpte != NULL; hpte = hpte->next) { in hpt_find()[all …]
56 struct hpte { struct57 struct hpte *next; argument76 struct hpte *hpte; in hpt_insert() argument81 hpte = malloc(sizeof(*hpte)); in hpt_insert()82 hpte->pa = pa; in hpt_insert()83 hpte->off = off; in hpt_insert()84 hpte->next = kd->vmst->hpt_head[fnv]; in hpt_insert()85 kd->vmst->hpt_head[fnv] = hpte; in hpt_insert()91 struct hpte *hpte; in hpt_find() local96 for (hpte = kd->vmst->hpt_head[fnv]; hpte != NULL; hpte = hpte->next) { in hpt_find()[all …]