System Control Coprocessor
ARM DDI 0301H
Copyright © 2004-2009 ARM Limited. All rights reserved.
3-43
ID012310
Non-Confidential, Unrestricted Access
Table 3-37 lists the results of attempted access for each mode.
To use the Instruction Set Attributes Register 4 read CP15 with:
•
Opcode_1 set to 0
•
CRn set to c0
•
CRm set to c2
•
Opcode_2 set to 4.
For example:
MRC p15, 0, <Rd>, c0, c2, 4 ;Read Instruction Set Attributes Register 4
c0, Instruction Set Attributes Register 5
The purpose of the Instruction Set Attributes Register 5 is to provide additional information
about the properties of the processor.
The Instruction Set Attributes Register 5 is:
•
in CP15 c0
•
a 32-bit read-only registers common to the Secure and Non-secure worlds
•
accessible in privileged modes only.
The contents of the Instruction Set Attributes Register 5 are implementation defined. In the
ARM1176JZF-S processor, Instruction Set Attributes Register 5 is read as
0x00000000
.
Table 3-38 lists the results of attempted access for each mode.
To use the Instruction Set Attributes Register 5 read CP15 with:
•
Opcode_1 set to 0
•
CRn set to c0
•
CRm set toc2
•
Opcode_2 set to 5.
For example:
MRC p15, 0, <Rd>, c0, c2, 5 ;Read Instruction Set Attribute Register 5.
Table 3-37 Results of access to the Instruction Set Attributes Register 4
Secure Privileged
Non-secure Privileged
User
Read
Write
Read
Write
Data
Undefined exception
Data
Undefined exception
Undefined exception
Table 3-38 Results of access to the Instruction Set Attributes Register 5
Secure Privileged
Non-secure Privileged
User
Read
Write
Read
Write
Data
Undefined exception
Data
Undefined exception
Undefined exception