aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris
AgeCommit message (Expand)AuthorFilesLines
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno5-186/+180
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno4-77/+88
2012-09-08target-cris: Fix buffer overflowStefan Weil1-1/+1
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson3-5/+6
2012-06-14cris: Add break support for v10.Edgar E. Iglesias3-2/+4
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-2/+2
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+4
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-cris: Let cpu_cris_init() return CRISCPUAndreas Färber2-6/+14
2012-06-04target-cris: Reindent cpu_cris_init()Andreas Färber1-52/+53
2012-04-24target-cris: Start QOM'ifying CPU initAndreas Färber2-1/+10
2012-04-24target-cris: QOM'ify CPU resetAndreas Färber2-21/+24
2012-04-24target-cris: QOM'ify CPUAndreas Färber4-1/+135
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-7/+5
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber7-62/+62
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-cris: Clean includesStefan Weil4-16/+3
2011-12-12cris: Handle conditional stores on CRISv10Stefan Sandstrom3-6/+69
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-20target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell1-6/+6
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-8/+7
2011-07-30exec.h cleanupBlue Swirl2-29/+3
2011-06-28cris: Handle opcode zeroEdgar E. Iglesias1-3/+0
2011-06-26Remove exec-all.h include directivesBlue Swirl4-4/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-11/+11
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+2
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson1-0/+3
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini1-3/+1
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias1-9/+2
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias1-0/+3
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias1-2/+2
2011-01-10cris: Allow more TB chaining for crisv10Edgar E. Iglesias2-14/+33
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias1-19/+22
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias1-6/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil2-4/+3
2010-10-13cris: avoid a write only variableBlue Swirl1-3/+2
2010-10-07cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias1-1/+3
2010-10-02target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-09-19cris: Fix watchdog resetsEdgar E. Iglesias1-2/+3
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias2-2/+2
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl1-1/+1
2010-09-16cris: Avoid spurios hw_abort on recursive bus faultsEdgar E. Iglesias1-1/+7
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias3-20/+10
2010-07-05cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias1-0/+17
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias1-8/+13
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-3/+0
2010-06-16cris: Move sign extension.Edgar E. Iglesias1-13/+13
2010-06-16cris: Centralize fetchingEdgar E. Iglesias1-22/+44
2010-06-16cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias1-86/+86
2010-06-10cris: Break out image loading to hw/cris-boot.c.Edgar E. Iglesias1-0/+2
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-2/+2
2010-05-19Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti1-1/+1
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl2-7/+2
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl2-8/+10
2010-03-17Large page TLB flushPaul Brook1-2/+3
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+3
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl2-4/+2
2010-02-20cris: Mask interrupts on dslots for CRISv10.Edgar E. Iglesias1-0/+4
2010-02-15crisv10: Prettify.Edgar E. Iglesias1-95/+91
2010-02-15cris: Add support for CRISv10 translation.Edgar E. Iglesias4-30/+1486
2010-02-15cris: Use tcg_gen_movi_tl.Edgar E. Iglesias1-2/+2
2010-02-15cris: Add v10 style interrupts.Edgar E. Iglesias1-5/+63
2010-02-15crisv10: Always clear the V and C flags on btst.Edgar E. Iglesias1-0/+2
2010-02-15cris: Prepare for CRISv10.Edgar E. Iglesias1-1/+7
2010-01-31cris: Prettify register dumps.Edgar E. Iglesias1-2/+2
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2009-10-10CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias2-3/+5
2009-10-08CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias2-7/+5
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
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 Swirl8-16/+8
2009-06-23cris: Remove unused internal flag.Edgar E. Iglesias1-3/+0
2009-06-12CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias1-8/+8
2009-06-03CRIS: Remove duplicated flag defines.Edgar E. Iglesias1-2/+0
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-6/+0
2009-05-13Include assert.h from qemu-common.hPaul Brook2-2/+0
2009-05-12CRIS: Fix bmi.Edgar E. Iglesias1-1/+2
2009-04-25CRIS: cris_mmu_result_t -> cris_mmu_resultEdgar E. Iglesias3-6/+6
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-0/+5
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-03-03CRIS: Avoid endless loops for unstested CRIS cpu-state load/save.edgar_igl1-4/+4
2009-02-22CRIS: Fix remaining build warnings.edgar_igl3-4/+5
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl2-0/+3
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-3/+3
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori4-17/+13
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori4-166/+187
2009-01-07CRIS: Purify some of the flag evaluation helpers.edgar_igl3-160/+154
2009-01-07CRIS: Implement set_thread_area for CRIS.edgar_igl1-0/+5
2009-01-07CRIS: Use a helper for lz.edgar_igl3-69/+8
2009-01-07CRIS: bound operates directly on regs, no need to allocate temp destination.edgar_igl1-3/+0
2009-01-07CRIS: Speedup btst by using a helper.edgar_igl3-74/+39
2009-01-07CRIS: NMI wakes up the core.edgar_igl1-1/+4
2009-01-07CRIS: NMI wakes up the core.edgar_igl1-1/+5
2009-01-07CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.edgar_igl1-1/+2
2009-01-07CRIS: Slight performance improvement for flag evaluation.edgar_igl3-59/+76
2009-01-07ETRAX: Add a model for the axis devboard88 machine.edgar_igl1-0/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel327-7/+7
2009-01-04CRIS: Dont flush kernel protected pages when modifying $pid.edgar_igl1-5/+2
2009-01-04CRIS: Remove unused pfn member from mmu translation results.edgar_igl2-6/+1
2008-12-29CRIS: Remove CRIS specific do_unassigned_access.edgar_igl2-9/+0
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-07Remove FORCE_RET() and RETURN()aurel322-3/+0
2008-11-30Common cpu_loop_exit prototypeaurel321-2/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-21CRIS: remove unused op_template.h.edgar_igl1-48/+0
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-4/+5
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+9
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+7
2008-11-17TCG variable type checking.pbrook2-151/+155
2008-11-01target-cris: access to TCG variables through GET_TCGV()aurel321-1/+1
2008-10-28CRIS: Plug more temp leaks.edgar_igl1-5/+5
2008-10-27CRIS: Plug a few temp leaks.edgar_igl1-1/+3
2008-10-27CRIS: Remove cpu_T.edgar_igl2-102/+155
2008-10-27CRIS: Avoid more cpu_T usage.edgar_igl1-95/+175
2008-10-27CRIS: Avoid cpu_T[1] for move_r.edgar_igl1-3/+7
2008-10-27CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl1-44/+41
2008-10-27CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl1-29/+40
2008-10-26CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl1-12/+12
2008-10-11CRIS: Initialize the arch version preg to v32.edgar_igl1-0/+1
2008-10-08CRIS: Partial EXS reg support and fixes for SPC.edgar_igl2-10/+5
2008-10-08CRIS: Correct typos.edgar_igl1-3/+2
2008-10-07CRIS: Make local objects static.edgar_igl1-24/+24
2008-10-07CRIS: Fix brk 8 and add S-flag emulation.edgar_igl4-17/+50
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir12-4/+4
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl4-37/+36
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-05CRIS: Mask off the cache selection bit after MMU translations.edgar_igl1-1/+5
2008-09-05TCG fixes for target-crisaurel321-2/+2
2008-09-03CRIS: Avoid a few unecessary steps in the mmu.edgar_igl1-12/+8
2008-09-03CRIS: Remove redundant code.edgar_igl1-2/+0
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-1/+0
2008-07-29Remove dyngen leftovers.edgar_igl2-1044/+0
2008-07-25CRIS: Correct condition for when to apply fast move flags evaluation. Correct...edgar_igl1-2/+3
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-6/+5
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2-2/+2
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-3/+0
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-30Move CPU save/load registration to common code.pbrook1-0/+2
2008-06-30CRIS: Correct writes to TLB hi.edgar_igl1-2/+2
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl2-4/+11
2008-06-29Add instruction counter.pbrook2-1/+22
2008-06-09CRIS: Add (untested) cpu-state save/load.edgar_igl1-0/+88
2008-06-09CRIS: Emulate NMIs.edgar_igl2-15/+19
2008-06-09CRIS: Support RFN insn.edgar_igl2-0/+20
2008-06-09CRIS: Translator updates.edgar_igl1-7/+14
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook1-2/+6
2008-06-06CRIS translator updatesedgar_igl1-103/+212
2008-06-06Correct P flag assertion in rfe.edgar_igl1-1/+3
2008-05-30Fix typo.pbrook1-1/+1
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook1-0/+9
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard1-2/+0
2008-05-28moved halted field to CPU_COMMONbellard1-1/+0
2008-05-27CRIS: Restructure the translator to allow for better code generation.edgar_igl5-386/+544
2008-05-25remove absolete functionbellard1-5/+0
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-24Fix ARM conditional branch bug.pbrook1-9/+9
2008-05-17Use tcg_gen_not.edgar_igl1-4/+4
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl7-140/+195
2008-05-12CRIS: Remove some old dyngen T0/T1 fiddle. More usage of the results from the...edgar_igl1-34/+38
2008-05-11Add TCG native negation op.pbrook1-9/+7
2008-05-11CRIS: Add support for the pseudo randomized set that the mmu provides with TL...edgar_igl2-13/+41
2008-05-11Add zero extension (pseudo-)ops.pbrook1-3/+2
2008-05-10CRIS: helper_dummy no longer needed as barrier for qemu_ld/st.edgar_igl1-13/+0
2008-05-09Move #include "softfloat.h" to cpu-all.haurel321-2/+0
2008-05-09CRIS: Concistent use of btarget and make it possible to single-step over dela...edgar_igl1-10/+14
2008-05-07CRIS: More TCG conversion.edgar_igl5-103/+332
2008-05-06More TCG updates for CRISedgar_igl1-64/+90
2008-05-06CRIS MMU Updatesedgar_igl3-10/+28
2008-05-04remove target ifdefs from vl.caurel321-0/+7
2008-05-03CRIS: Convert divide step to TCG.edgar_igl1-1/+18
2008-05-03CRIS: Convert lz (leading zeros) to TCG.edgar_igl1-1/+69
2008-05-03CRIS: Eliminate a few unneeded moves to/from T0/T1.edgar_igl1-9/+10
2008-05-03CRIS: Do post-increment without going via T0.edgar_igl1-6/+3
2008-05-02CRIS updates:edgar_igl8-637/+936
2008-04-28Factorize code in translate.caurel321-0/+6
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-03-25m68k mmap2 fixes.pbrook1-0/+1
2008-03-16More TCG conversions for CRIS.edgar_igl1-33/+81
2008-03-16Remove unused members.edgar_igl1-7/+0