Symbol: pv_entry
sys/platform/pc64/include/globaldata.h
49
struct pv_entry;
sys/platform/pc64/include/globaldata.h
90
struct pv_entry *gd_newpv;
sys/platform/pc64/include/pmap.h
193
struct pv_entry;
sys/platform/pc64/include/pmap.h
235
RB_PROTOTYPE2(pv_entry_rb_tree, pv_entry, pv_entry,
sys/platform/pc64/include/pmap.h
270
struct pv_entry *pm_pmlpv; /* PV entry for pml4 */
sys/platform/pc64/include/pmap.h
271
struct pv_entry *pm_pmlpv_iso; /* (isolated version) */
sys/platform/pc64/include/pmap.h
273
RB_HEAD(pv_entry_rb_tree, pv_entry) pm_pvroot;
sys/platform/pc64/include/pmap.h
281
struct pv_entry *pm_pvhint_pt; /* pv_entry lookup hint */
sys/platform/pc64/include/pmap.h
282
struct pv_entry *pm_pvhint_unused;
sys/platform/pc64/include/pmap.h
330
RB_ENTRY(pv_entry) pv_entry;
sys/platform/pc64/x86_64/pmap.c
1433
initial_pvs * sizeof (struct pv_entry),
sys/platform/pc64/x86_64/pmap.c
1435
zbootinit(pvzone, "PV ENTRY", sizeof (struct pv_entry),
sys/platform/pc64/x86_64/pmap.c
263
static struct pv_entry *pvinit;
sys/platform/pc64/x86_64/pmap.c
408
RB_GENERATE2(pv_entry_rb_tree, pv_entry, pv_entry,
sys/platform/pc64/x86_64/pmap.c
4124
struct pv_entry dummy_pv;
sys/platform/pc64/x86_64/pmap.c
918
nkpt_phys += howmany(Maxmem * sizeof(struct pv_entry), NBPDR);
sys/platform/vkernel64/include/pmap.h
123
struct pv_entry;
sys/platform/vkernel64/include/pmap.h
128
RB_PROTOTYPE2(pv_entry_rb_tree, pv_entry, pv_entry,
sys/platform/vkernel64/include/pmap.h
133
TAILQ_HEAD(,pv_entry) pv_list;
sys/platform/vkernel64/include/pmap.h
157
RB_HEAD(pv_entry_rb_tree, pv_entry) pm_pvroot;
sys/platform/vkernel64/include/pmap.h
185
TAILQ_ENTRY(pv_entry) pv_list;
sys/platform/vkernel64/include/pmap.h
186
RB_ENTRY(pv_entry) pv_entry;
sys/platform/vkernel64/platform/pmap.c
154
static struct pv_entry *pvinit;
sys/platform/vkernel64/platform/pmap.c
197
RB_GENERATE2(pv_entry_rb_tree, pv_entry, pv_entry,
sys/platform/vkernel64/platform/pmap.c
598
pvinit = (struct pv_entry *)
sys/platform/vkernel64/platform/pmap.c
600
initial_pvs * sizeof (struct pv_entry),
sys/platform/vkernel64/platform/pmap.c
602
zbootinit(pvzone, "PV ENTRY", sizeof (struct pv_entry), pvinit,