aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze/cpu.h
AgeCommit message (Expand)Author
2023-03-13target/microblaze: Remove `NB_MMU_MODES` defineAnton Johansson
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-21target/microblaze: Add gdbstub xmlRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2021-11-02target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-14target/microblaze: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
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