aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu64.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas1-684/+3
2023-05-02target/arm: Do not expose all -cpu max features to qtestsFabiano Rosas1-3/+9
2023-05-02target/arm: Extract TCG -cpu max code into a functionFabiano Rosas1-14/+18
2023-05-02target/arm: Remove dead code from cpu_max_set_sve_max_vqFabiano Rosas1-6/+0
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas1-0/+1
2023-04-20target/arm: Implement FEAT_PAN3Peter Maydell1-1/+1
2023-03-21target/arm: Add Neoverse-N1 registersChen Baozi1-0/+69
2023-02-03target/arm: Enable FEAT_FGT on '-cpu max'Peter Maydell1-0/+1
2023-01-05target/arm: cleanup cpu includesClaudio Fontana1-6/+0
2022-12-15target/arm: Report FEAT_EVT for TCG '-cpu max'Peter Maydell1-0/+1
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin1-0/+69
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson1-1/+1
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson1-0/+1
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell1-0/+1
2022-09-29target/arm: Rearrange cpu64.c so all the CPU initfns are togetherPeter Maydell1-356/+356
2022-09-14target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'Peter Maydell1-1/+1
2022-09-14target/arm: Advertise FEAT_ETS for '-cpu max'Peter Maydell1-0/+1
2022-09-14target/arm: Add cortex-a35Hao Wu1-0/+80
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson1-0/+11
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell1-0/+6
2022-06-27target/arm: Add cpu properties for SMERichard Henderson1-4/+110
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson1-2/+2
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson1-13/+14
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson1-14/+15
2022-06-27target/arm: Create ARMVQMapRichard Henderson1-11/+11
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson1-8/+7
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson1-61/+56
2022-06-08target/arm: Implement FEAT_DoubleFaultPeter Maydell1-2/+2
2022-06-08target/arm: Declare support for FEAT_RASv1p1Peter Maydell1-0/+1
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson1-0/+1
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-0/+11
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell1-0/+6
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell1-0/+1
2022-05-19target/arm: Enable FEAT_S2FWB for -cpu maxPeter Maydell1-0/+11
2022-05-09target/arm: Define neoverse-n1Richard Henderson1-0/+66
2022-05-09target/arm: Define cortex-a76Richard Henderson1-0/+66
2022-05-09target/arm: Enable FEAT_DGH for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_CSV3 for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson1-1/+2
2022-05-09target/arm: Enable FEAT_CSV2 for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_IESB for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_RAS for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_Debugv8p4 for -cpu maxRichard Henderson1-1/+1
2022-05-09target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Annotate arm_max_initfn with FEAT identifiersRichard Henderson1-50/+50
2022-05-09target/arm: Split out aa32_max_featuresRichard Henderson1-48/+2
2022-05-09target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson1-60/+4
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson1-1/+0
2022-05-05target/arm: Split out cpregs.hRichard Henderson1-0/+1
2022-04-28target/arm: Advertise support for FEAT_BBM level 2Peter Maydell1-0/+1