summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper_regs.h
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania2016-09-231-0/+17
* target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania2016-09-231-2/+2
* target-ppc: add TLB_NEED_LOCAL_FLUSH flagNikunj A Dadhania2016-09-231-2/+2
* ppc: Fix support for odd MSR combinationsBenjamin Herrenschmidt2016-07-181-24/+22Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* ppc: Enforce setting MSR:EE,IR and DR when MSR:PR is setBenjamin Herrenschmidt2016-07-011-0/+4
* ppc: Batch TLB flushes on 32-bit 6xx/7xx/7xxx in hash modeBenjamin Herrenschmidt2016-06-071-1/+1
* ppc: Properly tag the translation cache based on MMU modeBenjamin Herrenschmidt2016-06-071-1/+1
* ppc: Fix hreg_store_msr() so that non-HV mode cannot alter MSR:HVBenjamin Herrenschmidt2016-06-071-2/+2
* ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt2016-05-301-0/+13
* ppc: Use split I/D mmu modes to avoid flushes on interruptsBenjamin Herrenschmidt2016-05-301-7/+47
* PPC: Only enter MSR_POW when no interrupts pendingAlexander Graf2014-04-081-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-1/+1
* PPC: Add VSX to hflagsAlexander Graf2013-12-201-1/+1
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-4/+7
* Replace always_inline with inlineBlue Swirl2009-08-161-5/+5
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1Star
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-18/+0Star
* ppc: cleanup register typesaurel322008-09-041-1/+1
* PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer2007-11-171-8/+11
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-5/+2Star
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-5/+14
* Implement power-management for all defined PowerPC CPUs.j_mayer2007-10-261-23/+2Star
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-0/+142