mbox series

[PATCH-for-9.1,v2,0/2] target/mips: Use correct MMU index in get_pte()

Message ID 20240813101856.49469-1-philmd@linaro.org
Headers show
Series target/mips: Use correct MMU index in get_pte() | expand

Message

Philippe Mathieu-Daudé Aug. 13, 2024, 10:18 a.m. UTC
Propage ptw_mmu_idx to get_pte() and use it via
the cpu_ld/st_code_mmu() API.

Philippe Mathieu-Daudé (2):
  target/mips: Pass page table entry size in bytes to get_pte()
  target/mips: Use correct MMU index in get_pte()

 target/mips/tcg/sysemu/tlb_helper.c | 35 ++++++++++++++++-------------
 1 file changed, 20 insertions(+), 15 deletions(-)