Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c249 pte_bits |= PTE_D; in mattr_to_pte_bits()
/optee_os/core/arch/riscv/include/
H A Dencoding.h300 #define PTE_D 0x080 /* Dirty */ macro