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 DEXCR39 The DEXCR is currently unconfigurable. All threads are run with the46 The userspace values of the DEXCR and HDEXCR (in this order) are exposed under[all …]
34 DEXCR, /* Userspace DEXCR value */ enumerator
71 case DEXCR: in get_dexcr()
113 dexcr = get_dexcr(DEXCR); in main()
1189 FIELD(DEXCR, PNH_##name, PPC_BIT_NR(num), 1) \1190 FIELD(DEXCR, PRO_##name, PPC_BIT_NR(num + 32), 1) \