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