aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu-qom.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan1-1/+4
2024-01-26target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé1-0/+6
2024-01-26target/arm: Expose M-profile register bank index definitionsPhilippe Mathieu-Daudé1-0/+15
2024-01-26target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé1-0/+3
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-27/+0
2023-11-07target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'Philippe Mathieu-Daudé1-28/+0
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé1-1/+1
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-4/+0
2023-10-19hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'Philippe Mathieu-Daudé1-2/+0
2022-12-16target/arm: Convert to 3-phase resetPeter Maydell1-2/+2
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-10/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-5/+8
2020-09-02arm: Fix typo in AARCH64_CPU_GET_CLASS definitionEduardo Habkost1-1/+1
2020-04-30target/arm: Make cpu_register() available for other filesThomas Huth1-1/+8
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-1/+1
2020-02-07target/arm: Add the hypervisor virtual counterRichard Henderson1-0/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-01-07arm: replace instance_post_init()Marc-André Lureau1-0/+3
2018-03-09target/arm: Add "-cpu max" supportPeter Maydell1-0/+2
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+90