Function memory_aarch64::disable_mmu
source · pub fn disable_mmu()
Expand description
Disable the MMU using aarch64 registers
This uses the SCTLR_EL1
register.
When the MMU is disabled, the CPU acts as if a full-address-space identity mapping was active.