qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] target/hppa: Clean up conversion from/to MMU index and priviledge level
@ 2023-08-24 21:04 deller
  2023-08-24 21:04 ` [PATCH 1/5] target/hppa: Add missing PL1 and PL2 priviledge levels deller
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: deller @ 2023-08-24 21:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Helge Deller

From: Helge Deller <deller@gmx.de>

Make the conversion between priviledge level and QEMU MMU index
consitent, and afterwards switch to MMU indices 11-15.

Signed-off-by: Helge Deller <deller@gmx.de>

Helge Deller (5):
  target/hppa: Add missing PL1 and PL2 priviledge levels
  target/hppa: Add priviledge to MMU index conversion helpers
  target/hppa: Do not use hardcoded value for tlb_flush_*()
  target/hppa: Use privilege helper in hppa_get_physical_address()
  target/hppa: Switch to use MMU indices 11-15

 target/hppa/cpu.h        | 19 +++++++++++++++----
 target/hppa/helper.c     |  2 +-
 target/hppa/mem_helper.c | 16 ++++++++--------
 target/hppa/translate.c  |  9 +++++----
 4 files changed, 29 insertions(+), 17 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-08-25  7:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 21:04 [PATCH 0/5] target/hppa: Clean up conversion from/to MMU index and priviledge level deller
2023-08-24 21:04 ` [PATCH 1/5] target/hppa: Add missing PL1 and PL2 priviledge levels deller
2023-08-25  7:11   ` Philippe Mathieu-Daudé
2023-08-24 21:04 ` [PATCH 2/5] target/hppa: Add priviledge to MMU index conversion helpers deller
2023-08-25  7:09   ` Philippe Mathieu-Daudé
2023-08-24 21:04 ` [PATCH 3/5] target/hppa: Do not use hardcoded value for tlb_flush_*() deller
2023-08-25  7:14   ` Philippe Mathieu-Daudé
2023-08-24 21:04 ` [PATCH 4/5] target/hppa: Use privilege helper in hppa_get_physical_address() deller
2023-08-25  7:15   ` Philippe Mathieu-Daudé
2023-08-24 21:04 ` [PATCH 5/5] target/hppa: Switch to use MMU indices 11-15 deller

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).