Home
last modified time | relevance | path

Searched refs:DEXCR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/powerpc/
H A Ddexcr.rst4 DEXCR (Dynamic Execution Control Register)
10 The DEXCR is a privileged special purpose register (SPR) introduced in
17 the DEXCR. Each aspect controls a certain behaviour, and can be set or cleared
18 to enable/disable the aspect. There are several variants of the DEXCR for
21 DEXCR
29 Userspace can examine the current DEXCR state using a dedicated SPR that
30 provides a non-privileged read-only view of the userspace DEXCR aspects.
32 aspects, which ORed with the userspace DEXCR view gives the effective DEXCR
39 The DEXCR is currently unconfigurable. All threads are run with the
46 The userspace values of the DEXCR and HDEXCR (in this order) are exposed under
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.h34 DEXCR, /* Userspace DEXCR value */ enumerator
H A Ddexcr.c71 case DEXCR: in get_dexcr()
H A Dlsdexcr.c113 dexcr = get_dexcr(DEXCR); in main()
/openbmc/qemu/target/ppc/
H A Dcpu.h1175 FIELD(DEXCR, PNH_##name, PPC_BIT_NR(num), 1) \
1176 FIELD(DEXCR, PRO_##name, PPC_BIT_NR(num + 32), 1) \