Home
last modified time | relevance | path

Searched refs:new_ttbr0 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/arch/arm64/core/
Dmmu.c1353 uint64_t new_ttbr0 = ptables->ttbr0; in z_arm64_swap_ptables() local
1355 if (curr_ttbr0 == new_ttbr0) { in z_arm64_swap_ptables()
1359 MMU_DEBUG("TTBR0 switch from %#llx to %#llx\n", curr_ttbr0, new_ttbr0); in z_arm64_swap_ptables()
1360 z_arm64_set_ttbr0(new_ttbr0); in z_arm64_swap_ptables()
1362 if (get_asid(curr_ttbr0) == get_asid(new_ttbr0)) { in z_arm64_swap_ptables()