Home
last modified time | relevance | path

Searched refs:PTE_D (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dmonitor.c77 attr & PTE_D ? 'd' : '-'); 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()
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()
H A Dcpu_bits.h652 #define PTE_D 0x080 /* Dirty */ macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h114 #define PTE_D 0x040 // Dirty macro
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c435 } else if ((iotlb->perm & IOMMU_WO) && !ade && !(pte & PTE_D)) { in riscv_iommu_spa_fetch()