Searched refs:PTE_N (Results 1 – 2 of 2) sorted by relevance
649 #define PTE_N 0x8000000000000000ULL /* NAPOT translation */ macro651 #define PTE_ATTR (PTE_N | PTE_PBMT) /* All attributes bits */
994 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()