The GPCCR_EL3 characteristics are:
The control register for Granule Protection Checks.
This register is present only when FEAT_RME is implemented. Otherwise, direct accesses to GPCCR_EL3 are UNDEFINED.
GPCCR_EL3 is a 64-bit register.
63 | 62 | 61 | 60 | 59 | 58 | 57 | 56 | 55 | 54 | 53 | 52 | 51 | 50 | 49 | 48 | 47 | 46 | 45 | 44 | 43 | 42 | 41 | 40 | 39 | 38 | 37 | 36 | 35 | 34 | 33 | 32 |
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
RES0 | |||||||||||||||||||||||||||||||
RES0 | APPSAA | L0GPTSZ | NSO | TBGPCD | GPCP | GPC | PGS | SH | ORGN | IRGN | SPAD | NSPAD | RLPAD | RES0 | PPS |
Reserved, RES0.
Above PPS All Access. This field governs the behavior of memory accesses to Secure, Realm and Root PA space, for physical addresses above the range configured by GPCCR_EL3.PPS.
APPSAA | Meaning |
---|---|
0b0 |
Accesses to addresses above the configured PPS must be to Non-secure PA space, otherwise they generate a GPF at level 0. |
0b1 |
Accesses to addresses above the configured PPS, to any PA space, do not generate a GPF because of this control. |
This bit is permitted to be cached in a TLB.
The reset behavior of this field is:
Reserved, RES0.
Level 0 GPT entry size.
This field advertises the number of least-significant address bits protected by each entry in the level 0 GPT.
L0GPTSZ | Meaning |
---|---|
0b0000 |
30-bits. Each entry covers 1GB of address space. |
0b0100 |
34-bits. Each entry covers 16GB of address space. |
0b0110 |
36-bits. Each entry covers 64GB of address space. |
0b1001 |
39-bits. Each entry covers 512GB of address space. |
All other values are reserved.
Access to this field is RO.
Non-secure Only. This field governs the behavior of the GPI encoding for NSO.
NSO | Meaning |
---|---|
0b0 |
GPI encoding value of 0b1101 is reserved. |
0b1 |
GPI encoding value of 0b1101 is NSO. |
This bit is permitted to be cached in a TLB.
The reset behavior of this field is:
Reserved, RES0.
Trace Buffer Granule Protection Check Disabled. Controls whether the Trace Buffer Unit accepts or rejects trace when Granule Protection Checks are disabled.
TBGPCD | Meaning |
---|---|
0b0 |
The Trace Buffer Unit rejects trace when GPCCR_EL3.GPC is 0. |
0b1 |
The Trace Buffer Unit accepts trace when GPCCR_EL3.GPC is 0. |
When the Trace Buffer Unit rejects trace, the trace might remain buffered by the trace unit until the Trace Buffer Unit is able to accept trace. When the Trace Buffer Unit accepts trace, the Trace Buffer Unit writes the trace to memory.
Setting GPCCR_EL3.{TBGPCD, GPC} to {1, 0} means that the Trace Buffer Unit might write to memory without any Granule Protection Checks. The addresses that the Trace Buffer Unit writes to can be programmed by an external agent. The physical address spaces the Trace Buffer Unit can address are restricted by an IMPLEMENTATION DEFINED debug authentication interface.
Setting GPCCR_EL3.{TBGPCD, GPC} to {1, 1} means that GPCCR_EL3.{TBGPCD, GPC} will become {1, 0} on a Warm reset.
This field is ignored by the PE and treated as one when any of the following are true:
The reset behavior of this field is:
Reserved, RES0.
Granule Protection Check Priority.
This control governs behavior of granule protection checks on fetches of stage 2 Table descriptors.
GPCP | Meaning |
---|---|
0b0 |
GPC faults are all reported with a priority that is consistent with the GPC being performed on any access to physical address space. |
0b1 | A GPC fault for the fetch of a Table descriptor for a stage 2 translation table walk might not be generated or reported. All other GPC faults are reported with a priority consistent with the GPC being performed on all accesses to physical address spaces. |
This bit is permitted to be cached in a TLB.
An implementation is permitted to treat this field as RES0, with an Effective value of 0.
The reset behavior of this field is:
Granule Protection Check Enable.
GPC | Meaning |
---|---|
0b0 |
Granule protection checks are disabled. Accesses are not prevented by this mechanism. |
0b1 |
All accesses to physical address spaces are subject to granule protection checks, except for fetches of GPT information and accesses governed by the GPCCR_EL3.GPCP control. |
If any stage of translation is enabled, this bit is permitted to be cached in a TLB.
The reset behavior of this field is:
Physical Granule size.
PGS | Meaning |
---|---|
0b00 |
4KB. |
0b01 |
64KB. |
0b10 |
16KB. |
All other values are reserved.
The value of this field is permitted to be cached in a TLB.
Granule sizes not supported for stage 1 and not supported for stage 2, as defined in ID_AA64MMFR0_EL1, are reserved. For example, if ID_AA64MMFR0_EL1.TGran16 == 0b0000 and ID_AA64MMFR0_EL1.TGran16_2 == 0b0001, then the PGS encoding 0b10 is reserved.
The reset behavior of this field is:
GPT fetch Shareability attribute
SH | Meaning |
---|---|
0b00 |
Non-shareable. |
0b10 |
Outer Shareable. |
0b11 |
Inner Shareable. |
All other values are reserved.
Fetches of GPT information are made with the Shareability attribute that is configured in this field.
If both ORGN and IRGN are configured with Non-cacheable attributes, it is invalid to configure this field to any value other than 0b10.
The reset behavior of this field is:
GPT fetch Outer cacheability attribute.
ORGN | Meaning |
---|---|
0b00 |
Normal memory, Outer Non-cacheable. |
0b01 |
Normal memory, Outer Write-Back Read-Allocate Write-Allocate Cacheable. |
0b10 |
Normal memory, Outer Write-Through Read-Allocate No Write-Allocate Cacheable. |
0b11 |
Normal memory, Outer Write-Back Read-Allocate No Write-Allocate Cacheable. |
Fetches of GPT information are made with the Outer cacheability attributes configured in this field.
The reset behavior of this field is:
GPT fetch Inner cacheability attribute.
IRGN | Meaning |
---|---|
0b00 |
Normal memory, Inner Non-cacheable. |
0b01 |
Normal memory, Inner Write-Back Read-Allocate Write-Allocate Cacheable. |
0b10 |
Normal memory, Inner Write-Through Read-Allocate No Write-Allocate Cacheable. |
0b11 |
Normal memory, Inner Write-Back Read-Allocate No Write-Allocate Cacheable. |
Fetches of GPT information are made with the Inner cacheability attributes configured in this field.
The reset behavior of this field is:
Secure PA space Disable. This field controls access to the Secure PA space.
SPAD | Meaning |
---|---|
0b0 |
This control has no effect on accesses. |
0b1 |
When granule protection checks are enabled, access to the Secure Physical Address space generates a Granule Protection fault. |
This bit is permitted to be cached in a TLB.
The reset behavior of this field is:
Reserved, RES0.
Non-secure PA space Disable. This field controls access to the Non-secure PA space.
NSPAD | Meaning |
---|---|
0b0 |
This control has no effect on accesses. |
0b1 |
When granule protection checks are enabled, access to the Non-secure Physical Address space generates a Granule Protection fault. |
This bit is permitted to be cached in a TLB.
The reset behavior of this field is:
Reserved, RES0.
Realm PA space Disable. This field controls access to the Realm PA space.
RLPAD | Meaning |
---|---|
0b0 |
This control has no effect on accesses. |
0b1 |
When granule protection checks are enabled, access to the Realm Physical Address space generates a Granule Protection fault. |
This bit is permitted to be cached in a TLB.
The reset behavior of this field is:
Reserved, RES0.
Reserved, RES0.
Protected Physical Address Size.
The size of the memory region protected by GPTBR_EL3, in terms of the number of least-significant address bits.
PPS | Meaning |
---|---|
0b000 |
32 bits, 4GB protected address space. |
0b001 |
36 bits, 64GB protected address space. |
0b010 |
40 bits, 1TB protected address space. |
0b011 |
42 bits, 4TB protected address space. |
0b100 |
44 bits, 16TB protected address space. |
0b101 |
48 bits, 256TB protected address space. |
0b110 |
52 bits, 4PB protected address space. |
All other values are reserved.
Configuration of this field to a value exceeding the implemented physical address size is invalid.
The value of this field is permitted to be cached in a TLB.
The reset behavior of this field is:
Accesses to this register use the following encodings in the System register encoding space:
op0 | op1 | CRn | CRm | op2 |
---|---|---|---|---|
0b11 | 0b110 | 0b0010 | 0b0001 | 0b110 |
if PSTATE.EL == EL0 then UNDEFINED; elsif PSTATE.EL == EL1 then UNDEFINED; elsif PSTATE.EL == EL2 then UNDEFINED; elsif PSTATE.EL == EL3 then X[t, 64] = GPCCR_EL3;
op0 | op1 | CRn | CRm | op2 |
---|---|---|---|---|
0b11 | 0b110 | 0b0010 | 0b0001 | 0b110 |
if PSTATE.EL == EL0 then UNDEFINED; elsif PSTATE.EL == EL1 then UNDEFINED; elsif PSTATE.EL == EL2 then UNDEFINED; elsif PSTATE.EL == EL3 then if IsFeatureImplemented(FEAT_FGWTE3) && FGWTE3_EL3.GPCCR_EL3 == '1' then AArch64.SystemAccessTrap(EL3, 0x18); else GPCCR_EL3 = X[t, 64];
26/03/2024 09:49; 67c0ae5282a7629ba0ea0ba7267b43cd4f7939f6
Copyright © 2010-2024 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.