Searched refs:PTD_ACTIVE_MSK (Results 1 – 4 of 4) sorted by relevance
165 #define PTD_ACTIVE_MSK (1 << 11) macro189 #define PTD_GET_ACTIVE(p) (((p)->count & PTD_ACTIVE_MSK) >> 11)190 #define PTD_ACTIVE(v) (((v) << 11) & PTD_ACTIVE_MSK)
251 #define PTD_ACTIVE_MSK (1 << 11) macro397 #define PTD_GET_ACTIVE(p) (((p)->count & PTD_ACTIVE_MSK) >> 11)398 #define PTD_ACTIVE(v) (((v) << 11) & PTD_ACTIVE_MSK)
274 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in preproc_atl_queue()
327 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in prepare_ptd()