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

Philippe Mathieu-Daudé posted 3 patches 3 months, 1 week ago
target/mips/tcg/sysemu/tlb_helper.c | 69 +++++++++++++++--------------
1 file changed, 35 insertions(+), 34 deletions(-)
[PATCH-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte()
Posted by Philippe Mathieu-Daudé 3 months, 1 week ago
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(-)

-- 
2.45.2


Re: [PATCH-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte()
Posted by Philippe Mathieu-Daudé 3 months, 1 week ago
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.