Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu_bits.h641 #define PTE_ATTR (PTE_N | PTE_PBMT) /* All attributes bits */ macro
H A Dcpu_helper.c1007 if (pte & (PTE_D | PTE_A | PTE_U | PTE_ATTR)) { in get_physical_address()