Searched refs:PTD_COUNT_MSK (Results 1 – 2 of 2) sorted by relevance
163 #define PTD_COUNT_MSK (0x3ff << 0) macro185 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)186 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)
249 #define PTD_COUNT_MSK (0x3ff << 0) macro393 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)394 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)