aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-02fix spelling in target sub directoryDong Xu Wang1-1/+1
2011-08-25microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias1-0/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-20Fix unassigned memory access handlingBlue Swirl1-2/+2
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl1-0/+13
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson1-0/+3
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias1-0/+9
2011-04-11microblaze: Add constant for exception-code maskEdgar E. Iglesias1-0/+1
2011-04-11microblaze: Correct MMU_ZONES maskAlejandro Cabrera1-1/+1
2011-03-11microblaze: Add PVR for writeback cache, endiansMichal Simek1-0/+4
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias1-0/+2
2010-09-09microblaze: Add definitions for FSR reg fieldsEdgar E. Iglesias1-0/+7
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini1-5/+0
2010-06-07microblaze: Make MSR_UM and MSR_VM part of the tb flagsEdgar E. Iglesias1-4/+3
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias1-1/+1
2010-03-12Target specific usermode cleanupPaul Brook1-0/+2
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-09-03microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias1-0/+3
2009-09-03microblaze: Add infrastructure for supporting hw exceptions.Edgar E. Iglesias1-3/+18
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-26microblaze: Add translation routines.Edgar E. Iglesias1-0/+311