macro_rules! asm_set_mmu_config_x2_x3 {
() => { ... };
}
Expand description
Configures the MMU based on the pointer to a MmuConfig, in x2. This function makes use of x3 too. If the MMU was enabled on the origin core, it will be enabled by this on the target core.
This is intended for use in multicore_bringup
.