Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dpmap-v6.h96 struct pv_entry;
100 TAILQ_HEAD(,pv_entry) pv_list;
137 typedef struct pv_entry { struct
139 TAILQ_ENTRY(pv_entry) pv_next; argument
153 struct pv_entry pc_pventry[_NPCPV];
/f-stack/freebsd/mips/include/
H A Dpmap.h70 struct pv_entry;
75 TAILQ_HEAD(, pv_entry) pv_list;
125 typedef struct pv_entry { struct
127 TAILQ_ENTRY(pv_entry) pv_list; argument
146 struct pv_entry pc_pventry[_NPCPV];
/f-stack/freebsd/i386/include/
H A Dpmap.h160 struct pv_entry;
164 TAILQ_HEAD(,pv_entry) pv_list;
203 typedef struct pv_entry { struct
205 TAILQ_ENTRY(pv_entry) pv_next; argument
219 struct pv_entry pc_pventry[_NPCPV];
/f-stack/freebsd/arm64/include/
H A Dpmap.h64 TAILQ_HEAD(,pv_entry) pv_list;
100 typedef struct pv_entry { struct
102 TAILQ_ENTRY(pv_entry) pv_next; argument
123 struct pv_entry pc_pventry[_NPCPV];
/f-stack/freebsd/amd64/include/
H A Dpmap.h335 struct pv_entry;
343 TAILQ_HEAD(, pv_entry) pv_list; /* (p) */
412 typedef struct pv_entry { struct
414 TAILQ_ENTRY(pv_entry) pv_next; argument
435 struct pv_entry pc_pventry[_NPCPV];
/f-stack/freebsd/contrib/ncsw/user/env/
H A Dxx.c677 struct pv_entry *pv; in XX_PhysToVirt()