summaryrefslogtreecommitdiffstats
path: root/target-mips/helper.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-2/+3
* target-mips: Add ASE DSP resources access checkJia Liu2012-10-311-0/+3
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-9/+9
* target-mips: Use cpu_reset() in do_interrupt()Andreas Färber2012-06-041-1/+2
* target-mips: Don't overuse CPUStateAndreas Färber2012-03-141-12/+12
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* mips: Correct VInt vector generationEdgar E. Iglesias2011-09-061-3/+3
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-3/+3
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* target-mips: Fix warning caused by unused local variableAurelien Jarno2011-05-151-8/+6
* mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias2010-08-061-0/+27
* target-mips: fix xtlb exception for loongsonAurelien Jarno2010-07-171-2/+4
* target-mips: add microMIPS exception handler supportNathan Froyd2010-06-091-6/+15
* Large page TLB flushPaul Brook2010-03-171-3/+4
* Target specific usermode cleanupPaul Brook2010-03-121-1/+4
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-4/+2
* target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno2010-02-061-4/+4
* target-mips: change interrupt bits to be mips16-awareNathan Froyd2009-12-131-21/+30
* target-mips: add a function to do virtual -> physical translationsAurelien Jarno2009-11-301-0/+23
* target-mips: split code raising MMU exception in a separate functionAurelien Jarno2009-11-301-46/+53
* target-mips: fix physical address type in MMU functionsAurelien Jarno2009-11-221-7/+7
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-3/+3
* Get rid of _t suffixmalc2009-10-011-3/+3
* target-mips: unmatched brackets in if 0Michael S. Tsirkin2009-09-301-1/+0
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-25/+14
* target-mips: fix indentationaurel322009-01-141-19/+19
* target-mips: get rid of tests on env->user_mode_onlyaurel322009-01-121-220/+223
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix remaining compiler warnings for mips targets.ths2008-12-201-4/+0
* Fix Xcontext fill, by Here Poussineau.ths2008-09-211-1/+1
* Less hardcoding of TARGET_USER_ONLY.ths2008-07-231-221/+215
* More efficient target register / TC accesses.ths2008-06-271-15/+15
* Fix infinite loop when invalidating TLB, by Herve Poussineau.ths2008-03-291-1/+1
* Handle some more exception types.ths2008-01-041-29/+43
* Fix exception debug output.ths2008-01-031-39/+36
* De-cruft exception definitions, and implement nicer debug output.ths2007-12-261-11/+53
* Improved PABITS handling, and config register fixes.ths2007-12-251-3/+2
* Fix off-by-one address checks in MIPS64 MMU, by Aurelien Jarno.ths2007-11-221-4/+4
* Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths2007-11-081-8/+8
* Fix logic bug which broke TLBL/TLBS handling somewhat.ths2007-10-291-3/+3
* Implement missing MIPS supervisor mode bits.ths2007-10-281-3/+3
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-4/+4
* Fix off-by-one in address check.ths2007-10-131-11/+8
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-301-8/+8
* Supervisor mode implementation, by Aurelien Jarno.ths2007-09-291-27/+34
* hflags computation cleanup, by Aurelien Jarno.ths2007-09-261-7/+3
* Optimise instructions accessing CP0, by Aurelien Jarno.ths2007-09-251-0/+3
OpenPOWER on IntegriCloud