aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/helper.c
AgeCommit message (Expand)Author
2024-03-12target/nios2: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2022-04-26target/nios2: Advance pc when raising exceptionsRichard Henderson
2022-04-26target/nios2: Implement EIC interrupt processingRichard Henderson
2022-04-26target/nios2: Enable unaligned traps for system modeRichard Henderson
2022-04-26target/nios2: Support division error exceptionRichard Henderson
2022-04-26target/nios2: Clean up handling of tlbmisc in do_exceptionRichard Henderson
2022-04-26target/nios2: Cleanup set of CR_EXCEPTION for do_interruptRichard Henderson
2022-04-26target/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGNDRichard Henderson
2022-04-26target/nios2: Hoist CPU_LOG_INT loggingRichard Henderson
2022-04-26target/nios2: Clean up nios2_cpu_do_interruptRichard Henderson
2022-04-26target/nios2: Create EXCP_SEMIHOST for semi-hostingRichard Henderson
2022-04-26target/nios2: Use hw/registerfields.h for CR_TLBMISC fieldsRichard Henderson
2022-04-26target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WERichard Henderson
2022-04-26target/nios2: Use hw/registerfields.h for CR_TLBADDR fieldsRichard Henderson
2022-04-26target/nios2: Use hw/registerfields.h for CR_EXCEPTION fieldsRichard Henderson
2022-04-26target/nios2: Split control registers away from general registersRichard Henderson
2022-04-26target/nios2: Split PC out of env->regs[]Richard Henderson
2022-04-26target/nios2: Build helper.c for system onlyRichard Henderson
2022-04-26target/nios2: Remove nios2_cpu_record_sigsegvRichard Henderson
2022-04-26target/nios2: Remove user-only nios2_cpu_do_interruptRichard Henderson
2021-11-02target/nios2: Implement nios2_cpu_record_sigsegvRichard Henderson
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/nios2: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-29Add Nios II semihosting support.Sandra Loosemore
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé
2017-01-24nios2: Add architecture emulation supportChris Wulff