aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/pmp.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-13target/riscv: Change the return type of pmp_hart_has_privs() to boolWeiwei Li1-4/+4
2023-06-13target/riscv: Update pmp_get_tlb_size()Weiwei Li1-2/+1
2023-05-05target/riscv: Fix format for indentationWeiwei Li1-4/+5
2023-01-06target/riscv: Fix PMP propagation for tlbLIU Zhiwei1-3/+3
2022-04-29target/riscv: rvk: add CSR support for ZkrWeiwei Li1-3/+5
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé1-0/+2
2021-05-11target/riscv: Add ePMP CSR access functionsHou Weiying1-0/+14
2021-03-22target/riscv: propagate PMP permission to TLB pageJim Shu1-1/+3
2021-01-16target/riscv/pmp: Raise exception if no PMP entry is configuredAtish Patra1-0/+1
2020-11-03target/riscv: Add PMP state descriptionYifei Jiang1-0/+2
2020-08-21target/riscv: Change the TLB page size depends on PMP entries.Zong Li1-0/+2
2019-06-23RISC-V: Check for the effective memory privilege mode during PMP checksHesham Almatary1-1/+1
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2018-03-07RISC-V Physical Memory ProtectionMichael Clark1-0/+64