Home
last modified time | relevance | path

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

/trueos/sys/mips/include/
HDpmap.h68 struct pv_entry;
73 TAILQ_HEAD(, pv_entry) pv_list;
121 typedef struct pv_entry { struct
123 TAILQ_ENTRY(pv_entry) pv_list; argument
142 struct pv_entry pc_pventry[_NPCPV];
/trueos/sys/ia64/include/
HDpmap.h66 struct pv_entry;
70 TAILQ_HEAD(,pv_entry) pv_list;
103 typedef struct pv_entry { struct
105 TAILQ_ENTRY(pv_entry) pv_list; argument
/trueos/sys/amd64/include/
HDpmap.h280 struct pv_entry;
284 TAILQ_HEAD(,pv_entry) pv_list;
345 typedef struct pv_entry { struct
347 TAILQ_ENTRY(pv_entry) pv_next; argument
361 struct pv_entry pc_pventry[_NPCPV];
/trueos/sys/powerpc/include/
HDpmap.h192 struct pv_entry { struct
195 TAILQ_ENTRY(pv_entry) pv_link; argument
197 typedef struct pv_entry *pv_entry_t;
200 TAILQ_HEAD(, pv_entry) pv_list;
HDvmparam.h121 struct pv_entry *pvent;
/trueos/sys/i386/include/
HDpmap.h366 struct pv_entry;
370 TAILQ_HEAD(,pv_entry) pv_list;
410 typedef struct pv_entry { struct
412 TAILQ_ENTRY(pv_entry) pv_next; argument
426 struct pv_entry pc_pventry[_NPCPV];
/trueos/sys/arm/include/
HDpmap.h123 struct pv_entry;
132 TAILQ_HEAD(,pv_entry) pv_list;
165 TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
193 typedef struct pv_entry { struct
195 TAILQ_ENTRY(pv_entry) pv_list; argument
199 TAILQ_ENTRY(pv_entry) pv_plist; argument
216 struct pv_entry pc_pventry[_NPCPV];
/trueos/sys/arm/arm/
HDpmap.c1260 struct pv_entry *pv; in pmap_fix_cache()
1369 struct pv_entry *pv; in pmap_clearbit()
1548 pmap_enter_pv(struct vm_page *pg, struct pv_entry *pve, pmap_t pm, in pmap_enter_pv()
1585 static PMAP_INLINE struct pv_entry *
1588 struct pv_entry *pv; in pmap_find_pv()
1630 pmap_nuke_pv(struct vm_page *pg, pmap_t pm, struct pv_entry *pve) in pmap_nuke_pv()
1633 struct pv_entry *pv; in pmap_nuke_pv()
1675 static struct pv_entry *
1678 struct pv_entry *pve; in pmap_remove_pv()
1710 struct pv_entry *npv; in pmap_modify_pv()
[all …]
HDpmap-v6.c225 struct pv_entry *pmap_find_pv(struct md_page *, pmap_t, vm_offset_t);
232 static struct pv_entry *pmap_remove_pv(struct vm_page *, pmap_t, vm_offset_t);
932 struct pv_entry *pv, *pve, *next_pv; in pmap_clearbit()
1095 pmap_enter_pv(struct vm_page *m, struct pv_entry *pve, pmap_t pmap, in pmap_enter_pv()
1116 static PMAP_INLINE struct pv_entry *
1119 struct pv_entry *pv; in pmap_find_pv()
1186 static struct pv_entry *
1189 struct pv_entry *pve; in pmap_remove_pv()
1220 struct pv_entry *npv; in pmap_modify_pv()
1507 struct pv_entry *pv; in pmap_fault_fixup()
[all …]
/trueos/sys/ia64/ia64/
HDpmap.c163 struct pv_entry pc_pventry[_NPCPV];
/trueos/sys/powerpc/booke/
HDpmap.c1396 pvzone = uma_zcreate("PV ENTRY", sizeof(struct pv_entry), NULL, NULL, in mmu_booke_init()