summaryrefslogtreecommitdiff
path: root/target-ppc/helper.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer1-67/+56
2007-11-23Revert foolish patch.j_mayer1-3/+2
2007-11-23Fix ppc32 register dumps on 64-bit hosts.pbrook1-2/+3
2007-11-19PowerPC 620 MMU do not have the same exact behavior as standardj_mayer1-9/+32
2007-11-17Define Freescale cores specific MMU model, exceptions and input bus.j_mayer1-20/+58
2007-11-17PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer1-95/+39
2007-11-17Always make all PowerPC exception definitions visible.j_mayer1-36/+56
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-21/+0
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer1-8/+8
2007-11-10added cpu_model parameter to cpu_init()bellard1-3/+9
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer1-0/+73
2007-11-03PowerPC MMU and exception fixes:j_mayer1-20/+74
2007-11-02Fix PowerPC program exception that was broken by FPU exception patchesj_mayer1-5/+4
2007-10-28PowerPC coding style and inlining fixes.j_mayer1-33/+39
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-7/+6
2007-10-26Make PowerPC hypervisor resources able to compile, even if not enabled for now.j_mayer1-6/+18
2007-10-26Bugfix: PowerPC 64 slbia never invalidates the first segment entry.j_mayer1-1/+2
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-281/+137
2007-10-14Properly implement non-execute bit on PowerPC segments and PTEs.j_mayer1-127/+138
2007-10-14There is no need of a specific MMU model for PowerPC 601.j_mayer1-21/+0
2007-10-14Implement PowerPC 64 SLB invalidation helpers.j_mayer1-19/+63
2007-10-14Do not allow PowerPC CPU restart after entering checkstop mode.j_mayer1-5/+12
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-3/+8
2007-10-08Remove synonymous in PowerPC MSR bits definitions.j_mayer1-10/+10
2007-10-08Real-mode only PowerPC 40x do not have any TLBs.j_mayer1-1/+2
2007-10-08Implement exception prefix feature for PowerPC 601.j_mayer1-6/+7
2007-10-07PowerPC target coding style fixes.j_mayer1-21/+19
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer1-21/+24
2007-10-07Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer1-16/+8
2007-10-05Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer1-43/+167
2007-10-05PowerPC hardware reset vector is now considered as part of the exception model.j_mayer1-5/+1
2007-10-03Enable PowerPC 64 MMU model and exceptions.j_mayer1-68/+71
2007-10-03Fix PowerPC initialisation and first reset:j_mayer1-1/+4
2007-10-03We never have to export ppc_set_irq.j_mayer1-0/+13
2007-10-01Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer1-12/+6
2007-10-01Handle all MMU models in switches, even if it's just to abort because of lackj_mayer1-7/+100
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer1-28/+90
2007-09-30Fix PowerPC TLB miss dump code.j_mayer1-2/+2
2007-09-30XER is to be treated as a 64 bits register on 64 bits implementations,j_mayer1-2/+2
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-465/+528
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-126/+161
2007-09-21Avoid compilation warnings on 32 bits hosts.j_mayer1-1/+3
2007-09-21More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer1-0/+12
2007-09-21Make CPU hflags be a masked version of the PowerPC MSR.j_mayer1-3/+4
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer1-11/+68
2007-09-19Code provision for PowerPC 64 MMU model support.j_mayer1-65/+276
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-10/+16
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-8/+8
2007-07-12Fix crash in set registers in PPC gdb-stub, by Jason Wessel.ths1-4/+6