1.. SPDX-License-Identifier: BSD-3-Clause 2.. SPDX-FileCopyrightText: Copyright TF-RMM Contributors. 3 4Glossary 5======== 6 7This glossary provides definitions for terms and abbreviations used in the RMM 8documentation. 9 10You 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 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 54 TFTF 55 Trusted Firmware Test Framework 56 57 FVP 58 Fixed Virtual Platforms 59 60.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary 61