aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/mem_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-06-10target/hppa: Use env_cpu, env_archcpuRichard Henderson1-6/+4
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-6/+0
2019-05-10target/hppa: Convert to CPUClass::tlb_fillRichard Henderson1-5/+17
2019-04-29target/hppa: Always return EXCP_DMAR for protection id trapNick Hudson1-2/+1
2019-03-12target/hppa: add TLB protection id checkSven Schnelle1-1/+27
2019-03-12target/hppa: allow multiple itlbp without itlbaSven Schnelle1-1/+1
2019-03-12target/hppa: add TLB trace eventsSven Schnelle1-2/+19
2019-03-12target/hppa: report ITLB_EXCP_MISS for ITLB missesSven Schnelle1-3/+1
2019-03-12target/hppa: fix TLB handling for page 0Sven Schnelle1-5/+7
2018-10-16target/hppa: Raise exception 26 on emulated hardwareHelge Deller1-1/+2
2018-01-31target/hppa: Only use EXCP_DTLB_MISSRichard Henderson1-1/+3
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson1-0/+8
2018-01-30target/hppa: Implement LPARichard Henderson1-0/+21
2018-01-30target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson1-0/+37
2018-01-30target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson1-2/+78
2018-01-30target/hppa: Implement tlb_fillRichard Henderson1-7/+155
2018-01-30target/hppa: Add control registersRichard Henderson1-1/+1
2018-01-30target/hppa: Define hardware exception typesRichard Henderson1-1/+3
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-0/+54