aboutsummaryrefslogtreecommitdiffstats
path: root/target/openrisc/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell2024-07-111-0/+1
* accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-061-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé2024-03-121-4/+4
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-1/+1
* target/openrisc: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-0/+13
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* target/openrisc: Use generic cpu_list()Gavin Shan2024-01-051-42/+0
* cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé2024-01-051-3/+1
* hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé2023-11-071-2/+1
* accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson2023-10-041-5/+1
* target/*: Add instance_align to all cpu base classesRichard Henderson2023-10-031-0/+1
* target/openrisc: Setup FPU for detecting tininess before roundingStafford Horne2023-05-111-0/+4
* target/openrisc: Replace `tb_pc()` with `tb->pc`Anton Johansson2023-03-011-1/+3
* target/openrisc: Convert to 3-phase resetPeter Maydell2022-12-161-4/+8
* target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+13
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-1/+1
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* target/openrisc: Interrupt handling fixesStafford Horne2022-09-041-1/+0
* target/openrisc: Do not reset delay slot flag on early tb exitStafford Horne2022-05-151-0/+11
* target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-1/+1
* target/openrisc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-1/+1
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-261-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-261-0/+8
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-4/+13
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* target/openrisc: Move pic_cpu code into CPU object properPeter Maydell2020-12-151-0/+32
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-171-4/+4
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1
* target/openrisc: Update cpu "any" to v1.3Richard Henderson2019-09-041-1/+1
* target/openrisc: Implement move to/from FPCSRRichard Henderson2019-09-041-0/+1
* target/openrisc: Add support for ORFPX64A32Richard Henderson2019-09-041-1/+1
* target/openrisc: Check CPUCFG_OF32S for float insnsRichard Henderson2019-09-041-1/+1
* target/openrisc: Add VR2 and AVR special processor registersRichard Henderson2019-09-041-2/+6
* target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson2019-09-041-7/+16
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1
* target/openrisc: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-3/+2
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-10/+5
* target/openrisc: Fix LGPL version numberThomas Huth2019-01-301-1/+1
* linux-user: Implement signals for openriscRichard Henderson2018-07-031-0/+1
* target/openrisc: Increase the TLB sizeRichard Henderson2018-07-031-2/+4
* target/openrisc: Remove indirect function calls for mmuRichard Henderson2018-07-031-4/+0
* target/openrisc: Add print_insn_or1kRichard Henderson2018-07-031-0/+6
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-3/+2