Searched refs:pv_entry (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/mips/include/ |
| HD | pmap.h | 68 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/ |
| HD | pmap.h | 66 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/ |
| HD | pmap.h | 280 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/ |
| HD | pmap.h | 192 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;
|
| HD | vmparam.h | 121 struct pv_entry *pvent;
|
| /trueos/sys/i386/include/ |
| HD | pmap.h | 366 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/ |
| HD | pmap.h | 123 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/ |
| HD | pmap.c | 1260 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 …]
|
| HD | pmap-v6.c | 225 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/ |
| HD | pmap.c | 163 struct pv_entry pc_pventry[_NPCPV];
|
| /trueos/sys/powerpc/booke/ |
| HD | pmap.c | 1396 pvzone = uma_zcreate("PV ENTRY", sizeof(struct pv_entry), NULL, NULL, in mmu_booke_init()
|