qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte()
@ 2024-08-14  9:04 Philippe Mathieu-Daudé
  2024-08-14  9:04 ` [PATCH-for-9.1 v4 1/3] target/mips: Pass page table entry size as MemOp to get_pte() Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-14  9:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Aurelien Jarno, Richard Henderson,
	Thomas Petazzoni, Waldemar Brodkorb, Aleksandar Rikalo,
	Jiaxun Yang

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-15  9:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14  9:04 [PATCH-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte() Philippe Mathieu-Daudé
2024-08-14  9:04 ` [PATCH-for-9.1 v4 1/3] target/mips: Pass page table entry size as MemOp to get_pte() Philippe Mathieu-Daudé
2024-08-14  9:04 ` [PATCH-for-9.1 v4 2/3] target/mips: Use correct MMU index in get_pte() Philippe Mathieu-Daudé
2024-08-14  9:04 ` [PATCH-for-9.1 v4 3/3] target/mips: Load PTE as DATA Philippe Mathieu-Daudé
2024-08-15  9:23 ` [PATCH-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte() Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).