aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/mmu.c
AgeCommit message (Expand)Author
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-01-27target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi
2020-11-17target/microblaze: Fix possible array out of bounds in mmu_write()AlexChen
2020-11-15microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-09-07target/microblaze: Move mmu parameters to MicroBlazeCPUConfigRichard Henderson
2020-09-07target/microblaze: Rename mmu structsRichard Henderson
2020-09-01target/microblaze: Fix width of PC and BTARGETRichard Henderson
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson
2019-06-10target/microblaze: Use env_cpu, env_archcpuRichard Henderson
2018-06-15target-microblaze: mmu: Correct masking of output addressesEdgar E. Iglesias
2018-05-29target-microblaze: mmu: Cleanup debug log messagesEdgar E. Iglesias
2018-05-29target-microblaze: Add support for extended access to TLBLOEdgar E. Iglesias
2018-05-29target-microblaze: mmu: Add a configurable output address maskEdgar E. Iglesias
2018-05-29target-microblaze: mmu: Prepare for 64-bit addressesEdgar E. Iglesias
2018-05-29target-microblaze: mmu: Remove unused register stateEdgar E. Iglesias
2018-05-29target-microblaze: mmu: Add R_TBLX_MISS macrosEdgar E. Iglesias
2018-05-29target-microblaze: Make special registers 64-bitEdgar E. Iglesias
2018-04-30target-microblaze: mmu: Make the TLBX MISS bit read-onlyEdgar E. Iglesias
2018-04-30target-microblaze: mmu: Make TLBSX write-onlyEdgar E. Iglesias
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth