Searched refs:hpte (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libkvm/
H A Dkvm_private.h107 struct hpte { struct
108 struct hpte *next;
116 struct hpte *hpt_head[HPT_SIZE];
H A Dkvm.c312 struct hpte *hpte; local
317 hpte = malloc(sizeof(*hpte));
318 hpte->pa = pa;
319 hpte->off = off;
320 hpte->next = hpt->hpt_head[fnv];
321 hpt->hpt_head[fnv] = hpte;
352 struct hpte *hpte; local
367 struct hpte *hpte, *next; local
[all...]

Completed in 101 milliseconds