aboutsummaryrefslogtreecommitdiff
path: root/target/riscv/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-07RISC-V CPU Core DefinitionMichael Clark1-0/+296