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 | |
Javier Almansa Sobrino | 7af29bc | 2023-01-06 12:32:21 +0000 | [diff] [blame] | 36 | GPF |
| 37 | Granule Protection Fault |
| 38 | |
| 39 | IPA |
| 40 | Intermediate Physical Address |
| 41 | |
| 42 | PA |
| 43 | Physical Address |
| 44 | |
| 45 | RTT |
| 46 | Realm Translation Table |
| 47 | |
| 48 | TTE |
| 49 | Translation Table Entry |
| 50 | |
| 51 | VHE |
| 52 | Virtualization Host Extensions |
| 53 | |
Javier Almansa Sobrino | 82edb89 | 2024-05-01 11:44:25 +0100 | [diff] [blame] | 54 | TFTF |
| 55 | Trusted Firmware Test Framework |
| 56 | |
| 57 | FVP |
| 58 | Fixed Virtual Platforms |
| 59 | |
Soby Mathew | b4c6df4 | 2022-11-09 11:13:29 +0000 | [diff] [blame] | 60 | .. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary |