Home
last modified time | relevance | path

Searched refs:DEXCR_PR_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.h16 #define DEXCR_PR_BIT(aspect) __MASK(63 - (32 + (aspect))) macro
17 #define DEXCR_PR_SBHE DEXCR_PR_BIT(0)
18 #define DEXCR_PR_IBRTPD DEXCR_PR_BIT(3)
19 #define DEXCR_PR_SRAPD DEXCR_PR_BIT(4)
20 #define DEXCR_PR_NPHIE DEXCR_PR_BIT(5)
H A Dlsdexcr.c71 unsigned int mask = DEXCR_PR_BIT(aspects[i].index); in print_dexcr()
93 mask = DEXCR_PR_BIT(aspect->index); in print_aspect()