mbox series

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

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

Message

Philippe Mathieu-Daudé Aug. 13, 2024, 1:53 p.m. UTC
Since v2:
 - Use MemOp (rth)

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 as MemOp to get_pte()
  target/mips: Use correct MMU index in get_pte()

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