aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris
AgeCommit message (Expand)AuthorFilesLines
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson1-4/+4
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-3/+0
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-2/+3
2013-07-27target-cris: Factor out CPUClass::gdb_read_register() hook for v10Andreas Färber3-6/+9
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber4-2/+15
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-15/+15
2013-07-27target-cris: Move cpu_gdb_{read,write}_register()Andreas Färber1-0/+125
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+2
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber3-3/+9
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-3/+4
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-4/+0
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber1-0/+8
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-5/+0
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-1/+1
2013-07-09target-cris: Change gen_intermediate_code_internal() argument to CRISCPUAndreas Färber1-4/+5
2013-07-09target-cris: gen_intermediate_code_internal() should be inlinedAndreas Färber1-1/+1
2013-07-09cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-14/+0
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-1/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber4-3/+11
2013-04-16target-cris: Override do_interrupt for pre-v32 CPU coresAndreas Färber3-6/+17
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber4-4/+10
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber3-7/+9
2013-03-12target-cris/helper.c: Update Coding StyleAndreas Färber1-197/+196
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber1-0/+1
2013-02-23target-cris: Use mul*2 in mul* insnsRichard Henderson1-42/+2
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-2/+0
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-cris: Introduce CRISCPU subclassesAndreas Färber3-49/+155
2013-02-16target-cris: Move TCG initialization to CRISCPU initfnAndreas Färber4-18/+19
2013-02-16target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber3-2/+18
2013-02-04target-cris: Build fix for debug outputAndreas Färber1-1/+1
2013-01-24target-cris: Fix typo in D_LOG() macroAndreas Färber2-2/+2
2013-01-21target-cris: Drop unused cpu_cris_close() prototypeAndreas Färber1-1/+0
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini2-2/+2
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini4-11/+11
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+4
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-5/+5
2012-11-17target-cris/translate.c: Code style clean-upEvgeny Voevodin1-2500/+2540
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-28target-cris: rename helper flagsAurelien Jarno1-9/+9
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
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