aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-216/+0
2022-04-26target/nios2: Use hw/registerfields.h for CR_TLBMISC fieldsRichard Henderson1-18/+17
2022-04-26target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WERichard Henderson1-2/+2
2022-04-26target/nios2: Use hw/registerfields.h for CR_TLBACC fieldsRichard Henderson1-8/+8
2022-04-26target/nios2: Use hw/registerfields.h for CR_TLBADDR fieldsRichard Henderson1-8/+9
2022-04-26target/nios2: Split control registers away from general registersRichard Henderson1-13/+13
2022-03-03target/nios2: Split mmu_writeRichard Henderson1-89/+87
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson1-3/+0
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson1-68/+28
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson1-20/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10target/nios2: Use env_cpu, env_archcpuRichard Henderson1-5/+5
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+2
2019-05-10target/nios2: Convert to CPUClass::tlb_fillRichard Henderson1-12/+0
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster1-3/+4
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-3/+3
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée1-5/+2
2017-01-24nios2: Add architecture emulation supportChris Wulff1-0/+296