aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-27target/riscv: Add the force HS exception modeAlistair Francis1-0/+2
2020-02-27target/riscv: Add the virtulisation modeAlistair Francis1-0/+4
2020-02-27target/riscv: Add the Hypervisor CSRs to CPUStateAlistair Francis1-0/+21
2020-02-27target/riscv: Add the Hypervisor extensionAlistair Francis1-0/+1
2020-02-27target/riscv: Convert MIP CSR to target_ulongAlistair Francis1-1/+1
2020-01-16target/riscv: Fix tb->flags FS statusShihPo Hung1-4/+1
2019-11-14target/riscv: Remove atomic accesses to MIP CSRAlistair Francis1-9/+0
2019-10-28RISC-V: Implement cpu_do_transaction_failedPalmer Dabbelt1-2/+5
2019-09-17target/riscv: Use TB_FLAGS_MSTATUS_FS for floating pointAlistair Francis1-1/+1
2019-09-17target/riscv: Create function to test if FP is enabledAlistair Francis1-1/+5
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-19target/riscv: rationalise softfloat includesAlex Bennée1-1/+1
2019-06-25RISC-V: Add support for the Zicsr extensionPalmer Dabbelt1-0/+1
2019-06-25RISC-V: Add support for the Zifencei extensionPalmer Dabbelt1-0/+1
2019-06-25target/riscv: Add support for disabling/enabling CountersAlistair Francis1-0/+1
2019-06-25target/riscv: Remove user version informationAlistair Francis1-2/+0
2019-06-24target/riscv: Add the privledge spec version 1.11.0Alistair Francis1-0/+1
2019-06-24target/riscv: Restructure deprecatd CPUsAlistair Francis1-6/+7
2019-06-23RISC-V: Check PMP during Page Table WalksHesham Almatary1-0/+1
2019-06-23target/riscv: Implement riscv_cpu_unassigned_accessMichael Clark1-0/+2
2019-06-23target/riscv: Allow setting ISA extensions via CPU propsAlistair Francis1-0/+11
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-3/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-2/+0
2019-06-10target/riscv: Use env_cpu, env_archcpuRichard Henderson1-5/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-2/+2
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-17/+4
2019-05-24target/riscv: Add a base 32 and 64 bit CPUAlistair Francis1-0/+2
2019-05-24target/riscv: Create settable CPU propertiesAlistair Francis1-0/+8
2019-05-10target/riscv: Convert to CPUClass::tlb_fillRichard Henderson1-2/+3
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-03-19RISC-V: linux-user support for RVE ABIKito Cheng1-0/+4
2019-03-19RISC-V: Allow interrupt controllers to claim interruptsMichael Clark1-0/+2
2019-03-19RISC-V: Add hooks to use the gdb xml files.Jim Wilson1-0/+2
2019-03-19RISC-V: Add debug support for accessing CSRs.Jim Wilson1-0/+5
2019-02-11RISC-V: Add misa runtime write supportMichael Clark1-1/+3
2019-02-11RISC-V: Use riscv prefix consistently on cpu helpersMichael Clark1-11/+10
2019-02-11RISC-V: Split out mstatus_fs from tb_flagsRichard Henderson1-3/+3
2019-01-09RISC-V: Implement existential predicates for CSRsMichael Clark1-2/+4
2019-01-08RISC-V: Implement modular CSR helper interfaceMichael Clark1-3/+32
2018-10-17RISC-V: Allow setting and clearing multiple irqsMichael Clark1-9/+13
2018-09-05riscv: remove define cpu_init()Igor Mammedov1-1/+0
2018-09-04RISC-V: Update address bits to support sv39 and sv48Michael Clark1-4/+4
2018-05-06RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10Michael Clark1-4/+2
2018-05-06RISC-V: Update E and I extension orderMichael Clark1-0/+1
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark1-1/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1