Searched refs:S_CAUSE_REGISTER (Results 1 – 1 of 1) sorted by relevance
1660 #define S_CAUSE_REGISTER 24 macro1662 #define V_CAUSE_REGISTER(x) ((x) << S_CAUSE_REGISTER)1663 #define G_CAUSE_REGISTER(x) (((x) >> S_CAUSE_REGISTER) & M_CAUSE_REGISTER)