Searched defs:trunc_page (Results 1 – 1 of 1) sorted by relevance
199 #define trunc_page(x) ((x) & ~PAGE_MASK) macro221 #define trunc_page(x) \ macro