Searched refs:RISCV_PTE_V (Results 1 – 2 of 2) sorted by relevance
55 #define RISCV_PTE_V (1 << 0) /* Valid */ macro83 _Static_assert(PTE_V == RISCV_PTE_V, "PTE_V mismatch");
172 if ((l3 & RISCV_PTE_V) == 0 || (l3 & RISCV_PTE_RWX) == 0) { in _riscv_minidump_vatop()250 if (((pte & RISCV_PTE_V) == 0) || in _riscv_minidump_walk_pages()