const fn vaddr_range<C: PageTableConfig>() -> RangeInclusive<Vaddr>
Expand description
Gets the managed virtual addresses range for the page table.
It returns a RangeInclusive
because the end address, if being
Vaddr::MAX
, overflows Range<Vaddr>
.