Home
last modified time | relevance | path

Searched refs:PTE_U (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dmonitor.c74 attr & PTE_U ? 'u' : '-', in print_pte()
H A Dcpu_bits.h649 #define PTE_U 0x010 /* User */ macro
H A Dcpu_helper.c1094 if (pte & (PTE_D | PTE_A | PTE_U | PTE_ATTR)) { in get_physical_address()
1179 if (pte & PTE_U) { in get_physical_address()