aboutsummaryrefslogtreecommitdiff
path: root/target/xtensa/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé1-3/+0
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-5/+0
2024-01-19target/xtensa: use generic instruction breakpoint infrastructureMax Filippov1-0/+4
2024-01-05target/xtensa: Use generic cpu_list()Gavin Shan1-3/+0
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-2/+18
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé1-2/+0
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-2/+0
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-2/+1
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2022-05-06target/xtensa: add clock input to xtensa CPUMax Filippov1-0/+5
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-3/+3
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+0
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-4/+3
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé1-1/+1
2021-11-02target/xtensa: Make xtensa_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-2/+2
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-2/+0
2021-09-14target/xtensa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+2
2021-09-14target/xtensa: Restrict do_transaction_failed() to sysemuPhilippe Mathieu-Daudé1-0/+2
2021-05-20target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov1-7/+0
2020-08-21target/xtensa: add DFPU registers and opcodesMax Filippov1-0/+3
2020-08-21target/xtensa: add DFPU optionMax Filippov1-0/+2
2020-08-21target/xtensa: support copying registers up to 64 bits wideMax Filippov1-0/+1
2020-08-21target/xtensa: add geometry to xtensa_get_regfile_by_nameMax Filippov1-1/+1
2020-08-21target/xtensa: implement NMI supportMax Filippov1-0/+1
2020-08-21target/xtensa: make opcode properties more dynamicMax Filippov1-4/+1
2020-05-17target/xtensa: fetch HW version from configuration overlayMax Filippov1-0/+1
2020-04-07target/xtensa: statically allocate xtensa_insnbufs in DisasContextMax Filippov1-0/+3
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2020-01-15target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIXRichard Henderson1-4/+0
2020-01-06target/xtensa: fix ps.ring use in MPU configsMax Filippov1-3/+7
2019-09-11target/xtensa: linux-user: add call0 ABI supportMax Filippov1-0/+3
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com1-2/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+1
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-2/+0
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson1-11/+6
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-2/+2
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-16/+5
2019-05-21Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into stagingPeter Maydell1-23/+35
2019-05-15target/xtensa: implement exclusive access optionMax Filippov1-0/+2
2019-05-15target/xtensa: update list of exception causesMax Filippov1-4/+5