Home
last modified time | relevance | path

Searched refs:pv_head (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/arch/sparc/include/
Dvmparam.h126 struct pvlist pv_head; member
130 (pg)->mdpage.pv_head.pv_next = NULL; \
131 (pg)->mdpage.pv_head.pv_pmap = NULL; \
132 (pg)->mdpage.pv_head.pv_va = 0; \
133 (pg)->mdpage.pv_head.pv_flags = 0; \
/mirbsd/src/sys/arch/i386/i386/
Dpmap.c383 static void pmap_enter_pv(struct pv_head *,
393 static struct pv_entry *pmap_remove_pv(struct pv_head *, struct pmap *,
407 static boolean_t pmap_try_steal_pv(struct pv_head *,
969 s = (vsize_t) (sizeof(struct pv_head) * npages + in pmap_init()
982 vm_physmem[lcv].pmseg.pvhead = (struct pv_head *) addr; in pmap_init()
1207 struct pv_head *pvhead = vm_physmem[lcv].pmseg.pvhead;
1240 struct pv_head *pvh; in pmap_try_steal_pv()
1495 struct pv_head *pvh; in pmap_enter_pv()
1522 struct pv_head *pvh; in pmap_remove_pv()
2542 struct pv_head *pvh;
[all …]
/mirbsd/src/sys/arch/i386/include/
Dvmparam.h128 struct pv_head *pvhead; /* pv_head array */
Dpmap.h290 struct pv_head { struct
/mirbsd/src/sys/arch/sparc/sparc/
Dpmap.c183 return &vm_physmem[bank].pgs[off].mdpage.pv_head; in pvhead()
2547 struct pvlist *pv = &pg->mdpage.pv_head; in pg_flushcache()
4206 pv = &pg->mdpage.pv_head; in pmap_page_protect4_4c()
4602 pv = &pg->mdpage.pv_head; in pmap_page_protect4m()
5758 pv = &pg->mdpage.pv_head; in pmap_clear_modify4_4c()
5775 pv = &pg->mdpage.pv_head; in pmap_is_modified4_4c()
5789 pv = &pg->mdpage.pv_head; in pmap_clear_reference4_4c()
5806 pv = &pg->mdpage.pv_head; in pmap_is_referenced4_4c()
5832 pv = &pg->mdpage.pv_head; in pmap_clear_modify4m()
5849 pv = &pg->mdpage.pv_head; in pmap_is_modified4m()
[all …]