aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-13target/hppa: Implement TCGCPUOps.tlb_fill_alignRichard Henderson1-1/+1
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-15target/hppa: Implement CF_PCRELRichard Henderson1-10/+9
2024-05-15target/hppa: Manage PSW_X and PSW_B in translatorRichard Henderson1-3/+7
2024-05-15target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson1-41/+31
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson1-2/+5
2024-05-15target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pcRichard Henderson1-4/+4
2024-05-15target/hppa: Move cpu_get_tb_cpu_state out of lineRichard Henderson1-0/+42
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller1-1/+2
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller1-0/+1
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-1/+1
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson1-0/+12
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell1-5/+1
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller1-5/+1
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan1-24/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-5/+1
2024-01-05target/hppa: Remove object_class_is_abstract()Gavin Shan1-3/+1
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson1-0/+1
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson1-1/+1
2023-11-06target/hppa: Remove TARGET_HPPA64Richard Henderson1-2/+0
2023-11-06target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson1-1/+9
2023-11-06target/hppa: Implement cpu_listRichard Henderson1-0/+24
2023-11-06target/hppa: Introduce TYPE_HPPA64_CPURichard Henderson1-15/+18
2023-11-06target/hppa: Populate an interval tree with valid tlb entriesRichard Henderson1-0/+2
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-03-01target/hppa: Replace `tb_pc()` with `tb->pc`Anton Johansson1-3/+5
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+19
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-2/+2
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-4/+4
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé1-0/+1
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+1
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-3/+4
2021-09-14target/hppa: 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-7/+15
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+3
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: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2019-07-05hppa: Delete unused hppa_cpu_list() functionEduardo Habkost1-17/+0