Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A D_pv_entry.h47 typedef struct pv_entry { struct
49 TAILQ_ENTRY(pv_entry) pv_next; argument
103 struct pv_entry pc_pventry[_NPCPV];
/freebsd/sys/powerpc/include/
H A Dpmap.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) */
H A Dvmparam.h144 struct pv_entry *pvent;
/freebsd/sys/arm/include/
H A Dpmap.h96 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd/sys/riscv/include/
H A Dpmap.h65 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd/sys/arm64/include/
H A Dpmap.h69 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd/sys/i386/include/
H A Dpmap.h158 TAILQ_HEAD(,pv_entry) pv_list;
/freebsd/sys/amd64/include/
H A Dpmap.h305 TAILQ_HEAD(, pv_entry) pv_list; /* (p) */
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c677 struct pv_entry *pv; in XX_PhysToVirt()