Files
gem5/src
Roger Chang 40ccb8b171 arch-riscv: Use getValidAddr to get zero-extend address in RV32 mode
Previous PR #1758 implements the generic getValidAddr to get pure
vaddr without any tags or sign-extend bits.

In RISC-V implementation, the getValidAddr will zero-extend
address in RV32 mode and use it to do TLB translation. Use
getValidAddr to get zero-extend vaddr can reduce zero-extend
repetition

Change-Id: I2273ce48bccb873790103ba0fcdb0b48de9ced4c
2024-12-02 08:33:15 -08:00
..
2024-11-19 15:02:02 -08:00
2024-11-19 15:02:02 -08:00