Searched refs:RISCV_MMU_VPN_MASK (Results 1 – 2 of 2) sorted by relevance
77 #define RISCV_MMU_VPN_MASK (BIT(RISCV_PGLEVEL_BITS) - 1) macro
103 return &pgt->entries[idx & RISCV_MMU_VPN_MASK]; in core_mmu_table_get_entry()261 return idx & RISCV_MMU_VPN_MASK; in core_mmu_pgt_idx()