| /NextBSD/sys/mips/include/ |
| HD | pmap.h | 68 struct pv_entry; 73 TAILQ_HEAD(, pv_entry) pv_list; 122 typedef struct pv_entry { struct 124 TAILQ_ENTRY(pv_entry) pv_list; argument 143 struct pv_entry pc_pventry[_NPCPV];
|
| /NextBSD/sys/arm/include/ |
| HD | pmap-v6.h | 112 struct pv_entry; 116 TAILQ_HEAD(,pv_entry) pv_list; 153 typedef struct pv_entry { struct 155 TAILQ_ENTRY(pv_entry) pv_next; argument 169 struct pv_entry pc_pventry[_NPCPV];
|
| HD | pmap.h | 126 struct pv_entry; 135 TAILQ_HEAD(,pv_entry) pv_list; 168 TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */ 196 typedef struct pv_entry { struct 198 TAILQ_ENTRY(pv_entry) pv_list; argument 202 TAILQ_ENTRY(pv_entry) pv_plist; argument 219 struct pv_entry pc_pventry[_NPCPV];
|
| /NextBSD/sys/arm64/include/ |
| HD | pmap.h | 62 TAILQ_HEAD(,pv_entry) pv_list; 85 typedef struct pv_entry { struct 87 TAILQ_ENTRY(pv_entry) pv_next; argument 101 struct pv_entry pc_pventry[_NPCPV];
|
| /NextBSD/sys/riscv/include/ |
| HD | pmap.h | 62 TAILQ_HEAD(,pv_entry) pv_list; 85 typedef struct pv_entry { struct 87 TAILQ_ENTRY(pv_entry) pv_next; argument 101 struct pv_entry pc_pventry[_NPCPV];
|
| /NextBSD/sys/i386/include/ |
| HD | pmap.h | 291 struct pv_entry; 295 TAILQ_HEAD(,pv_entry) pv_list; 335 typedef struct pv_entry { struct 337 TAILQ_ENTRY(pv_entry) pv_next; argument 351 struct pv_entry pc_pventry[_NPCPV];
|
| /NextBSD/sys/powerpc/include/ |
| HD | pmap.h | 198 struct pv_entry { struct 201 TAILQ_ENTRY(pv_entry) pv_link; argument 203 typedef struct pv_entry *pv_entry_t; 206 TAILQ_HEAD(, pv_entry) pv_list;
|
| HD | vmparam.h | 121 struct pv_entry *pvent;
|
| /NextBSD/sys/amd64/include/ |
| HD | pmap.h | 284 struct pv_entry; 288 TAILQ_HEAD(,pv_entry) pv_list; 353 typedef struct pv_entry { struct 355 TAILQ_ENTRY(pv_entry) pv_next; argument 369 struct pv_entry pc_pventry[_NPCPV];
|
| /NextBSD/sys/arm/arm/ |
| HD | pmap.c | 1220 struct pv_entry *pv; in pmap_fix_cache() 1329 struct pv_entry *pv; in pmap_clearbit() 1508 pmap_enter_pv(struct vm_page *pg, struct pv_entry *pve, pmap_t pm, in pmap_enter_pv() 1545 static PMAP_INLINE struct pv_entry * 1548 struct pv_entry *pv; in pmap_find_pv() 1590 pmap_nuke_pv(struct vm_page *pg, pmap_t pm, struct pv_entry *pve) in pmap_nuke_pv() 1593 struct pv_entry *pv; in pmap_nuke_pv() 1635 static struct pv_entry * 1638 struct pv_entry *pve; in pmap_remove_pv() 1670 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); 934 struct pv_entry *pv, *pve, *next_pv; in pmap_clearbit() 1097 pmap_enter_pv(struct vm_page *m, struct pv_entry *pve, pmap_t pmap, in pmap_enter_pv() 1118 static PMAP_INLINE struct pv_entry * 1121 struct pv_entry *pv; in pmap_find_pv() 1188 static struct pv_entry * 1191 struct pv_entry *pve; in pmap_remove_pv() 1222 struct pv_entry *npv; in pmap_modify_pv() 1509 struct pv_entry *pv; in pmap_fault_fixup() [all …]
|
| /NextBSD/sys/powerpc/booke/ |
| HD | pmap.c | 1440 pvzone = uma_zcreate("PV ENTRY", sizeof(struct pv_entry), NULL, NULL, in mmu_booke_init()
|