aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/pmp.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-22target/riscv/pmp: fix NAPOT range computation overflowNicolas Pitre1-11/+3
2022-01-21target/riscv: Adjust pmpcfg access with mxlLIU Zhiwei1-8/+4
2021-07-15target/riscv: pmp: Fix some typosBin Meng1-5/+5
2021-06-08target/riscv/pmp: Add assert for ePMP operationsAlistair Francis1-0/+4
2021-05-11target/riscv/pmp: Remove outdated commentAlistair Francis1-4/+0
2021-05-11target/riscv: Implementation of enhanced PMP (ePMP)Hou Weiying1-8/+146
2021-05-11target/riscv: Add ePMP CSR access functionsHou Weiying1-0/+34
2021-05-11target/riscv: Fix the PMP is locked check when using TORAlistair Francis1-10/+16
2021-03-22target/riscv: flush TLB pages if PMP permission has been changedJim Shu1-0/+4
2021-03-22target/riscv: propagate PMP permission to TLB pageJim Shu1-21/+59
2021-01-16target/riscv/pmp: Raise exception if no PMP entry is configuredAtish Patra1-2/+2
2020-11-03target/riscv: Add PMP state descriptionYifei Jiang1-11/+18
2020-08-21target/riscv: Change the TLB page size depends on PMP entries.Zong Li1-0/+52
2020-08-21riscv: Fix bug in setting pmpcfg CSR for RISCV64Hou Weiying1-3/+2
2020-07-13target/riscv: Fix pmp NA4 implementationAlexandre Mergnat1-1/+1
2020-06-19target/riscv: Use a smaller guess size for no-MMU PMPAlistair Francis1-5/+9
2019-10-28target/riscv: PMP violation due to wrong size parameterDayeol Lee1-1/+12
2019-09-17target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace eventsPhilippe Mathieu-Daudé1-21/+10
2019-09-17target/riscv/pmp: Restrict priviledged PMP to system-mode emulationPhilippe Mathieu-Daudé1-4/+0
2019-06-23RISC-V: Fix a PMP bug where it succeeds even if PMP entry is offHesham Almatary1-4/+5
2019-06-23RISC-V: Check for the effective memory privilege mode during PMP checksHesham Almatary1-3/+3
2019-06-23target/riscv: Fix PMP range boundary address bugDayeol Lee1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-03-19riscv: pmp: Log pmp access errors as guest errorsAlistair Francis1-7/+13
2018-12-20target/riscv/pmp.c: Fix pmp_decode_napot()Anup Patel1-1/+1
2018-10-30target/riscv/pmp.c: pmpcfg_csr_read returns bogus value on RV64Dayeol Lee1-1/+1
2018-03-07RISC-V Physical Memory ProtectionMichael Clark1-0/+380