index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
/
cpu_helper.c
Age
Commit message (
Expand
)
Author
2023-10-12
target/riscv: Use env_archcpu for better performance
Richard W.M. Jones
2023-09-11
target/riscv: Update CSR bits name for svadu extension
Weiwei Li
2023-07-10
target/riscv: Set the correct exception for implict G-stage translation fail
Jason Chien
2023-07-10
target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV
Weiwei Li
2023-07-10
target/riscv: Add additional xlen for address when MPRV=1
Weiwei Li
2023-07-10
target/riscv: Make MPV only work when MPP != PRV_M
Weiwei Li
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-13
target/riscv: Fix initialized value for cur_pmmask
Weiwei Li
2023-06-13
target/riscv: Reuse tb->flags.FS
Mayuresh Chitale
2023-06-13
target/riscv: Change the return type of pmp_hart_has_privs() to bool
Weiwei Li
2023-06-13
target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
Weiwei Li
2023-06-13
target/riscv: Update pmp_get_tlb_size()
Weiwei Li
2023-06-05
tcg: Split out tcg/oversized-guest.h
Richard Henderson
2023-05-05
riscv: Make sure an exception is raised if a pte is malformed
Alexandre Ghiti
2023-05-05
target/riscv: Fix Guest Physical Address Translation
Irina Ryapolova
2023-05-05
target/riscv: Reorg sum check in get_physical_address
Richard Henderson
2023-05-05
target/riscv: Reorg access check in get_physical_address
Richard Henderson
2023-05-05
target/riscv: Merge checks for reserved pte flags
Richard Henderson
2023-05-05
target/riscv: Don't modify SUM with is_debug
Richard Henderson
2023-05-05
target/riscv: Suppress pte update with is_debug
Richard Henderson
2023-05-05
target/riscv: Move leaf pte processing out of level loop
Richard Henderson
2023-05-05
target/riscv: Hoist pbmte and hade out of the level loop
Richard Henderson
2023-05-05
target/riscv: Hoist second stage mode change to callers
Richard Henderson
2023-05-05
target/riscv: Check SUM in the correct register
Richard Henderson
2023-05-05
target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
Richard Henderson
2023-05-05
target/riscv: Move hstatus.spvp check to check_access_hlsv
Richard Henderson
2023-05-05
target/riscv: Introduce mmuidx_2stage
Richard Henderson
2023-05-05
target/riscv: Introduce mmuidx_priv
Richard Henderson
2023-05-05
target/riscv: Introduce mmuidx_sum
Richard Henderson
2023-05-05
target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
Richard Henderson
2023-05-05
target/riscv: Handle HLV, HSV via helpers
Richard Henderson
2023-05-05
target/riscv: Reduce overhead of MSTATUS_SUM change
Fei Wu
2023-05-05
target/riscv: Separate priv from mmu_idx
Fei Wu
2023-05-05
target/riscv: Add a tb flags field for vstart
LIU Zhiwei
2023-05-05
target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
Richard Henderson
2023-05-05
target/riscv: Encode the FS and VS on a normal way for tb flags
LIU Zhiwei
2023-05-05
target/riscv: Extract virt enabled state from tb flags
LIU Zhiwei
2023-05-05
target/riscv: Legalize MPP value in write_mstatus
Weiwei Li
2023-05-05
target/riscv: Use PRV_RESERVED instead of PRV_H
Weiwei Li
2023-05-05
target/riscv: Fix lines with over 80 characters
Weiwei Li
2023-05-05
target/riscv: Fix format for comments
Weiwei Li
2023-05-05
target/riscv: Fix format for indentation
Weiwei Li
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
2023-05-05
target/riscv: Fix addr type for get_physical_address
Weiwei Li
2023-05-05
target/riscv: Remove redundant parentheses
Weiwei Li
2023-05-05
target/riscv: Convert env->virt to a bool env->virt_enabled
LIU Zhiwei
2023-05-05
target/riscv: Remove check on RVH for riscv_cpu_set_virt_enabled
Weiwei Li
2023-05-05
target/riscv: Remove check on RVH for riscv_cpu_virt_enabled
Weiwei Li
2023-05-05
target/riscv: Remove redundant call to riscv_cpu_virt_enabled
Weiwei Li
2023-05-05
target/riscv: Simplify type conversion for CPURISCVState
Weiwei Li
[next]