Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dmonitor.c109 if (attr & PTE_V) { in walk_pte()
H A Dcpu_bits.h629 #define PTE_V 0x001 /* Valid */ macro
H A Dcpu_helper.c998 if (!(pte & PTE_V)) { in get_physical_address()