Searched refs:DEXCR (Results 1 – 5 of 5) sorted by relevance
4 DEXCR (Dynamic Execution Control Register)10 The DEXCR is a privileged special purpose register (SPR) introduced in17 the DEXCR. Each aspect controls a certain behaviour, and can be set or cleared18 to enable/disable the aspect. There are several variants of the DEXCR for21 DEXCR29 Userspace can examine the current DEXCR state using a dedicated SPR that30 provides a non-privileged read-only view of the userspace DEXCR aspects.32 aspects, which ORed with the userspace DEXCR view gives the effective DEXCR42 A process can control its own userspace DEXCR value using the50 between the 'which' value and the DEXCR aspect's index.[all …]
539 | 0x104E | 0x08 | RW | T | DEXCR |
91 DEXCR, /* Userspace DEXCR value */ enumerator
111 case DEXCR: in get_dexcr()
136 dexcr = get_dexcr(DEXCR); in main()