Searched refs:S_DEBUGPAGE (Results 1 – 1 of 1) sorted by relevance
5085 #define S_DEBUGPAGE 10 macro5087 #define V_DEBUGPAGE(x) ((x) << S_DEBUGPAGE)5088 #define G_DEBUGPAGE(x) (((x) >> S_DEBUGPAGE) & M_DEBUGPAGE)