Soby Mathew | b4c6df4 | 2022-11-09 11:13:29 +0000 | [diff] [blame] | 1 | .. SPDX-License-Identifier: BSD-3-Clause |
| 2 | .. SPDX-FileCopyrightText: Copyright TF-RMM Contributors. |
| 3 | |
| 4 | Glossary |
| 5 | ======== |
| 6 | |
| 7 | This glossary provides definitions for terms and abbreviations used in the RMM |
| 8 | documentation. |
| 9 | |
| 10 | You can find additional definitions in the `Arm Glossary`_. |
| 11 | |
| 12 | .. glossary:: |
| 13 | :sorted: |
| 14 | |
| 15 | AArch64 |
| 16 | 64-bit execution state of the ARMv8 ISA |
| 17 | |
| 18 | TF-A |
| 19 | Trusted Firmware-A |
| 20 | |
| 21 | RMM |
| 22 | Realm Management Monitor |
| 23 | |
| 24 | REC |
| 25 | Realm Execution Context |
| 26 | |
| 27 | RD |
| 28 | Realm Descriptor |
| 29 | |
| 30 | PAR |
| 31 | Protected Address Range |
| 32 | |
| 33 | PAS |
| 34 | Physical Address Space |
| 35 | |
| 36 | .. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary |