L2_V7_AF
if ((opte & L2_V7_AF) &&
npte |= L2_V7_AF;
npte |= L2_V7_AF;
if (npte & L2_V7_AF) {
if (opte & L2_V7_AF)
if (pte & L2_V7_AF)
npte = L2_S_PROTO | (pa & PMAP_PA_MASK) | L2_V7_AF |
if (opte & L2_V7_AF)
if (opte & L2_V7_AF)
if (opte & L2_V7_AF)
KASSERT((pte & L2_V7_AF) == 0);
pte |= L2_V7_AF;
*cdst_pte = L2_S_PROTO | phys | L2_V7_AF |
*csrc_pte = L2_S_PROTO | src | L2_V7_AF |
*cdst_pte = L2_S_PROTO | dst | L2_V7_AF |
*ptep = L2_S_PROTO | pa | L2_V7_AF | cache_mode |
pte[(va >> PGSHIFT) & 0x3ff] = L2_S_PROTO | pa | L2_V7_AF |
pte[l2pte_index(va)] = L2_S_PROTO | pa | L2_V7_AF |
L2_L_PROTO | pa | L2_V7_AF |
L2_L_PROTO | pa | L2_V7_AF |
pte[(va >> PGSHIFT) & 0x3ff] = L2_S_PROTO | pa | L2_V7_AF |
pte[l2pte_index(va)] = L2_S_PROTO | pa | L2_V7_AF |
npte &= ~L2_V7_AF;
if (opte & L2_V7_AF)