The PAR characteristics are:
Returns the output address (OA) from an Address translation instruction that executed successfully, or fault information if the instruction did not execute successfully.
This register is banked between PAR and PAR_S and PAR_NS.
AArch32 System register PAR bits [63:0] are architecturally mapped to AArch64 System register PAR_EL1[63:0].
This register is present only when EL1 is capable of using AArch32. Otherwise, direct accesses to PAR are UNDEFINED.
PAR is a 64-bit register that can also be accessed as a 32-bit value. If it is accessed as a 32-bit register, accesses read and write bits[31:0] and do not modify bits[63:32].
The Configurations section specifies the cases where each PAR format is used.
PAR is accessed as a 32-bit value:
In these cases, PAR[63:32] is RES0.
Otherwise, the PAR is accessed as a 64-bit value, if any of the following is true:
For PL1&0 stage 1 translations, TTBCR.EAE selects the translation table format.
PAR is a 64-bit register.
This register has the following instances:
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 | |||||||||||||||||||||||||||||||
PA | LPAE | NOS | NS | IMPLEMENTATION DEFINED | SH | Inner[2:0] | Outer[1:0] | SS | F |
This section describes the register value returned by the successful execution of an Address translation instruction. Software might subsequently write a different value to the register, and that write does not affect the operation of the PE.
On a successful conversion, the PAR can return a value that indicates the resulting attributes, rather than the values that appear in the Translation table descriptors. More precisely:
Reserved, RES0.
Output address. The output address (OA) corresponding to the supplied input address. This field returns address bits[31:12].
The reset behavior of this field is:
When updating the PAR with the result of the translation operation, this bit is set as follows:
LPAE | Meaning |
---|---|
0b0 |
Short-descriptor translation table format used. This means the PAR returned a 32-bit value. |
The reset behavior of this field is:
Not Outer Shareable. When the returned value of PAR.SH is 1, indicates the Shareability attribute for the physical memory region:
NOS | Meaning |
---|---|
0b0 |
Memory region is Outer Shareable. |
0b1 |
Memory region is Inner Shareable. |
When the returned value of PAR.SH is 0 the value returned to this field is UNKNOWN.
The value returned in this field can be the resulting attribute, as determined by any permitted implementation choices and any applicable configuration bits, instead of the value that appears in the Translation table descriptor.
The reset behavior of this field is:
Non-secure. The NS attribute for a translation table entry from a Secure translation regime.
For a result from a Secure translation regime, this bit reflects the Security state of the physical address space of the translation. This means it reflects the effect of the NSTable bits of earlier levels of the translation table walk if those NSTable bits have an effect on the translation.
For a result from a Non-secure translation regime, this bit is UNKNOWN.
The reset behavior of this field is:
IMPLEMENTATION DEFINED.
The reset behavior of this field is:
Shareability. Indicates whether the physical memory region is Non-shareable:
SH | Meaning |
---|---|
0b0 |
Memory is Non-shareable. |
0b1 |
Memory is shareable, and PAR.NOS indicates whether the region is Outer Shareable or Inner Shareable. |
The value returned in this field can be the resulting attribute, as determined by any permitted implementation choices and any applicable configuration bits, instead of the value that appears in the Translation table descriptor.
The reset behavior of this field is:
Inner cacheability attribute for the region. Permitted values are:
Inner[2:0] | Meaning |
---|---|
0b000 |
Non-cacheable. |
0b001 |
Device-nGnRnE. |
0b011 |
Device-nGnRE. |
0b101 |
Write-Back, Write-Allocate. |
0b110 |
Write-Through. |
0b111 |
Write-Back, no Write-Allocate. |
The values 0b010 and 0b100 are reserved.
The value returned in this field can be the resulting attribute, as determined by any permitted implementation choices and any applicable configuration bits, instead of the value that appears in the Translation table descriptor.
The reset behavior of this field is:
Outer cacheability attribute for the region. Permitted values are:
Outer[1:0] | Meaning |
---|---|
0b00 |
Non-cacheable. |
0b01 |
Write-Back, Write-Allocate. |
0b10 |
Write-Through, no Write-Allocate. |
0b11 |
Write-Back, no Write-Allocate. |
The value returned in this field can be the resulting attribute, as determined by any permitted implementation choices and any applicable configuration bits, instead of the value that appears in the Translation table descriptor.
The reset behavior of this field is:
Supersection. Used to indicate if the result is a Supersection:
SS | Meaning |
---|---|
0b0 |
Result is not a Supersection. PAR[31:12] contains OA[31:12]. |
0b1 | Result is a Supersection, and:
If an implementation supports less than 40 bits of physical address, the bits in the PAR field that correspond to physical address bits that are not implemented are UNKNOWN. |
The reset behavior of this field is:
Indicates whether the instruction performed a successful address translation.
F | Meaning |
---|---|
0b0 |
Address translation completed successfully. |
The reset behavior of this field is:
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 | |||||||||||||||||||||||||||||||
IMPLEMENTATION DEFINED | RES0 | LPAE | RES0 | FS[5] | FS[4:0] | F |
This section describes the register value returned by a fault on the execution of an Address translation instruction. Software might subsequently write a different value to the register, and that write does not affect the operation of the PE.
Reserved, RES0.
IMPLEMENTATION DEFINED.
The reset behavior of this field is:
Reserved, RES0.
When updating the PAR with the result of the translation operation, this bit is set as follows:
LPAE | Meaning |
---|---|
0b0 |
Short-descriptor translation table format used. This means the PAR returned a 32-bit value. |
The reset behavior of this field is:
Reserved, RES0.
Fault status bits, External abort type. Provides an IMPLEMENTATION DEFINED classification of an External abort. Values are as in the DFSR.ExT field when using the Short-descriptor translation table format.
In an implementation that does not provide any classification of External aborts, this bit is RES0.
For aborts other than External aborts this bit always returns 0.
The reset behavior of this field is:
Fault status bits. Values are as in the DFSR.FS field when using the Short-descriptor translation table format.
FS[4:0] | Meaning | Applies when |
---|---|---|
0b00001 |
Alignment fault. | |
0b00011 |
Access flag fault, level 1. | |
0b00100 |
Fault on instruction cache maintenance. | |
0b00101 |
Translation fault, level 1. | |
0b00110 |
Access flag fault, level 2. | |
0b00111 |
Translation fault, level 2. | |
0b01001 |
Domain fault, level 1. | |
0b01011 |
Domain fault, level 2. | |
0b01100 |
Synchronous External abort, on translation table walk, level 1. | |
0b01101 |
Permission fault, level 1. | |
0b01110 |
Synchronous External abort, on translation table walk, level 2. | |
0b01111 |
Permission fault, level 2. | |
0b10000 |
TLB conflict abort. | |
0b11001 |
Synchronous parity or ECC error on memory access, not on translation table walk. | When FEAT_RAS is not implemented |
0b11100 |
Synchronous parity or ECC error on translation table walk, level 1. | When FEAT_RAS is not implemented |
0b11110 |
Synchronous parity or ECC error on translation table walk, level 2. | When FEAT_RAS is not implemented |
The reset behavior of this field is:
Indicates whether the instruction performed a successful address translation.
F | Meaning |
---|---|
0b1 |
Address translation aborted. |
The reset behavior of this field is:
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 |
ATTR | RES0 | PA | |||||||||||||||||||||||||||||
PA | LPAE | IMPLEMENTATION DEFINED | NS | SH | RES0 | F |
This section describes the register value returned by the successful execution of an Address translation instruction. Software might subsequently write a different value to the register, and that write does not affect the operation of the PE.
On a successful conversion, the PAR can return a value that indicates the resulting attributes, rather than the values that appear in the Translation table descriptors. More precisely:
Memory attributes for the returned output address. This field uses the same encoding as the Attr<n> fields in MAIR0 and MAIR1.
The value returned in this field can be the resulting attribute, as determined by any permitted implementation choices and any applicable configuration bits, instead of the value that appears in the Translation table descriptor.
The reset behavior of this field is:
Reserved, RES0.
Output address. The output address (OA) corresponding to the supplied input address. This field returns address bits[39:12].
The reset behavior of this field is:
When updating the PAR with the result of the translation operation, this bit is set as follows:
LPAE | Meaning |
---|---|
0b1 |
Long-descriptor translation table format used. This means the PAR returned a 64-bit value. |
The reset behavior of this field is:
IMPLEMENTATION DEFINED.
The reset behavior of this field is:
Non-secure. The NS attribute for a translation table entry from a Secure translation regime.
For a result from a Secure translation regime, this bit reflects the Security state of the physical address space of the translation. This means it reflects the effect of the NSTable bits of earlier levels of the translation table walk if those NSTable bits have an effect on the translation.
For a result from a Non-secure translation regime, this bit is UNKNOWN.
The reset behavior of this field is:
Shareability attribute, for the returned output address. Permitted values are:
SH | Meaning |
---|---|
0b00 |
Non-shareable. |
0b10 |
Outer Shareable. |
0b11 |
Inner Shareable. |
The value 0b01 is reserved.
This field returns the value 0b10 for:
The value returned in this field can be the resulting attribute, as determined by any permitted implementation choices and any applicable configuration bits, instead of the value that appears in the Translation table descriptor.
The reset behavior of this field is:
Reserved, RES0.
Indicates whether the instruction performed a successful address translation.
F | Meaning |
---|---|
0b0 |
Address translation completed successfully. |
The reset behavior of this field is:
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 |
IMPLEMENTATION DEFINED | IMPLEMENTATION DEFINED | IMPLEMENTATION DEFINED | RES0 | ||||||||||||||||||||||||||||
RES0 | LPAE | RES0 | FSTAGE | S2WLK | RES0 | FST | F |
This section describes the register value returned by a fault on the execution of an Address translation instruction. Software might subsequently write a different value to the register, and that write does not affect the operation of the PE.
IMPLEMENTATION DEFINED.
The reset behavior of this field is:
IMPLEMENTATION DEFINED.
The reset behavior of this field is:
IMPLEMENTATION DEFINED.
The reset behavior of this field is:
Reserved, RES0.
When updating the PAR with the result of the translation operation, this bit is set as follows:
LPAE | Meaning |
---|---|
0b1 |
Long-descriptor translation table format used. This means the PAR returned a 64-bit value. |
The reset behavior of this field is:
Reserved, RES0.
Indicates the translation stage at which the translation aborted:
FSTAGE | Meaning |
---|---|
0b0 |
Translation aborted because of a fault in the stage 1 translation. |
0b1 |
Translation aborted because of a fault in the stage 2 translation. |
The reset behavior of this field is:
If this bit is set to 1, it indicates the translation aborted because of a stage 2 fault during a stage 1 translation table walk.
The reset behavior of this field is:
Reserved, RES0.
Fault status field. Values are as in the DFSR.STATUS and IFSR.STATUS fields when using the Long-descriptor translation table format.
FST | Meaning | Applies when |
---|---|---|
0b000000 |
Address size fault in translation table base register. | |
0b000001 |
Address size fault, level 1. | |
0b000010 |
Address size fault, level 2. | |
0b000011 |
Address size fault, level 3. | |
0b000101 |
Translation fault, level 1. | |
0b000110 |
Translation fault, level 2. | |
0b000111 |
Translation fault, level 3. | |
0b001001 |
Access flag fault, level 1. | |
0b001010 |
Access flag fault, level 2. | |
0b001011 |
Access flag fault, level 3. | |
0b001101 |
Permission fault, level 1. | |
0b001110 |
Permission fault, level 2. | |
0b001111 |
Permission fault, level 3. | |
0b010101 |
Synchronous External abort on translation table walk, level 1. | |
0b010110 |
Synchronous External abort on translation table walk, level 2. | |
0b010111 |
Synchronous External abort on translation table walk, level 3. | |
0b011101 |
Synchronous parity or ECC error on memory access on translation table walk, level 1. | When FEAT_RAS is not implemented |
0b011110 |
Synchronous parity or ECC error on memory access on translation table walk, level 2. | When FEAT_RAS is not implemented |
0b011111 |
Synchronous parity or ECC error on memory access on translation table walk, level 3. | When FEAT_RAS is not implemented |
0b110000 |
TLB conflict abort. |
The reset behavior of this field is:
Indicates whether the instruction performed a successful address translation.
F | Meaning |
---|---|
0b1 |
Address translation aborted. |
The reset behavior of this field is:
Accesses to this register use the following encodings in the System register encoding space:
coproc | opc1 | CRn | CRm | opc2 |
---|---|---|---|---|
0b1111 | 0b000 | 0b0111 | 0b0100 | 0b000 |
if PSTATE.EL == EL0 then UNDEFINED; elsif PSTATE.EL == EL1 then if EL2Enabled() && !ELUsingAArch32(EL2) && HSTR_EL2.T7 == '1' then AArch64.AArch32SystemAccessTrap(EL2, 0x03); elsif EL2Enabled() && ELUsingAArch32(EL2) && HSTR.T7 == '1' then AArch32.TakeHypTrapException(0x03); elsif HaveEL(EL3) && ELUsingAArch32(EL3) then R[t] = PAR_NS<31:0>; else R[t] = PAR<31:0>; elsif PSTATE.EL == EL2 then if HaveEL(EL3) && ELUsingAArch32(EL3) then R[t] = PAR_NS<31:0>; else R[t] = PAR<31:0>; elsif PSTATE.EL == EL3 then if SCR.NS == '0' then R[t] = PAR_S<31:0>; else R[t] = PAR_NS<31:0>;
coproc | opc1 | CRn | CRm | opc2 |
---|---|---|---|---|
0b1111 | 0b000 | 0b0111 | 0b0100 | 0b000 |
if PSTATE.EL == EL0 then UNDEFINED; elsif PSTATE.EL == EL1 then if EL2Enabled() && !ELUsingAArch32(EL2) && HSTR_EL2.T7 == '1' then AArch64.AArch32SystemAccessTrap(EL2, 0x03); elsif EL2Enabled() && ELUsingAArch32(EL2) && HSTR.T7 == '1' then AArch32.TakeHypTrapException(0x03); elsif HaveEL(EL3) && ELUsingAArch32(EL3) then PAR_NS<31:0> = R[t]; else PAR<31:0> = R[t]; elsif PSTATE.EL == EL2 then if HaveEL(EL3) && ELUsingAArch32(EL3) then PAR_NS<31:0> = R[t]; else PAR<31:0> = R[t]; elsif PSTATE.EL == EL3 then if SCR.NS == '0' then PAR_S<31:0> = R[t]; else PAR_NS<31:0> = R[t];
coproc | CRm | opc1 |
---|---|---|
0b1111 | 0b0111 | 0b0000 |
if PSTATE.EL == EL0 then UNDEFINED; elsif PSTATE.EL == EL1 then if EL2Enabled() && !ELUsingAArch32(EL2) && HSTR_EL2.T7 == '1' then AArch64.AArch32SystemAccessTrap(EL2, 0x04); elsif EL2Enabled() && ELUsingAArch32(EL2) && HSTR.T7 == '1' then AArch32.TakeHypTrapException(0x04); elsif HaveEL(EL3) && ELUsingAArch32(EL3) then (R[t2], R[t]) = (PAR_NS<63:32>, PAR_NS<31:0>); else (R[t2], R[t]) = (PAR<63:32>, PAR<31:0>); elsif PSTATE.EL == EL2 then if HaveEL(EL3) && ELUsingAArch32(EL3) then (R[t2], R[t]) = (PAR_NS<63:32>, PAR_NS<31:0>); else (R[t2], R[t]) = (PAR<63:32>, PAR<31:0>); elsif PSTATE.EL == EL3 then if SCR.NS == '0' then (R[t2], R[t]) = (PAR_S<63:32>, PAR_S<31:0>); else (R[t2], R[t]) = (PAR_NS<63:32>, PAR_NS<31:0>);
coproc | CRm | opc1 |
---|---|---|
0b1111 | 0b0111 | 0b0000 |
if PSTATE.EL == EL0 then UNDEFINED; elsif PSTATE.EL == EL1 then if EL2Enabled() && !ELUsingAArch32(EL2) && HSTR_EL2.T7 == '1' then AArch64.AArch32SystemAccessTrap(EL2, 0x04); elsif EL2Enabled() && ELUsingAArch32(EL2) && HSTR.T7 == '1' then AArch32.TakeHypTrapException(0x04); elsif HaveEL(EL3) && ELUsingAArch32(EL3) then PAR_NS = R[t2]:R[t]; else PAR = R[t2]:R[t]; elsif PSTATE.EL == EL2 then if HaveEL(EL3) && ELUsingAArch32(EL3) then PAR_NS = R[t2]:R[t]; else PAR = R[t2]:R[t]; elsif PSTATE.EL == EL3 then if SCR.NS == '0' then PAR_S = R[t2]:R[t]; else PAR_NS = R[t2]:R[t];
26/03/2024 09:49; 67c0ae5282a7629ba0ea0ba7267b43cd4f7939f6
Copyright © 2010-2024 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.