aboutsummaryrefslogtreecommitdiff
path: root/target/mips/helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-18target/mips: Implement hardware page table walker for MIPS32Yongbok Kim1-2/+363
2018-08-24target/mips: Add updating BadInstr and BadInstrX for nanoMIPSStefan Markovic1-0/+16
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim1-1/+3
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-0/+1
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan1-2/+2
2017-08-02mips: Improve segment defs for KVM T&E guestsJames Hogan1-12/+11
2017-07-20target/mips: Implement segmentation controlJames Hogan1-39/+152
2017-07-20target/mips: Check memory permissions with mem_idxJames Hogan1-8/+9
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan1-6/+8
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan1-1/+1
2017-07-17mips: set CP0 Debug DExcCode for SDBBP instructionPavel Dovgalyuk1-0/+2
2017-03-20target-mips: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-4/+12
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-3/+3
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+969