aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé1-2/+0
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-6/+0
2024-02-03target/openrisc: Populate CPUClass.mmu_indexRichard Henderson1-8/+2
2024-01-05target/openrisc: Use generic cpu_list()Gavin Shan1-3/+0
2023-11-07target/openrisc: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé1-9/+1
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-4/+0
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-07-25other architectures: spelling fixesMichael Tokarev1-1/+1
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-3/+2
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+2
2022-12-16target/openrisc: Convert to 3-phase resetPeter Maydell1-2/+2
2022-09-04target/openrisc: Enable MTTCGStafford Horne1-0/+2
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-7/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé1-2/+2
2021-11-02target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson1-3/+4
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