Home
last modified time | relevance | path

Searched refs:PTE_A (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dmonitor.c76 attr & PTE_A ? 'a' : '-', in print_pte()
H A Dcpu_helper.c1094 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()
H A Dcpu_bits.h651 #define PTE_A 0x040 /* Accessed */ macro
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c433 } else if ((iotlb->perm & IOMMU_RO) && !ade && !(pte & PTE_A)) { in riscv_iommu_spa_fetch()