Lines Matching refs:BUG_ON
158 BUG_ON(dst_start & ~PAGE_MASK); in __mcopy_atomic()
159 BUG_ON(len & ~PAGE_MASK); in __mcopy_atomic()
162 BUG_ON(src_start + len <= src_start); in __mcopy_atomic()
163 BUG_ON(dst_start + len <= dst_start); in __mcopy_atomic()
215 BUG_ON(dst_addr >= dst_start + len); in __mcopy_atomic()
244 BUG_ON(pmd_none(*dst_pmd)); in __mcopy_atomic()
245 BUG_ON(pmd_trans_huge(*dst_pmd)); in __mcopy_atomic()
260 BUG_ON(!page); in __mcopy_atomic()
273 BUG_ON(page); in __mcopy_atomic()
292 BUG_ON(copied < 0); in __mcopy_atomic()
293 BUG_ON(err > 0); in __mcopy_atomic()
294 BUG_ON(!copied && !err); in __mcopy_atomic()