Searched refs:PTE_D (Results 1 – 5 of 5) sorted by relevance
77 attr & PTE_D ? 'd' : '-'); 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()1209 (access_type == MMU_DATA_STORE && !(pte & PTE_D))) { in get_physical_address()1280 if (access_type != MMU_DATA_STORE && !(pte & PTE_D)) { in get_physical_address()
652 #define PTE_D 0x080 /* Dirty */ macro
114 #define PTE_D 0x040 // Dirty macro
435 } else if ((iotlb->perm & IOMMU_WO) && !ade && !(pte & PTE_D)) { in riscv_iommu_spa_fetch()