Searched refs:allpte_PG_A (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/i386/i386/ |
| HD | pmap.c | 3469 pt_entry_t allpte_PG_A, *firstpte, oldpte, pa, *pte; in pmap_promote_pde() local 3533 allpte_PG_A = newpde & PG_A; in pmap_promote_pde() 3566 allpte_PG_A &= oldpte; in pmap_promote_pde() 3576 newpde &= ~PG_A | allpte_PG_A; in pmap_promote_pde() 3591 if (pmap_insert_pt_page(pmap, mpte, true, allpte_PG_A != 0)) { in pmap_promote_pde()
|
| /freebsd-head/sys/amd64/amd64/ |
| HD | pmap.c | 6922 pt_entry_t allpte_PG_A, PG_A, PG_G, PG_M, PG_PKU_MASK, PG_RW, PG_V; in pmap_promote_pde() local 6987 allpte_PG_A = newpde & PG_A; in pmap_promote_pde() 7016 allpte_PG_A &= oldpte; in pmap_promote_pde() 7026 newpde &= ~PG_A | allpte_PG_A; in pmap_promote_pde() 7050 if (pmap_insert_pt_page(pmap, mpte, true, allpte_PG_A != 0)) { in pmap_promote_pde()
|