summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
Commit message (Expand)AuthorAgeFilesLines
* PowerPC coding style and inlining fixes.j_mayer2007-10-281-33/+39
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-7/+6
* Make PowerPC hypervisor resources able to compile, even if not enabled for now.j_mayer2007-10-261-6/+18
* Bugfix: PowerPC 64 slbia never invalidates the first segment entry.j_mayer2007-10-261-1/+2
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-281/+137
* Properly implement non-execute bit on PowerPC segments and PTEs.j_mayer2007-10-141-127/+138
* There is no need of a specific MMU model for PowerPC 601.j_mayer2007-10-141-21/+0
* Implement PowerPC 64 SLB invalidation helpers.j_mayer2007-10-141-19/+63
* Do not allow PowerPC CPU restart after entering checkstop mode.j_mayer2007-10-141-5/+12
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-3/+8
* Remove synonymous in PowerPC MSR bits definitions.j_mayer2007-10-081-10/+10
* Real-mode only PowerPC 40x do not have any TLBs.j_mayer2007-10-081-1/+2
* Implement exception prefix feature for PowerPC 601.j_mayer2007-10-081-6/+7
* PowerPC target coding style fixes.j_mayer2007-10-071-21/+19
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-21/+24
* Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer2007-10-071-16/+8
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-051-43/+167
* PowerPC hardware reset vector is now considered as part of the exception model.j_mayer2007-10-051-5/+1
* Enable PowerPC 64 MMU model and exceptions.j_mayer2007-10-031-68/+71
* Fix PowerPC initialisation and first reset:j_mayer2007-10-031-1/+4
* We never have to export ppc_set_irq.j_mayer2007-10-031-0/+13
* Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer2007-10-011-12/+6
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-011-7/+100
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-28/+90
* Fix PowerPC TLB miss dump code.j_mayer2007-09-301-2/+2
* XER is to be treated as a 64 bits register on 64 bits implementations,j_mayer2007-09-301-2/+2
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-465/+528
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-126/+161
* Avoid compilation warnings on 32 bits hosts.j_mayer2007-09-211-1/+3
* More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer2007-09-211-0/+12
* Make CPU hflags be a masked version of the PowerPC MSR.j_mayer2007-09-211-3/+4
* Code provision for PowerPC BookE MMU model support.j_mayer2007-09-191-11/+68
* Code provision for PowerPC 64 MMU model support.j_mayer2007-09-191-65/+276
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-10/+16
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* Fix crash in set registers in PPC gdb-stub, by Jason Wessel.ths2007-07-121-4/+6
* Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer2007-04-241-22/+74
* No functional changes:j_mayer2007-04-191-49/+65
* PowerPC 4xx software driven TLB fixes + debug traces.j_mayer2007-04-161-27/+111
* Add reset callbacks for PowerPC CPU.j_mayer2007-04-161-0/+78
* Add bus model (or input pins) into PowerPC CPU flags.j_mayer2007-04-161-0/+7
* Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer2007-04-161-14/+39
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-5/+5
* Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer2007-04-091-6/+10
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-2/+2
* Support for PowerPC BookE exception model.j_mayer2007-03-311-49/+92
* Merge PowerPC 405 MMU model.j_mayer2007-03-311-17/+142
* As embedded PowerPC TLB model is very different from PowerPC 6xx ones,j_mayer2007-03-311-11/+9
* New model for PowerPC CPU hardware interrupt events:j_mayer2007-03-301-0/+83
OpenPOWER on IntegriCloud