Searched refs:PTD_ACTIVE_MSK (Results 1 – 4 of 4) sorted by relevance
166 #define PTD_ACTIVE_MSK (1 << 11) macro190 #define PTD_GET_ACTIVE(p) (((p)->count & PTD_ACTIVE_MSK) >> 11)191 #define PTD_ACTIVE(v) (((v) << 11) & PTD_ACTIVE_MSK)
206 #define PTD_ACTIVE_MSK (1 << 11) macro352 #define PTD_GET_ACTIVE(p) (((p)->count & PTD_ACTIVE_MSK) >> 11)353 #define PTD_ACTIVE(v) (((v) << 11) & PTD_ACTIVE_MSK)
275 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in preproc_atl_queue()
329 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in prepare_ptd()