Searched refs:S_DEBUGPAGE (Results 1 – 1 of 1) sorted by relevance
12241 #define S_DEBUGPAGE 10 macro12243 #define V_DEBUGPAGE(x) ((x) << S_DEBUGPAGE)12244 #define G_DEBUGPAGE(x) (((x) >> S_DEBUGPAGE) & M_DEBUGPAGE)