aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+1
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+0
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-6/+2
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-0/+5
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson1-1/+4
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-3/+0
2021-09-14target/hppa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+2
2021-06-05target/hppa: Remove unused 'memory.h' headerPhilippe Mathieu-Daudé1-1/+0
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller1-1/+4
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com1-1/+0
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-08-16include: Make headers more self-containedMarkus Armbruster1-1/+1
2019-07-05hppa: Delete unused hppa_cpu_list() functionEduardo Habkost1-2/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-3/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/hppa: Use env_cpu, env_archcpuRichard Henderson1-5/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-2/+2
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-23/+1
2019-05-10target/hppa: Convert to CPUClass::tlb_fillRichard Henderson1-4/+4
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-1/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-03-12target/hppa: add TLB protection id checkSven Schnelle1-0/+10
2018-03-26target/hppa: Include priv level in user-only iaoqRichard Henderson1-2/+2
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-1/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-1/+0
2018-01-31target/hppa: Enable MTTCGRichard Henderson1-0/+6
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson1-0/+1
2018-01-31target/hppa: Add migration for the cpuRichard Henderson1-0/+1
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson1-1/+10
2018-01-30target/hppa: Implement LPARichard Henderson1-0/+1
2018-01-30target/hppa: Implement the interval timerRichard Henderson1-0/+2
2018-01-30target/hppa: Implement external interruptsRichard Henderson1-0/+1
2018-01-30target/hppa: Implement tlb_fillRichard Henderson1-2/+29
2018-01-30target/hppa: Implement IASQRichard Henderson1-2/+51
2018-01-30target/hppa: Use space registers in data operationsRichard Henderson1-0/+14
2018-01-30target/hppa: Implement rfiRichard Henderson1-0/+1
2018-01-30target/hppa: Add control registersRichard Henderson1-6/+17
2018-01-30target/hppa: Add space registersRichard Henderson1-0/+1
2018-01-30target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson1-4/+15
2018-01-30target/hppa: Split address size from register sizeRichard Henderson1-18/+30