Searched refs:trunc_page_32 (Results 1 – 3 of 3) sorted by relevance
161 #define trunc_page_32(x) ((uint32_t)(x) & ~((uint32_t)PAGE_MASK)) macro186 #undef trunc_page_32209 #define trunc_page_32(x) \218 #define trunc_page_32(x) (0)
664 assoc_upl_offset = trunc_page_32(upl_offset); in cluster_handle_associated_upl()716 if ((trunc_page_32(upl_offset) == 0) && (upl_end == upl_size)) { in cluster_handle_associated_upl()767 int last_pg = trunc_page_32(assoc_upl_end - 1) >> PAGE_SHIFT; in cluster_handle_associated_upl()
4319 …unused_bytes = trunc_page_32(C_SEG_OFFSET_TO_BYTES(c_seg->c_populated_offset - c_seg->c_nextoffset… in c_current_seg_filled()