summaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.h
AgeCommit message (Expand)Author
2021-01-27target/microblaze: Add security attributes on memory transactionsJoe Komlodi
2021-01-27target/microblaze: Add use-non-secure propertyJoe Komlodi
2020-11-15microblaze tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-09-07target/microblaze: Fill in VMStateDescription for cpuRichard Henderson
2020-09-07target/microblaze: Move mmu parameters to MicroBlazeCPUConfigRichard Henderson
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson
2020-09-07target/microblaze: Reorg MicroBlazeCPUConfig to minimize holesRichard Henderson
2020-09-07target/microblaze: Split out MicroBlazeCPUConfigRichard Henderson
2020-09-07target/microblaze: Rename mmu structsRichard Henderson
2020-09-07target/microblaze: Renumber D_FLAGRichard Henderson
2020-09-07target/microblaze: Collected fixes for env->iflagsRichard Henderson
2020-09-01target/microblaze: Reduce linux-user address space to 32-bitRichard Henderson
2020-09-01target/microblaze: Reorganize branchingRichard Henderson
2020-09-01target/microblaze: Convert brk and brki to decodetreeRichard Henderson
2020-09-01target/microblaze: Use cc->do_unaligned_accessRichard Henderson
2020-09-01target/microblaze: Store "current" iflags in insn_startRichard Henderson
2020-09-01target/microblaze: Move bimm to BIMM_FLAGRichard Henderson
2020-09-01target/microblaze: Assert no overlap in flags making up tb_flagsRichard Henderson
2020-09-01target/microblaze: Replace MSR_EE_FLAG with MSR_EERichard Henderson
2020-09-01target/microblaze: Ensure imm constant is always availableRichard Henderson
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson
2020-09-01target/microblaze: Remove helper_debug and env->debugRichard Henderson
2020-09-01target/microblaze: Fix width of EDRRichard Henderson
2020-09-01target/microblaze: Fix width of BTRRichard Henderson
2020-09-01target/microblaze: Fix width of FSRRichard Henderson
2020-09-01target/microblaze: Fix width of ESRRichard Henderson
2020-09-01target/microblaze: Fix width of MSRRichard Henderson
2020-09-01target/microblaze: Fix width of PC and BTARGETRichard Henderson
2020-09-01target/microblaze: Split out EDR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out BTR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out EAR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson
2020-04-30target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-01-15target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/microblaze: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson