summaryrefslogtreecommitdiff
path: root/target-sparc/cpu.h
AgeCommit message (Expand)Author
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-08-22sparc32 remove an unnecessary cpu irq setBlue Swirl
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-07-27sparc64 really implement itlb/dtlb automatic replacement writesIgor Kovalenko
2009-07-27sparc64 name mmu registers and general cleanupIgor Kovalenko
2009-07-12sparc64: trap handling correctionsIgor Kovalenko
2009-05-19Hardware convenience libraryPaul Brook
2009-05-10Use dynamical computation for condition codesBlue Swirl
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2008-12-23Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir1
2008-12-23Better SuperSPARC emulation (Robert Reif)blueswir1
2008-12-23Implement tick interrupt disable bitsblueswir1
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir1
2008-10-03Rearrange tick functionsblueswir1
2008-10-03Fix missing prototype warnings by moving declarationsblueswir1
2008-09-22Add software and timer interrupt supportblueswir1
2008-09-20Move signal handler prototype back to cpu.hblueswir1
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir1
2008-09-09Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir1
2008-09-06Silence gcc warning about constant overflowblueswir1
2008-08-29Fix FCC handling for Sparc64 target, initial patch by Vince Weaverblueswir1
2008-08-29Fix Sparc64 boot on i386 host:blueswir1
2008-08-21Use initial CPU definition structure for some CPU fields instead of copyingblueswir1
2008-07-25Make MAXTL dynamic, bounds check tl when indexingblueswir1
2008-07-24Sparc32: save/load all MMU registers, Sparc64: add CPU save/loadblueswir1
2008-07-21Use MMU globals for some MMU trapsblueswir1
2008-07-20Make UA200x features selectable, add MMU typesblueswir1
2008-07-16Fix MMU miss trapsblueswir1
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-23Fix compiler warning (Jan Kiszka)blueswir1
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir1
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29MicroSparc I didn't have fsmuld opblueswir1
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-12Wrap long linesblueswir1
2008-05-10Remove duplicated fieldblueswir1
2008-05-10suppressed fixed registersbellard
2008-05-10Fix compiler warningsblueswir1
2008-05-09CPU feature selection supportblueswir1
2008-05-04Complete the TCG conversionblueswir1
2008-04-23Document the shift valuesblueswir1
2008-03-29 Move CPU stuff unrelated to translation to helper.cblueswir1