summaryrefslogtreecommitdiffstats
path: root/target-m68k/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0
* m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+0
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+0
* target-m68k: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-1/+0
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+1
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-2/+1
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-5/+0
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-5/+0
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-9/+0
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-1/+0
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-3/+1
* target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber2013-02-161-1/+1
* target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber2013-02-161-2/+10
* target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber2013-02-161-0/+1
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* target-m68k: Remove t1 from CPUM68KStateRichard Henderson2012-12-071-3/+0
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* target-m68k: QOM'ify CPUAndreas Färber2012-04-301-1/+2
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-m68k: Don't overuse CPUStateAndreas Färber2012-03-141-8/+8
* target-m68k: Clean includesStefan Weil2012-02-281-0/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-261-0/+12
* m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-261-1/+2
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-1/+2
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-031-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Add m68k_cpu_list()Laurent Vivier2009-05-091-0/+3
* clean build: Fix remaining m68k warningsaurel322009-03-071-0/+3
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+10
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-4/+0
* Add instruction counter.pbrook2008-06-291-0/+2
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0
* Convert m68k target to TCG.pbrook2008-05-241-4/+3
* added cpu_model parameter to cpu_init()bellard2007-11-101-7/+3
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+11
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
OpenPOWER on IntegriCloud