summaryrefslogtreecommitdiffstats
path: root/target/hppa/mem_helper.c
Commit message (Expand)AuthorAgeFilesLines
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* target/hppa: Use env_cpu, env_archcpuRichard Henderson2019-06-101-6/+4Star
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
* target/hppa: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-5/+17
* target/hppa: Always return EXCP_DMAR for protection id trapNick Hudson2019-04-291-2/+1Star
* target/hppa: add TLB protection id checkSven Schnelle2019-03-121-1/+27
* target/hppa: allow multiple itlbp without itlbaSven Schnelle2019-03-121-1/+1
* target/hppa: add TLB trace eventsSven Schnelle2019-03-121-2/+19
* target/hppa: report ITLB_EXCP_MISS for ITLB missesSven Schnelle2019-03-121-3/+1Star
* target/hppa: fix TLB handling for page 0Sven Schnelle2019-03-121-5/+7
* target/hppa: Raise exception 26 on emulated hardwareHelge Deller2018-10-171-1/+2
* target/hppa: Only use EXCP_DTLB_MISSRichard Henderson2018-01-311-1/+3
* target/hppa: Implement B,GATE insnRichard Henderson2018-01-311-0/+8
* target/hppa: Implement LPARichard Henderson2018-01-301-0/+21
* target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson2018-01-301-0/+37
* target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson2018-01-301-2/+78
* target/hppa: Implement tlb_fillRichard Henderson2018-01-301-7/+155
* target/hppa: Add control registersRichard Henderson2018-01-301-1/+1
* target/hppa: Define hardware exception typesRichard Henderson2018-01-301-1/+3
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-301-0/+54