Home
last modified time | relevance | path

Searched refs:pv_entry (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/sys/
HD_pv_entry.h47 typedef struct pv_entry { struct
49 TAILQ_ENTRY(pv_entry) pv_next; argument
103 struct pv_entry pc_pventry[_NPCPV];
/freebsd-14-stable/sys/powerpc/include/
HDpmap.h224 struct pv_entry { struct
227 TAILQ_ENTRY(pv_entry) pv_link; argument
229 typedef struct pv_entry *pv_entry_t;
237 struct pv_entry pc_pventry[_NPCPV];
252 TAILQ_HEAD(, pv_entry) pv_list; /* (p) */
HDvmparam.h142 struct pv_entry *pvent;
/freebsd-14-stable/sys/arm/include/
HDpmap.h99 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd-14-stable/sys/riscv/include/
HDpmap.h65 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd-14-stable/sys/arm64/include/
HDpmap.h67 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd-14-stable/sys/i386/include/
HDpmap.h161 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd-14-stable/sys/amd64/include/
HDpmap.h308 TAILQ_HEAD(, pv_entry) pv_list; /* (p) */
/freebsd-14-stable/sys/contrib/ncsw/user/env/
HDxx.c677 struct pv_entry *pv; in XX_PhysToVirt()
/freebsd-14-stable/sys/powerpc/booke/
HDpmap.c1066 pvzone = uma_zcreate("PV ENTRY", sizeof(struct pv_entry), NULL, NULL, in mmu_booke_init()
2927 struct pv_entry *pve; in pmap_track_page()