xref: /qemu/docs/system/arm/emulation.rst (revision e04bf5a793ee5e7afdda8a1d1af08888fd67a989)
1741292faSPeter MaydellA-profile CPU architecture support
2741292faSPeter Maydell==================================
3741292faSPeter Maydell
4741292faSPeter MaydellQEMU's TCG emulation includes support for the Armv5, Armv6, Armv7 and
5741292faSPeter MaydellArmv8 versions of the A-profile architecture. It also has support for
6741292faSPeter Maydellthe following architecture extensions:
7741292faSPeter Maydell
8741292faSPeter Maydell- FEAT_AA32BF16 (AArch32 BFloat16 instructions)
9741292faSPeter Maydell- FEAT_AA32HPD (AArch32 hierarchical permission disables)
10741292faSPeter Maydell- FEAT_AA32I8MM (AArch32 Int8 matrix multiplication instructions)
11741292faSPeter Maydell- FEAT_AES (AESD and AESE instructions)
1275d08a40SPeter Maydell- FEAT_BBM at level 2 (Translation table break-before-make levels)
13741292faSPeter Maydell- FEAT_BF16 (AArch64 BFloat16 instructions)
14741292faSPeter Maydell- FEAT_BTI (Branch Target Identification)
1574b17e16SRichard Henderson- FEAT_CSV2 (Cache speculation variant 2)
167cb1e618SRichard Henderson- FEAT_CSV2_1p1 (Cache speculation variant 2, version 1.1)
177cb1e618SRichard Henderson- FEAT_CSV2_1p2 (Cache speculation variant 2, version 1.2)
187cb1e618SRichard Henderson- FEAT_CSV2_2 (Cache speculation variant 2, version 2)
193082b86bSRichard Henderson- FEAT_CSV3 (Cache speculation variant 3)
206d965019SRichard Henderson- FEAT_DGH (Data gathering hint)
21741292faSPeter Maydell- FEAT_DIT (Data Independent Timing instructions)
22741292faSPeter Maydell- FEAT_DPB (DC CVAP instruction)
23033a4f15SRichard Henderson- FEAT_Debugv8p2 (Debug changes for v8.2)
248fc756b6SRichard Henderson- FEAT_Debugv8p4 (Debug changes for v8.4)
25741292faSPeter Maydell- FEAT_DotProd (Advanced SIMD dot product instructions)
26741292faSPeter Maydell- FEAT_FCMA (Floating-point complex number instructions)
27741292faSPeter Maydell- FEAT_FHM (Floating-point half-precision multiplication instructions)
28741292faSPeter Maydell- FEAT_FP16 (Half-precision floating-point data processing)
29741292faSPeter Maydell- FEAT_FRINTTS (Floating-point to integer instructions)
30741292faSPeter Maydell- FEAT_FlagM (Flag manipulation instructions v2)
31741292faSPeter Maydell- FEAT_FlagM2 (Enhancements to flag manipulation instructions)
32741292faSPeter Maydell- FEAT_HPDS (Hierarchical permission disables)
33741292faSPeter Maydell- FEAT_I8MM (AArch64 Int8 matrix multiplication instructions)
34880cd10eSRichard Henderson- FEAT_IESB (Implicit error synchronization event)
35741292faSPeter Maydell- FEAT_JSCVT (JavaScript conversion instructions)
36741292faSPeter Maydell- FEAT_LOR (Limited ordering regions)
377a928f43SRichard Henderson- FEAT_LPA (Large Physical Address space)
38ef56c242SRichard Henderson- FEAT_LPA2 (Large Physical and virtual Address space v2)
39741292faSPeter Maydell- FEAT_LRCPC (Load-acquire RCpc instructions)
40741292faSPeter Maydell- FEAT_LRCPC2 (Load-acquire RCpc instructions v2)
41741292faSPeter Maydell- FEAT_LSE (Large System Extensions)
420af312b6SRichard Henderson- FEAT_LVA (Large Virtual Address space)
43741292faSPeter Maydell- FEAT_MTE (Memory Tagging Extension)
44741292faSPeter Maydell- FEAT_MTE2 (Memory Tagging Extension)
4586f0d4c7SPeter Collingbourne- FEAT_MTE3 (MTE Asymmetric Fault Handling)
46741292faSPeter Maydell- FEAT_PAN (Privileged access never)
47741292faSPeter Maydell- FEAT_PAN2 (AT S1E1R and AT S1E1W instruction variants affected by PSTATE.PAN)
48741292faSPeter Maydell- FEAT_PAuth (Pointer authentication)
49741292faSPeter Maydell- FEAT_PMULL (PMULL, PMULL2 instructions)
50741292faSPeter Maydell- FEAT_PMUv3p1 (PMU Extensions v3.1)
51741292faSPeter Maydell- FEAT_PMUv3p4 (PMU Extensions v3.4)
52e95c74c5SRichard Henderson- FEAT_RAS (Reliability, availability, and serviceability)
53741292faSPeter Maydell- FEAT_RDM (Advanced SIMD rounding double multiply accumulate instructions)
54741292faSPeter Maydell- FEAT_RNG (Random number generator)
55*e04bf5a7SPeter Maydell- FEAT_S2FWB (Stage 2 forced Write-Back)
56741292faSPeter Maydell- FEAT_SB (Speculation Barrier)
57741292faSPeter Maydell- FEAT_SEL2 (Secure EL2)
58741292faSPeter Maydell- FEAT_SHA1 (SHA1 instructions)
59741292faSPeter Maydell- FEAT_SHA256 (SHA256 instructions)
60741292faSPeter Maydell- FEAT_SHA3 (Advanced SIMD SHA3 instructions)
61741292faSPeter Maydell- FEAT_SHA512 (Advanced SIMD SHA512 instructions)
62741292faSPeter Maydell- FEAT_SM3 (Advanced SIMD SM3 instructions)
63741292faSPeter Maydell- FEAT_SM4 (Advanced SIMD SM4 instructions)
64741292faSPeter Maydell- FEAT_SPECRES (Speculation restriction instructions)
65741292faSPeter Maydell- FEAT_SSBS (Speculative Store Bypass Safe)
66741292faSPeter Maydell- FEAT_TLBIOS (TLB invalidate instructions in Outer Shareable domain)
67741292faSPeter Maydell- FEAT_TLBIRANGE (TLB invalidate range instructions)
68741292faSPeter Maydell- FEAT_TTCNP (Translation table Common not private translations)
69f81c60c2SPeter Maydell- FEAT_TTL (Translation Table Level)
70741292faSPeter Maydell- FEAT_TTST (Small translation tables)
71741292faSPeter Maydell- FEAT_UAO (Unprivileged Access Override control)
72741292faSPeter Maydell- FEAT_VHE (Virtualization Host Extensions)
73741292faSPeter Maydell- FEAT_VMID16 (16-bit VMID)
74741292faSPeter Maydell- FEAT_XNX (Translation table stage 2 Unprivileged Execute-never)
75741292faSPeter Maydell- SVE (The Scalable Vector Extension)
76741292faSPeter Maydell- SVE2 (The Scalable Vector Extension v2)
77741292faSPeter Maydell
78741292faSPeter MaydellFor information on the specifics of these extensions, please refer
79741292faSPeter Maydellto the `Armv8-A Arm Architecture Reference Manual
80741292faSPeter Maydell<https://developer.arm.com/documentation/ddi0487/latest>`_.
81741292faSPeter Maydell
82741292faSPeter MaydellWhen a specific named CPU is being emulated, only those features which
83741292faSPeter Maydellare present in hardware for that CPU are emulated. (If a feature is
84741292faSPeter Maydellnot in the list above then it is not supported, even if the real
85741292faSPeter Maydellhardware should have it.) The ``max`` CPU enables all features.
86741292faSPeter Maydell
87741292faSPeter MaydellR-profile CPU architecture support
88741292faSPeter Maydell==================================
89741292faSPeter Maydell
90741292faSPeter MaydellQEMU's TCG emulation support for R-profile CPUs is currently limited.
91741292faSPeter MaydellWe emulate only the Cortex-R5 and Cortex-R5F CPUs.
92741292faSPeter Maydell
93741292faSPeter MaydellM-profile CPU architecture support
94741292faSPeter Maydell==================================
95741292faSPeter Maydell
96741292faSPeter MaydellQEMU's TCG emulation includes support for Armv6-M, Armv7-M, Armv8-M, and
97741292faSPeter MaydellArmv8.1-M versions of the M-profile architucture.  It also has support
98741292faSPeter Maydellfor the following architecture extensions:
99741292faSPeter Maydell
100741292faSPeter Maydell- FP (Floating-point Extension)
101741292faSPeter Maydell- FPCXT (FPCXT access instructions)
102741292faSPeter Maydell- HP (Half-precision floating-point instructions)
103741292faSPeter Maydell- LOB (Low Overhead loops and Branch future)
104741292faSPeter Maydell- M (Main Extension)
105741292faSPeter Maydell- MPU (Memory Protection Unit Extension)
106741292faSPeter Maydell- PXN (Privileged Execute Never)
107741292faSPeter Maydell- RAS (Reliability, Serviceability and Availability): "minimum RAS Extension" only
108741292faSPeter Maydell- S (Security Extension)
109741292faSPeter Maydell- ST (System Timer Extension)
110741292faSPeter Maydell
111741292faSPeter MaydellFor information on the specifics of these extensions, please refer
112741292faSPeter Maydellto the `Armv8-M Arm Architecture Reference Manual
113741292faSPeter Maydell<https://developer.arm.com/documentation/ddi0553/latest>`_.
114741292faSPeter Maydell
115741292faSPeter MaydellWhen a specific named CPU is being emulated, only those features which
116741292faSPeter Maydellare present in hardware for that CPU are emulated. (If a feature is
117741292faSPeter Maydellnot in the list above then it is not supported, even if the real
118741292faSPeter Maydellhardware should have it.) There is no equivalent of the ``max`` CPU for
119741292faSPeter MaydellM-profile.
120