Searched refs:trunc_page_32 (Results 1 – 3 of 3) sorted by relevance
163 #define trunc_page_32(x) ((uint32_t)(x) & ~((uint32_t)PAGE_MASK)) macro188 #undef trunc_page_32211 #define trunc_page_32(x) \220 #define trunc_page_32(x) (0)
657 assoc_upl_offset = trunc_page_32(upl_offset); in cluster_handle_associated_upl()709 if ((trunc_page_32(upl_offset) == 0) && (upl_end == upl_size)) { in cluster_handle_associated_upl()760 int last_pg = trunc_page_32(assoc_upl_end - 1) >> PAGE_SHIFT; in cluster_handle_associated_upl()
4321 …unused_bytes = trunc_page_32(C_SEG_OFFSET_TO_BYTES(c_seg->c_populated_offset - c_seg->c_nextoffset… in c_current_seg_filled()