summaryrefslogtreecommitdiffstats
path: root/target/nios2/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2020-12-151-2/+0Star
* target/nios2: Move IIC code into CPU object properPeter Maydell2020-12-151-1/+0Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-1/+1
* target/nios2: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson2020-01-161-2/+0Star
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+2
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/nios2: Use env_cpu, env_archcpuRichard Henderson2019-06-101-5/+0Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+0Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-3/+2Star
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-101-15/+2Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2019-05-161-2/+3
|\
| * target/nios2: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-2/+3
* | Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-3/+4
|/
* Add Nios II semihosting support.Sandra Loosemore2019-04-291-1/+3
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-2/+1Star
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-181-1/+1
* nios2: do not include exec-all.h from cpu.hPaolo Bonzini2018-06-011-1/+0Star
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-1/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-1/+0Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-1/+1
* nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé2017-12-181-1/+0Star
* linux-user: Tidy and enforce reserved_va initializationRichard Henderson2017-10-161-1/+5
* nios2: replace cpu_nios2_init() with cpu_generic_init()Igor Mammedov2017-09-011-2/+1Star
* nios2: Add architecture emulation supportChris Wulff2017-01-241-0/+272