Searched refs:S_PAGE_POLICY (Results 1 – 1 of 1) sorted by relevance
14420 #define S_PAGE_POLICY 6 macro14422 #define V_PAGE_POLICY(x) ((x) << S_PAGE_POLICY)14423 #define G_PAGE_POLICY(x) (((x) >> S_PAGE_POLICY) & M_PAGE_POLICY)