aboutsummaryrefslogtreecommitdiff
path: root/target-mips/cpu.h
AgeCommit message (Expand)Author
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-09-06mips: Support the MT TCStatus IXMT irq disable flagEdgar E. Iglesias
2011-09-06mips: Add MT halting and waking of VPEsEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-04-03Fix trivial "endianness bugs"Stefan Weil
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno
2010-07-24mips: Correct MIPS interrupt glue logic for icountEdgar E. Iglesias
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-06-09target-mips: add microMIPS exception handler supportNathan Froyd
2010-03-12Target specific usermode cleanupPaul Brook
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno
2009-12-13target-mips: add new HFLAGs for JALX and 16/32-bit delay slotsNathan Froyd
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno
2009-11-22target-mips: fix physical address type in MMU functionsAurelien Jarno
2009-11-22target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno
2009-11-14mips: fix cpu_reset memory leakBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-07-09MIPS atomic instructionsPaul Brook
2009-07-09MIPS usermode TLS registerPaul Brook
2009-03-29target-mips: optimize gen_compute_branch()aurel32
2009-03-08target-mips: rename helpers from do_ to helper_aurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2008-12-20Fix remaining compiler warnings for mips targets.ths
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-11target-mips: optimize gen_op_addr_add() (2/2)aurel32
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-09-18Move the active FPU registers into env again, and use more TCG registersths
2008-07-23Less hardcoding of TARGET_USER_ONLY.ths
2008-07-09Use temporary registers for the MIPS FPU emulation.ths
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-27More efficient target register / TC accesses.ths
2008-06-24Remove remaining uses of T0 in the MIPS target.ths
2008-06-24T1 is now dead.ths