summaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
AgeCommit message (Expand)Author
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-07-05hppa: Delete unused hppa_cpu_list() functionEduardo Habkost
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/hppa: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-05-10target/hppa: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-12target/hppa: add TLB protection id checkSven Schnelle
2018-03-26target/hppa: Include priv level in user-only iaoqRichard Henderson
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-01-31target/hppa: Enable MTTCGRichard Henderson
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson
2018-01-31target/hppa: Add migration for the cpuRichard Henderson
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson
2018-01-30target/hppa: Implement LPARichard Henderson
2018-01-30target/hppa: Implement the interval timerRichard Henderson
2018-01-30target/hppa: Implement external interruptsRichard Henderson
2018-01-30target/hppa: Implement tlb_fillRichard Henderson
2018-01-30target/hppa: Implement IASQRichard Henderson
2018-01-30target/hppa: Use space registers in data operationsRichard Henderson
2018-01-30target/hppa: Implement rfiRichard Henderson
2018-01-30target/hppa: Add control registersRichard Henderson
2018-01-30target/hppa: Add space registersRichard Henderson
2018-01-30target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson
2018-01-30target/hppa: Split address size from register sizeRichard Henderson
2018-01-30target/hppa: Define hardware exception typesRichard Henderson
2018-01-30target/hppa: Define the rest of the PSWRichard Henderson
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-09-01hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson