mbox series

[0/2] Fix mmu translation with H extension

Message ID 20231120120609.37960-1-ivan.klokov@syntacore.com
Headers show
Series Fix mmu translation with H extension | expand

Message

Ivan Klokov Nov. 20, 2023, 12:06 p.m. UTC
A series of patches that correct the conversion of virtual addresses 
to physical ones. Correct exception for mbare mode and fix MXR bit 
behavior with MPV\MPV bits.

Ivan Klokov (2):
  target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
  target/riscv/cpu_helper.c: Fix mxr bit behavior

 target/riscv/cpu_helper.c | 54 +++++++++++++++++++--------------------
 1 file changed, 27 insertions(+), 27 deletions(-)