aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-03target/openrisc: Reorg tlb lookupRichard Henderson1-8/+0
2018-07-03target/openrisc: Increase the TLB sizeRichard Henderson1-1/+1
2018-07-03target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson1-6/+4
2018-07-03target/openrisc: Fix cpu_mmu_indexRichard Henderson1-8/+15
2018-07-03target/openrisc: Reduce tlb to a single dimensionRichard Henderson1-4/+2
2018-07-03target/openrisc: Remove indirect function calls for mmuRichard Henderson1-11/+0
2018-07-03target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson1-2/+4
2018-07-03target/openrisc: Add print_insn_or1kRichard Henderson1-0/+1
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-1/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2017-10-27openrisc: cleanup cpu type name compositionIgor Mammedov1-0/+3
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne1-1/+3
2017-09-01openrisc: replace cpu_openrisc_init() with cpu_generic_init()Igor Mammedov1-3/+1
2017-05-04target/openrisc: Support non-busy idle state using PMR SPRStafford Horne1-0/+10
2017-05-04target/openrisc: Remove duplicate features propertyStafford Horne1-14/+2
2017-05-04target/openrisc: implement shadow registersStafford Horne1-2/+13
2017-04-21target/openrisc: Implement EVBAR registerTim 'mithro' Ansell1-0/+7
2017-02-14target/openrisc: Optimize for r0 being zeroRichard Henderson1-1/+4
2017-02-14target/openrisc: Tidy handling of delayed branchesRichard Henderson1-7/+5
2017-02-14target/openrisc: Tidy ppc/npc implementationRichard Henderson1-1/+1
2017-02-14target/openrisc: Fix maddRichard Henderson1-3/+0
2017-02-14target/openrisc: Represent MACHI:MACLO as a single unitRichard Henderson1-2/+1
2017-02-14target/openrisc: Keep SR_CY and SR_OV in a separate variablesRichard Henderson1-3/+10
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson1-2/+13
2017-02-14target/openrisc: Put SR[OVE] in TB flagsRichard Henderson1-2/+2
2017-02-14target/openrisc: Implement lwa, swaRichard Henderson1-0/+3
2017-02-14target/openrisc: Rename the cpu from or32 to or1kRichard Henderson1-1/+1
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-0/+3
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+411