aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-2/+0
2021-09-14target/openrisc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+3
2020-12-15target/openrisc: Move pic_cpu code into CPU object properPeter Maydell1-1/+0
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+1
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-1/+1
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2019-09-04target/openrisc: Implement move to/from FPCSRRichard Henderson1-0/+2
2019-09-04target/openrisc: Add VR2 and AVR special processor registersRichard Henderson1-4/+7
2019-09-04target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson1-4/+4
2019-09-04target/openrisc: Make VR and PPC read-onlyRichard Henderson1-3/+0
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-1/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/openrisc: Use env_cpu, env_archcpuRichard Henderson1-5/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+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-11/+3
2019-05-10target/openrisc: Convert to CPUClass::tlb_fillRichard Henderson1-2/+3
2019-05-08target/openrisc: Fix LGPL information in the file headersThomas Huth1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2018-07-03target/openrisc: Reorg tlb lookupRichard Henderson1-8/+0
2018-07-03target/openrisc: Increase the TLB sizeRichard Henderson1-1/+1
2018-07-03target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson1-6/+4
2018-07-03target/openrisc: Fix cpu_mmu_indexRichard Henderson1-8/+15
2018-07-03target/openrisc: Reduce tlb to a single dimensionRichard Henderson1-4/+2
2018-07-03target/openrisc: Remove indirect function calls for mmuRichard Henderson1-11/+0
2018-07-03target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson1-2/+4
2018-07-03target/openrisc: Add print_insn_or1kRichard Henderson1-0/+1
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-1/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2017-10-27openrisc: cleanup cpu type name compositionIgor Mammedov1-0/+3
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne1-1/+3
2017-09-01openrisc: replace cpu_openrisc_init() with cpu_generic_init()Igor Mammedov1-3/+1
2017-05-04target/openrisc: Support non-busy idle state using PMR SPRStafford Horne1-0/+10
2017-05-04target/openrisc: Remove duplicate features propertyStafford Horne1-14/+2
2017-05-04target/openrisc: implement shadow registersStafford Horne1-2/+13
2017-04-21target/openrisc: Implement EVBAR registerTim 'mithro' Ansell1-0/+7
2017-02-14target/openrisc: Optimize for r0 being zeroRichard Henderson1-1/+4
2017-02-14target/openrisc: Tidy handling of delayed branchesRichard Henderson1-7/+5