aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc/cpu.c
AgeCommit message (Expand)AuthorFilesLines
9 daystarget: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-4/+4
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-1/+1
2024-02-03target/openrisc: Populate CPUClass.mmu_indexRichard Henderson1-0/+13
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-05target/openrisc: Use generic cpu_list()Gavin Shan1-42/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+1
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-5/+1
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-05-11target/openrisc: Setup FPU for detecting tininess before roundingStafford Horne1-0/+4
2023-03-01target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2022-12-16target/openrisc: Convert to 3-phase resetPeter Maydell1-4/+8
2022-10-26target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+13
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-04target/openrisc: Interrupt handling fixesStafford Horne1-1/+0
2022-05-15target/openrisc: Do not reset delay slot flag on early tb exitStafford Horne1-0/+11
2021-11-02target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-14target/openrisc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-1/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-4/+13
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2020-12-15target/openrisc: Move pic_cpu code into CPU object properPeter Maydell1-0/+32
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2019-09-04target/openrisc: Update cpu "any" to v1.3Richard Henderson1-1/+1
2019-09-04target/openrisc: Implement move to/from FPCSRRichard Henderson1-0/+1
2019-09-04target/openrisc: Add support for ORFPX64A32Richard Henderson1-1/+1
2019-09-04target/openrisc: Check CPUCFG_OF32S for float insnsRichard Henderson1-1/+1
2019-09-04target/openrisc: Add VR2 and AVR special processor registersRichard Henderson1-2/+6
2019-09-04target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson1-7/+16
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-05-10target/openrisc: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-10/+5
2019-01-30target/openrisc: Fix LGPL version numberThomas Huth1-1/+1
2018-07-03linux-user: Implement signals for openriscRichard Henderson1-0/+1
2018-07-03target/openrisc: Increase the TLB sizeRichard Henderson1-2/+4
2018-07-03target/openrisc: Remove indirect function calls for mmuRichard Henderson1-4/+0
2018-07-03target/openrisc: Add print_insn_or1kRichard Henderson1-0/+6
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2