| |||
| Home > Non-debug Use of CP14 > CP14 Jazelle register descriptions > Jazelle Operating System Control Register | |||
The JOSCR characteristics are:
Enables operating systems to control access to Jazelle Extension hardware.
The JOSCR is:
only accessible in privileged modes
set to zero after a reset and must be written in privileged modes.
Available in all configurations.
See the register summary in Table 5.1.
Figure 5.2 shows the JOSCR bit assignments.
Table 5.3 shows the JOSCR bit assignments.
Table 5.3. JOSCR bit assignments
| Bits | Name | Description |
|---|---|---|
| [31:2] | Reserved | SBZ. |
| [1] | CV | Configuration Valid bit. 0 = The Jazelle configuration is invalid. Any attempt to enter Jazelle state when the Jazelle hardware is enabled:
1 = The Jazelle configuration is valid. Entering Jazelle state succeeds when the Jazelle hardware is enabled. The CV bit is automatically cleared on an exception. |
| [0] | CD | Configuration Disabled bit. 0 = Jazelle configuration in User mode is enabled:
1 = Jazelle configuration from User mode is disabled:
|
To access the JOSCR, use:
MRC p14, 7, <Rd>, c1, c0, 0 ; Read JOSCR
MCR p14, 7. <Rd>, c1, c0, 0 ; Write JOSCR