aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-03target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64Helge Deller1-1/+1
2024-05-15target/hppa: Split PSW X and B into their own fieldRichard Henderson1-3/+3
2024-05-15target/hppa: Improve hppa_cpu_dump_stateRichard Henderson1-6/+54
2024-03-03target: hppa: Fix unaligned double word accesses for hppa64Guenter Roeck1-1/+2
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson1-21/+11
2023-11-06target/hppa: Adjust hppa_cpu_dump_state for hppa64Richard Henderson1-9/+19
2023-11-06target/hppa: Update cpu_hppa_get/put_psw for hppa64Richard Henderson1-11/+52
2023-11-06target/hppa: Include PSW_P in tb flags and mmu indexRichard Henderson1-8/+0
2023-08-25target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller1-1/+1
2022-09-27linux-user/hppa: Dump IIR on register dumpHelge Deller1-2/+4
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-1/+1
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-06-10target/hppa: Use env_cpu, env_archcpuRichard Henderson1-2/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-12/+12
2019-03-12target/hppa: add TLB protection id checkSven Schnelle1-0/+10
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-01-30target/hppa: Implement IASQRichard Henderson1-1/+2
2018-01-30target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson1-63/+0
2018-01-30target/hppa: Add space registersRichard Henderson1-5/+9
2018-01-30target/hppa: Split address size from register sizeRichard Henderson1-9/+9
2018-01-30target/hppa: Define hardware exception typesRichard Henderson1-17/+44
2018-01-30target/hppa: Define the rest of the PSWRichard Henderson1-14/+39
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-10/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson1-0/+137