aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-30target/hppa: Define hardware exception typesRichard Henderson1-5/+34
2018-01-30target/hppa: Define the rest of the PSWRichard Henderson1-0/+47
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-0/+1
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+2
2017-09-01hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov1-3/+1
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson1-0/+144