Searched refs:DEXCR_PR_BIT (Results 1 – 2 of 2) sorted by relevance
16 #define DEXCR_PR_BIT(aspect) __MASK(63 - (32 + (aspect))) macro17 #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)
71 unsigned int mask = DEXCR_PR_BIT(aspects[i].index); in print_dexcr()93 mask = DEXCR_PR_BIT(aspect->index); in print_aspect()