aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)AuthorFilesLines
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson2-5/+14
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell4-24/+24
2024-01-13target/hppa: Fix IOR and ISR on error in probeHelge Deller1-5/+1
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller1-5/+1
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller2-11/+13
2024-01-13target/hppa: Avoid accessing %gr0 when raising exceptionHelge Deller1-1/+1
2024-01-13target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0Helge Deller1-2/+8
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-4/+4
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan2-27/+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-12-29target/hppa: Constify VMState in machine.cRichard Henderson1-1/+1
2023-11-20Merge tag 'hppa64-fixes-pull-request' of https://github.com/hdeller/qemu-hppa...Stefan Hajnoczi1-2/+2
2023-11-17target/hppa: Fix 64-bit SHRPD instructionHelge Deller1-2/+2
2023-11-15target/hppa: spelling fixes: Indicies, TruelyMichael Tokarev2-2/+2
2023-11-13target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40Richard Henderson2-18/+35
2023-11-13target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDXRichard Henderson3-36/+39
2023-11-13target/hppa: Introduce MMU_IDX_MMU_DISABLEDRichard Henderson3-11/+14
2023-11-13target/hppa: Fix possible overflow in TLB size calculationHelge Deller1-2/+2
2023-11-13target/hppa: Fix calculation of CR_IIASQ back registerHelge Deller1-1/+1
2023-11-13target/hppa: Use PRIV_P_TO_MMU_IDX in helper_probeRichard Henderson1-2/+3
2023-11-13target/hppa: Use only low 2 immediate bits for PROBEIRichard Henderson1-1/+1
2023-11-12target/hppa: Mask reserved PSW bits in expand_sm_immHelge Deller1-5/+8
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2-16/+14
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé1-1/+1
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé2-4/+0
2023-11-06target/hppa: Improve interrupt loggingRichard Henderson1-8/+4
2023-11-06target/hppa: Update IIAOQ, IIASQ for pa2.0Richard Henderson2-18/+38
2023-11-06target/hppa: Create raise_exception_with_iorRichard Henderson1-13/+51
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson3-2/+20
2023-11-06target/hppa: Clear upper bits in mtctl for pa1.xHelge Deller1-1/+7
2023-11-06target/hppa: Avoid async_safe_run_on_cpu on uniprocessor systemRichard Henderson1-1/+7
2023-11-06target/hppa: Add pa2.0 cpu local tlb flushesHelge Deller5-12/+84
2023-11-06target/hppa: Implement pa2.0 data prefetch instructionsRichard Henderson1-1/+9
2023-11-06target/hppa: Return zero for r0 from load_gprRichard Henderson1-3/+1
2023-11-06target/hppa: Precompute zero into DisasContextRichard Henderson1-16/+18
2023-11-06target/hppa: Fix interruption based on default PSWHelge Deller2-4/+16
2023-11-06target/hppa: Implement PERMHRichard Henderson2-0/+31
2023-11-06target/hppa: Implement MIXH, MIXWRichard Henderson2-0/+60
2023-11-06target/hppa: Implement HSHLADD, HSHRADDRichard Henderson4-2/+76
2023-11-06target/hppa: Implement HSHL, HSHRRichard Henderson2-0/+40
2023-11-06target/hppa: Implement HAVGRichard Henderson4-0/+22
2023-11-06target/hppa: Implement HSUBRichard Henderson4-0/+53
2023-11-06target/hppa: Implement HADDRichard Henderson4-1/+79
2023-11-06target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64Richard Henderson1-4/+4
2023-11-06target/hppa: Use tcg_temp_new_i64 not tcg_temp_newRichard Henderson1-80/+82
2023-11-06target/hppa: Adjust vmstate_env for pa2.0 tlbRichard Henderson1-37/+58
2023-11-06target/hppa: Remove remaining TARGET_REGISTER_BITS redirectionsRichard Henderson1-33/+13