Symbol: pv_entry
sys/arch/alpha/alpha/pmap.c
820
pool_init(&pmap_pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/alpha/include/pmap.h
130
struct pv_entry *pv_next; /* next pv_entry on list */
sys/arch/alpha/include/pmap.h
278
struct pv_entry *pvh_list; /* pv entry list */
sys/arch/amd64/amd64/pmap.c
1090
pmap_enter_pv(struct vm_page *pg, struct pv_entry *pve, struct pmap *pmap,
sys/arch/amd64/amd64/pmap.c
1109
struct pv_entry *
sys/arch/amd64/amd64/pmap.c
1112
struct pv_entry *pve, **prevptr;
sys/arch/amd64/amd64/pmap.c
1655
vaddr_t startva, vaddr_t endva, int flags, struct pv_entry **free_pvs)
sys/arch/amd64/amd64/pmap.c
1657
struct pv_entry *pve;
sys/arch/amd64/amd64/pmap.c
1734
vaddr_t va, int flags, struct pv_entry **free_pvs)
sys/arch/amd64/amd64/pmap.c
1736
struct pv_entry *pve;
sys/arch/amd64/amd64/pmap.c
1818
struct pv_entry *pve;
sys/arch/amd64/amd64/pmap.c
1819
struct pv_entry *free_pvs = NULL;
sys/arch/amd64/amd64/pmap.c
1957
struct pv_entry *pve;
sys/arch/amd64/amd64/pmap.c
2064
struct pv_entry *pve;
sys/arch/amd64/amd64/pmap.c
2101
struct pv_entry *pve;
sys/arch/amd64/amd64/pmap.c
2729
struct pv_entry *pve, *opve = NULL;
sys/arch/amd64/amd64/pmap.c
323
void pmap_enter_pv(struct vm_page *, struct pv_entry *, struct pmap *,
sys/arch/amd64/amd64/pmap.c
335
struct pv_entry *pmap_remove_pv(struct vm_page *, struct pmap *, vaddr_t);
sys/arch/amd64/amd64/pmap.c
344
vaddr_t, int, struct pv_entry **);
sys/arch/amd64/amd64/pmap.c
346
vaddr_t, vaddr_t, int, struct pv_entry **);
sys/arch/amd64/amd64/pmap.c
917
pool_init(&pmap_pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/amd64/include/pmap.h
345
struct pv_entry *pv_next; /* next entry */
sys/arch/amd64/include/pmap.h
512
struct pv_entry;
sys/arch/amd64/include/pmap.h
515
struct pv_entry *pv_list;
sys/arch/arm/arm/pmap7.c
1082
struct pv_entry *pve;
sys/arch/arm/arm/pmap7.c
1346
struct pv_entry *pve;
sys/arch/arm/arm/pmap7.c
1698
struct pv_entry *pv;
sys/arch/arm/arm/pmap7.c
2375
pool_init(&pmap_pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/arm/arm/pmap7.c
2408
pool_setlowat(&pmap_pv_pool, (PAGE_SIZE / sizeof(struct pv_entry)) * 2);
sys/arch/arm/arm/pmap7.c
380
struct pv_entry *pv_next; /* next pv_entry */
sys/arch/arm/arm/pmap7.c
398
void pmap_enter_pv(struct vm_page *, struct pv_entry *,
sys/arch/arm/arm/pmap7.c
400
static struct pv_entry *pmap_find_pv(struct vm_page *, pmap_t, vaddr_t);
sys/arch/arm/arm/pmap7.c
401
struct pv_entry *pmap_remove_pv(struct vm_page *, pmap_t, vaddr_t);
sys/arch/arm/arm/pmap7.c
502
pmap_enter_pv(struct vm_page *pg, struct pv_entry *pve, pmap_t pm,
sys/arch/arm/arm/pmap7.c
527
static __inline struct pv_entry *
sys/arch/arm/arm/pmap7.c
530
struct pv_entry *pv;
sys/arch/arm/arm/pmap7.c
549
struct pv_entry *
sys/arch/arm/arm/pmap7.c
552
struct pv_entry *pve, **prevptr;
sys/arch/arm/arm/pmap7.c
590
struct pv_entry *npv;
sys/arch/arm/arm/pmap7.c
882
struct pv_entry *pv;
sys/arch/arm/arm/pmap7.c
956
struct pv_entry *pv;
sys/arch/arm/arm/pmap7.c
984
struct pv_entry *pv, *npv;
sys/arch/arm/include/pmap.h
502
struct pv_entry *pvh_list; /* pv_entry list */
sys/arch/arm64/include/pmap.h
119
struct pv_entry;
sys/arch/hppa/hppa/pmap.c
1061
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
1110
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
1166
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
1250
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
389
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
402
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
425
static __inline struct pv_entry *
sys/arch/hppa/hppa/pmap.c
428
struct pv_entry *pv;
sys/arch/hppa/hppa/pmap.c
440
pmap_pv_free(struct pv_entry *pv)
sys/arch/hppa/hppa/pmap.c
449
pmap_pv_enter(struct vm_page *pg, struct pv_entry *pve, struct pmap *pm,
sys/arch/hppa/hppa/pmap.c
463
static __inline struct pv_entry *
sys/arch/hppa/hppa/pmap.c
466
struct pv_entry **pve, *pv;
sys/arch/hppa/hppa/pmap.c
645
pool_init(&pmap_pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/hppa/hppa/pmap.c
752
struct pv_entry *pve = NULL;
sys/arch/hppa/hppa/pmap.c
838
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
900
struct pv_entry *pve;
sys/arch/hppa/hppa/pmap.c
988
struct pv_entry *pve;
sys/arch/hppa/include/pmap.h
156
struct pv_entry;
sys/arch/hppa/include/pmap.h
159
struct pv_entry *pvh_list; /* head of list (locked by pvh_mtx) */
sys/arch/hppa/include/pmap.h
62
struct pv_entry *pv_next;
sys/arch/i386/i386/pmap.c
1087
pool_init(&pmap_pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/i386/i386/pmap.c
1190
pmap_enter_pv(struct vm_page *pg, struct pv_entry *pve, struct pmap *pmap,
sys/arch/i386/i386/pmap.c
1211
struct pv_entry *
sys/arch/i386/i386/pmap.c
1214
struct pv_entry *pve, **prevptr;
sys/arch/i386/i386/pmap.c
1708
vaddr_t startva, vaddr_t endva, int flags, struct pv_entry **free_pvs)
sys/arch/i386/i386/pmap.c
1710
struct pv_entry *pve;
sys/arch/i386/i386/pmap.c
1797
struct pv_entry *pve;
sys/arch/i386/i386/pmap.c
1798
struct pv_entry *free_pvs = NULL;
sys/arch/i386/i386/pmap.c
1904
struct pv_entry *pve;
sys/arch/i386/i386/pmap.c
2007
struct pv_entry *pve;
sys/arch/i386/i386/pmap.c
2046
struct pv_entry *pve;
sys/arch/i386/i386/pmap.c
2237
struct pv_entry *pve, *opve = NULL;
sys/arch/i386/i386/pmap.c
466
vaddr_t, vaddr_t, int, struct pv_entry **);
sys/arch/i386/i386/pmapae.c
1142
vaddr_t startva, vaddr_t endva, int flags, struct pv_entry **free_pvs)
sys/arch/i386/i386/pmapae.c
1144
struct pv_entry *pve;
sys/arch/i386/i386/pmapae.c
1225
struct pv_entry *pve;
sys/arch/i386/i386/pmapae.c
1226
struct pv_entry *free_pvs = NULL;
sys/arch/i386/i386/pmapae.c
1333
struct pv_entry *pve;
sys/arch/i386/i386/pmapae.c
1438
struct pv_entry *pve;
sys/arch/i386/i386/pmapae.c
1476
struct pv_entry *pve;
sys/arch/i386/i386/pmapae.c
1669
struct pv_entry *pve, *opve = NULL;
sys/arch/i386/i386/pmapae.c
480
vaddr_t, vaddr_t, vaddr_t, int, struct pv_entry **);
sys/arch/i386/include/pmap.h
131
struct pv_entry *pv_next; /* next entry */
sys/arch/i386/include/pmap.h
161
struct pv_entry *pvpi_pvfree;
sys/arch/i386/include/pmap.h
170
sizeof(struct pv_entry))
sys/arch/i386/include/pmap.h
178
struct pv_entry pvents[PVE_PER_PVPAGE];
sys/arch/i386/include/pmap.h
240
void pmap_enter_pv(struct vm_page *, struct pv_entry *,
sys/arch/i386/include/pmap.h
255
struct pv_entry *pmap_remove_pv(struct vm_page *, struct pmap *, vaddr_t);
sys/arch/i386/include/pmap.h
469
struct pv_entry;
sys/arch/i386/include/pmap.h
472
struct pv_entry *pv_list;
sys/arch/m88k/include/pmap.h
43
typedef struct pv_entry *pv_entry_t;
sys/arch/m88k/include/pmap.h
91
struct pv_entry *pv_next; /* next pv_entry */
sys/arch/m88k/include/pmap.h
97
struct pv_entry pv_ent;
sys/arch/mips64/include/pmap.h
208
struct pv_entry *pv_next; /* next pv_entry */
sys/arch/mips64/include/pmap.h
215
struct pv_entry pv_ent; /* pv list of this seg */
sys/arch/mips64/mips64/pmap.c
391
pool_init(&pmap_pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/riscv64/include/pmap.h
112
struct pv_entry;
sys/arch/sh/include/pmap.h
102
struct pv_entry;
sys/arch/sh/include/pmap.h
104
SLIST_HEAD(, pv_entry) pvh_head;
sys/arch/sh/sh/pmap.c
208
pool_init(&__pmap_pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/sh/sh/pmap.c
441
struct pv_entry *pv;
sys/arch/sh/sh/pmap.c
522
struct pv_entry *pv;
sys/arch/sh/sh/pmap.c
540
SLIST_REMOVE(&pvh->pvh_head, pv, pv_entry, pv_link);
sys/arch/sh/sh/pmap.c
633
struct pv_entry *pv, *head;
sys/arch/sh/sh/pmap.c
71
SLIST_ENTRY(pv_entry) pv_link;
sys/arch/sh/sh/pmap.c
710
struct pv_entry *pv;
sys/arch/sh/sh/pmap.c
810
struct pv_entry *pv;
sys/arch/sh/sh/pmap.c
851
struct pv_entry *pv;
sys/arch/sparc64/include/pmap.h
195
struct pv_entry *pv_next; /* next pv_entry */
sys/arch/sparc64/include/pmap.h
203
struct pv_entry pvent;
sys/arch/sparc64/sparc64/pmap.c
1360
pool_init(&pv_pool, sizeof(struct pv_entry), 0, IPL_VM, 0,
sys/arch/sparc64/sparc64/pmap.c
2867
struct pv_entry *pv;