mbox series

[0/2] target/xtensa: tidy xtensa memory management

Message ID 20240119204608.779541-1-jcmvbkbc@gmail.com
Headers show
Series target/xtensa: tidy xtensa memory management | expand

Message

Max Filippov Jan. 19, 2024, 8:46 p.m. UTC
Hello,

this series separates xtensa MMU and MPU states and improves variable
TLB way logic.

Max Filippov (2):
  target/xtensa: wrap MMU and MPU state into structures
  target/xtensa: tidy TLB way variability logic

 target/xtensa/cpu.h          | 21 +++++++---
 target/xtensa/mmu_helper.c   | 74 ++++++++++++++----------------------
 target/xtensa/overlay_tool.h | 15 +++++++-
 3 files changed, 56 insertions(+), 54 deletions(-)