Searched refs:S_PF_ENABLE (Results 1 – 1 of 1) sorted by relevance
38338 #define S_PF_ENABLE 0 macro38340 #define V_PF_ENABLE(x) ((x) << S_PF_ENABLE)38341 #define G_PF_ENABLE(x) (((x) >> S_PF_ENABLE) & M_PF_ENABLE)