summaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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