Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h649 #define PTE_N 0x8000000000000000ULL /* NAPOT translation */ macro
651 #define PTE_ATTR (PTE_N | PTE_PBMT) /* All attributes bits */
H A Dcpu_helper.c994 if (!riscv_cpu_cfg(env)->ext_svnapot && (pte & PTE_N)) { in get_physical_address()
1149 if (riscv_cpu_cfg(env)->ext_svnapot && (pte & PTE_N)) { in get_physical_address()