summaryrefslogtreecommitdiffstats
path: root/target/xtensa/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target/xtensa: add clock input to xtensa CPUMax Filippov2022-05-071-0/+5
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-3/+3
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-061-2/+0Star
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-4/+3Star
* target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé2022-03-061-1/+1
* target/xtensa: Make xtensa_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-1/+1
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-2/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-2/+0Star
* target/xtensa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-2/+2
* target/xtensa: Restrict do_transaction_failed() to sysemuPhilippe Mathieu-Daudé2021-09-141-0/+2
* target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov2021-05-201-7/+0Star
* target/xtensa: add DFPU registers and opcodesMax Filippov2020-08-211-0/+3
* target/xtensa: add DFPU optionMax Filippov2020-08-211-0/+2
* target/xtensa: support copying registers up to 64 bits wideMax Filippov2020-08-211-0/+1
* target/xtensa: add geometry to xtensa_get_regfile_by_nameMax Filippov2020-08-211-1/+1
* target/xtensa: implement NMI supportMax Filippov2020-08-211-0/+1
* target/xtensa: make opcode properties more dynamicMax Filippov2020-08-211-4/+1Star
* target/xtensa: fetch HW version from configuration overlayMax Filippov2020-05-171-0/+1
* target/xtensa: statically allocate xtensa_insnbufs in DisasContextMax Filippov2020-04-081-0/+3
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-1/+1
* target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIXRichard Henderson2020-01-161-4/+0Star
* target/xtensa: fix ps.ring use in MPU configsMax Filippov2020-01-061-3/+7
* target/xtensa: linux-user: add call0 ABI supportMax Filippov2019-09-111-0/+3
* configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-201-2/+0Star
* 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/+1
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-2/+0Star
* target/xtensa: Use env_cpu, env_archcpuRichard Henderson2019-06-101-11/+6Star
* 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-2/+2
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-101-16/+5Star
* Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into stagingPeter Maydell2019-05-211-23/+35
|\
| * target/xtensa: implement exclusive access optionMax Filippov2019-05-151-0/+2
| * target/xtensa: update list of exception causesMax Filippov2019-05-151-4/+5
| * target/xtensa: implement DIWBUI.P opcodeMax Filippov2019-05-141-0/+1
| * target/xtensa: implement MPU optionMax Filippov2019-05-111-0/+17
| * target/xtensa: add parity/ECC option SRsMax Filippov2019-05-111-0/+6
| * target/xtensa: define IDMA and gather/scatter IRQ typesMax Filippov2019-05-111-0/+3
| * target/xtensa: make internal MMU functions staticMax Filippov2019-05-111-19/+0Star
| * target/xtensa: get rid of centralized SR propertiesMax Filippov2019-05-111-0/+1
* | target/xtensa: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-2/+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
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-1/+1