summary refs log tree commit diff stats
path: root/target/rx/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-5/+0
* target/rx: Use generic cpu_list()Gavin Shan2024-01-051-3/+0
* target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2023-11-071-0/+14
* target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé2023-11-071-2/+0
* target: Unify QOM stylePhilippe Mathieu-Daudé2023-11-071-2/+0
* accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-1/+0
* target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2023-06-261-2/+2
* target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé2023-02-271-1/+1
* target/rx: Store PSW.U in tb->flagsRichard Henderson2022-04-211-0/+1
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+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/+0
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-1/+1
* target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé2022-02-211-2/+0
* target/rx/cpu.h: Don't include qemu-common.hPeter Maydell2021-12-151-1/+0
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-4/+0
* target/rx: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-0/+2
* rx: Move typedef RXCPU to cpu-qom.hEduardo Habkost2020-09-021-1/+0
* target/rx: CPU definitionsYoshinori Sato2020-03-191-0/+180