summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* added cpu_model parameter to cpu_init()bellard2007-11-101-6/+5
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-1/+4
* PowerPC MMU and exception fixes:j_mayer2007-11-031-0/+2
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-4/+74
* Add PowerPC power-management state check callback.j_mayer2007-10-251-0/+1
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-43/+39
* Properly implement non-execute bit on PowerPC segments and PTEs.j_mayer2007-10-141-0/+1
* Merge PowerPC 620 input bus definitions with standard PowerPC 6xx.j_mayer2007-10-141-26/+19
* There is no need of a specific MMU model for PowerPC 601.j_mayer2007-10-141-2/+0
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+19
* Unify '-cpu ?' option.j_mayer2007-10-121-0/+1
* Remove synonymous in PowerPC MSR bits definitions.j_mayer2007-10-081-23/+12
* Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer2007-10-071-4/+7
* PowerPC target coding style fixes.j_mayer2007-10-071-1/+0
* Reorganize the CPUPPCState structure to group features.j_mayer2007-10-071-16/+21
* Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer2007-10-071-23/+44
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-051-5/+9
* Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.j_mayer2007-10-051-2/+2
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-041-6/+5
* We never have to export ppc_set_irq.j_mayer2007-10-031-4/+10
* Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer2007-10-011-2/+2
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-0/+5
* Share input pins and internal interrupt controller between all PowerPC 40x.j_mayer2007-10-011-17/+9
* * Update OEA environment, following the PowerPC 2.04 specification:j_mayer2007-09-301-0/+7
* XER is to be treated as a 64 bits register on 64 bits implementations,j_mayer2007-09-301-2/+2
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-301-2/+6
* Code provision for hypervisor timers resources,j_mayer2007-09-291-0/+6
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-125/+143
* Define the proper bfd_mach to be used by the disassembler for eachj_mayer2007-09-291-0/+1
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-502/+139
* More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer2007-09-211-59/+151
* Make CPU hflags be a masked version of the PowerPC MSR.j_mayer2007-09-211-1/+1
* Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer2007-09-201-4/+0
* TARGET_FMT_lu may also be useful.j_mayer2007-09-191-1/+2
* More PowerPC target cleanups:j_mayer2007-09-191-13/+10
* Fix PowerPC 32 emulation on 64 bits hosts:j_mayer2007-09-181-12/+20
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Fix PPCEMB for 32bit hosts.ths2007-07-111-1/+1
* Spelling fixes, by Aurelien Jarno.ths2007-06-231-1/+1
* Move target-specific defines to the target directories.ths2007-06-031-0/+6
* Code provision for new PowerPC embedded target support with:j_mayer2007-04-241-3/+8
* Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer2007-04-241-0/+2
* Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer2007-04-161-0/+1
* PowerPC 4xx software driven TLB fixes + debug traces.j_mayer2007-04-161-8/+4
* Add reset callbacks for PowerPC CPU.j_mayer2007-04-161-0/+4
* Add bus model (or input pins) into PowerPC CPU flags.j_mayer2007-04-161-42/+77
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-3/+5
OpenPOWER on IntegriCloud