mbox series

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

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

Message

Philippe Mathieu-Daudé Aug. 14, 2024, 9:04 a.m. UTC
Since v3:
 - Fixed size in get_tlb_entry_layout (rth)

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é (3):
  target/mips: Pass page table entry size as MemOp to get_pte()
  target/mips: Use correct MMU index in get_pte()
  target/mips: Load PTE as DATA

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

Comments

Philippe Mathieu-Daudé Aug. 15, 2024, 9:23 a.m. UTC | #1
On 14/8/24 11:04, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (3):
>    target/mips: Pass page table entry size as MemOp to get_pte()
>    target/mips: Use correct MMU index in get_pte()
>    target/mips: Load PTE as DATA

Series queued.