Searched refs:PTE_A (Results 1 – 4 of 4) sorted by relevance
76 attr & PTE_A ? 'a' : '-', in print_pte()
1094 if (pte & (PTE_D | PTE_A | PTE_U | PTE_ATTR)) { in get_physical_address()1207 updated_pte |= PTE_A | (access_type == MMU_DATA_STORE ? PTE_D : 0); in get_physical_address()1208 } else if (!(pte & PTE_A) || in get_physical_address()
651 #define PTE_A 0x040 /* Accessed */ macro
433 } else if ((iotlb->perm & IOMMU_RO) && !ade && !(pte & PTE_A)) { in riscv_iommu_spa_fetch()