const fn pte_index<C: PagingConstsTrait>(va: Vaddr, level: PagingLevel) -> usize
Expand description
The index of a VA’s PTE in a page table node at the given level.
const fn pte_index<C: PagingConstsTrait>(va: Vaddr, level: PagingLevel) -> usize
The index of a VA’s PTE in a page table node at the given level.