Searched refs:ptpaddr (Results 1 – 2 of 2) sorted by relevance
5166 pd_entry_t ptpaddr, *pde; in pmap_remove() local5230 ptpaddr = *pde; in pmap_remove()5235 if (ptpaddr == 0) in pmap_remove()5241 if ((ptpaddr & PG_PS) != 0) { in pmap_remove()5251 if ((ptpaddr & PG_G) == 0) in pmap_remove()5260 ptpaddr = *pde; in pmap_remove()5440 pd_entry_t ptpaddr, *pde; in pmap_protect() local5504 ptpaddr = *pde; in pmap_protect()5509 if (ptpaddr == 0) in pmap_protect()5515 if ((ptpaddr & PG_PS) != 0) { in pmap_protect()[all …]
3167 pd_entry_t ptpaddr; in pmap_remove() local3208 ptpaddr = pmap->pm_pdir[pdirindex]; in pmap_remove()3214 if (ptpaddr == 0) in pmap_remove()3220 if ((ptpaddr & PG_PS) != 0) { in pmap_remove()3230 if ((ptpaddr & PG_G) == 0) in pmap_remove()3389 pd_entry_t ptpaddr; in pmap_protect() local3428 ptpaddr = pmap->pm_pdir[pdirindex]; in pmap_protect()3434 if (ptpaddr == 0) in pmap_protect()3440 if ((ptpaddr & PG_PS) != 0) { in pmap_protect()