Searched defs:trunc_page (Results 1 – 6 of 6) sorted by relevance
133 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
115 #define trunc_page(x) ((unsigned long)(x) & ~PAGE_MASK) macro
150 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
181 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
145 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro
67 #define trunc_page(x) ((x) & ~PAGE_MASK) macro