HomeFreeBSD

Implement vm.pmap.kernel_maps for RISC-V

Description

Implement vm.pmap.kernel_maps for RISC-V

This is taken from the arm64 version, with the following simplifications:

  • Our current pmap implementation uses a 3-level paging scheme
  • The "mode" field has been omitted since RISC-V PTEs don't encode typical mode attributes

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D23594

Details

Provenance
mhorneAuthored on
Reviewer
markj
Differential Revision
D23594: Implement vm.pmap.kernel_maps for RISC-V
Parents
rS357820: RISC-V: un-ifdef vm.kvm_size and vm.kvm_free
Branches
Unknown
Tags
Unknown