aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc/sys_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-11-17target/openrisc: Remove dead code attempting to check "is timer disabled"Peter Maydell1-3/+0
2019-09-04target/openrisc: Implement move to/from FPCSRRichard Henderson1-5/+11
2019-09-04target/openrisc: Add VR2 and AVR special processor registersRichard Henderson1-0/+6
2019-09-04target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson1-2/+2
2019-09-04target/openrisc: Make VR and PPC read-onlyRichard Henderson1-9/+1
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+5
2019-06-10target/openrisc: Use env_cpu, env_archcpuRichard Henderson1-4/+4
2019-01-30target/openrisc: Fix LGPL version numberThomas Huth1-1/+1
2018-07-03target/openrisc: Fix writes to interrupt mask registerStafford Horne1-1/+1
2018-07-03target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson1-8/+8
2018-07-03target/openrisc: Fix cpu_mmu_indexRichard Henderson1-4/+0
2018-07-03target/openrisc: Fix tlb flushing in mtsprRichard Henderson1-6/+15
2018-07-03target/openrisc: Reduce tlb to a single dimensionRichard Henderson1-10/+10
2018-07-03target/openrisc: Remove indirect function calls for mmuRichard Henderson1-15/+0
2018-07-03target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson1-14/+14
2018-07-03target/openrisc: Form the spr index from tcgRichard Henderson1-6/+3
2018-07-02target/openrisc: Fix mtspr shadow gprsRichard Henderson1-0/+1
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-4/+4
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne1-2/+2
2017-10-21target/openrisc: Make coreid and numcores variableStafford Horne1-2/+3
2017-05-04target/openrisc: Support non-busy idle state using PMR SPRStafford Horne1-0/+13
2017-05-04target/openrisc: implement shadow registersStafford Horne1-0/+9
2017-05-04target/openrisc: add numcores and coreid supportStafford Horne1-0/+6
2017-04-21target/openrisc: Implement EVBAR registerTim 'mithro' Ansell1-0/+7
2017-02-14target/openrisc: Tidy handling of delayed branchesRichard Henderson1-1/+1
2017-02-14target/openrisc: Tidy ppc/npc implementationRichard Henderson1-28/+16
2017-02-14target/openrisc: Represent MACHI:MACLO as a single unitRichard Henderson1-0/+13
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson1-3/+2
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+288