/src/sys/arch/aarch64/aarch64/ |
pmap.c | 2088 struct pv_entry *pv, *pvtmp, *opv, *pvtofree = NULL; local in function:pmap_remove_all 2122 opv->pv_next = pvtofree; 2123 pvtofree = opv; 2140 for (pv = pvtofree; pv != NULL; pv = pvtmp) { 2150 struct pv_entry **pvtofree) 2188 opv->pv_next = *pvtofree; 2189 *pvtofree = opv; 2222 struct pv_entry *pvtofree = NULL; local in function:pmap_remove 2229 _pmap_remove(pm, sva, eva, false, &pvtofree); 2232 for (pv = pvtofree; pv != NULL; pv = pvtmp) 2242 struct pv_entry *pvtofree = NULL; local in function:pmap_page_remove [all...] |
pmap.c | 2088 struct pv_entry *pv, *pvtmp, *opv, *pvtofree = NULL; local in function:pmap_remove_all 2122 opv->pv_next = pvtofree; 2123 pvtofree = opv; 2140 for (pv = pvtofree; pv != NULL; pv = pvtmp) { 2150 struct pv_entry **pvtofree) 2188 opv->pv_next = *pvtofree; 2189 *pvtofree = opv; 2222 struct pv_entry *pvtofree = NULL; local in function:pmap_remove 2229 _pmap_remove(pm, sva, eva, false, &pvtofree); 2232 for (pv = pvtofree; pv != NULL; pv = pvtmp) 2242 struct pv_entry *pvtofree = NULL; local in function:pmap_page_remove [all...] |