aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/mmu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02target/sparc: Set fault address in sparc_cpu_do_unaligned_accessRichard Henderson1-0/+20
2021-11-02target/sparc: Split out build_sfsrRichard Henderson1-26/+46
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson1-25/+0
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-09-17target/sparc: Remove unused ldl_phys from dump_mmu()Peter Maydell1-3/+1
2019-09-17target/sparc: Handle bus errors in mmu_probe()Peter Maydell1-4/+25
2019-09-17target/sparc: Correctly handle bus errors in page table walksPeter Maydell1-4/+20
2019-09-03target/sparc: sun4u Invert Endian TTE bitTony Nguyen1-1/+7
2019-09-03target/sparc: Add TLB entry with attributesTony Nguyen1-14/+18
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson1-5/+5
2019-05-10target/sparc: Convert to CPUClass::tlb_fillRichard Henderson1-21/+37
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster1-48/+49
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-3/+3
2018-01-09target/sparc: remove MemoryRegionSection check code from sparc_cpu_get_phys_p...Jean-Christophe Dubois1-6/+0
2017-11-07linux-user/sparc: Put address for data faults where linux-user expects itPeter Maydell1-0/+8
2017-09-01sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov1-1/+1
2017-01-18target-sparc: add more registers to dump_mmuArtyom Tarasenko1-0/+2
2017-01-18target-sparc: allow 256M sized pagesArtyom Tarasenko1-17/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+880