Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.h17 #define DEXCR_PR_BIT(aspect) __MASK(63 - (32 + (aspect))) macro
18 #define DEXCR_PR_SBHE DEXCR_PR_BIT(0)
19 #define DEXCR_PR_IBRTPD DEXCR_PR_BIT(3)
20 #define DEXCR_PR_SRAPD DEXCR_PR_BIT(4)
21 #define DEXCR_PR_NPHIE DEXCR_PR_BIT(5)
H A Dlsdexcr.c37 unsigned int mask = DEXCR_PR_BIT(aspects[i].index); in print_dexcr()
59 mask = DEXCR_PR_BIT(aspect->index); in print_aspect()
77 bool actual = effective & DEXCR_PR_BIT(aspect->index); in print_aspect_config()
105 if (hdexcr & DEXCR_PR_BIT(aspect->index)) { in print_aspect_config()