Searched defs:TCR_GET_WP (Results 1 – 1 of 1) sorted by relevance
568 #define TCR_GET_WP(tcr) ((((tcr) & 0xC0000000) >> 30) | \ macro571 #define TCR_GET_WP(tcr) (((tcr) & 0xC0000000) >> 30) macro