index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
microblaze
/
mmu.c
Age
Commit message (
Expand
)
Author
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2021-01-27
target/microblaze: use MMUAccessType instead of int in mmu_translate
Joe Komlodi
2020-11-17
target/microblaze: Fix possible array out of bounds in mmu_write()
AlexChen
2020-11-15
microblaze tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-09-07
target/microblaze: Move mmu parameters to MicroBlazeCPUConfig
Richard Henderson
2020-09-07
target/microblaze: Rename mmu structs
Richard Henderson
2020-09-01
target/microblaze: Fix width of PC and BTARGET
Richard Henderson
2020-09-01
target/microblaze: Split out PC from env->sregs
Richard Henderson
2019-06-10
target/microblaze: Use env_cpu, env_archcpu
Richard Henderson
2018-06-15
target-microblaze: mmu: Correct masking of output addresses
Edgar E. Iglesias
2018-05-29
target-microblaze: mmu: Cleanup debug log messages
Edgar E. Iglesias
2018-05-29
target-microblaze: Add support for extended access to TLBLO
Edgar E. Iglesias
2018-05-29
target-microblaze: mmu: Add a configurable output address mask
Edgar E. Iglesias
2018-05-29
target-microblaze: mmu: Prepare for 64-bit addresses
Edgar E. Iglesias
2018-05-29
target-microblaze: mmu: Remove unused register state
Edgar E. Iglesias
2018-05-29
target-microblaze: mmu: Add R_TBLX_MISS macros
Edgar E. Iglesias
2018-05-29
target-microblaze: Make special registers 64-bit
Edgar E. Iglesias
2018-04-30
target-microblaze: mmu: Make the TLBX MISS bit read-only
Edgar E. Iglesias
2018-04-30
target-microblaze: mmu: Make TLBSX write-only
Edgar E. Iglesias
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth