Searched refs:PTD_COUNT_MSK (Results 1 – 2 of 2) sorted by relevance
164 #define PTD_COUNT_MSK (0x3ff << 0) macro186 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)187 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)
204 #define PTD_COUNT_MSK (0x3ff << 0) macro348 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)349 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)