Home
last modified time | relevance | path

Searched refs:VM_WARN_ONCE (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
A Dmmdebug.h93 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) macro
107 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
A Dpagemap.h494 VM_WARN_ONCE((unsigned long)mapping & PAGE_MAPPING_ANON, in mapping_large_folio_support()
/linux/arch/arm64/include/asm/
A Dpgtable.h379 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update()
382 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_safe_pte_update()
385 VM_WARN_ONCE(!pgattr_change_is_safe(pte_val(old_pte), pte_val(pte)), in __check_safe_pte_update()
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c313 VM_WARN_ONCE(!(pteflags & _PAGE_RWX), "no-access mapping request"); in htab_convert_pte_flags()
322 VM_WARN_ONCE(!(pteflags & _PAGE_RWX), "no-access mapping request"); in htab_convert_pte_flags()
/linux/mm/
A Dhuge_memory.c3372 VM_WARN_ONCE(1, "Cannot split to order-1 folio"); in split_huge_page_to_list_to_order()
3378 VM_WARN_ONCE(1, in split_huge_page_to_list_to_order()
3390 VM_WARN_ONCE(1, in split_huge_page_to_list_to_order()
3440 VM_WARN_ONCE(1, "Cannot split mapped folio below min-order: %u", in split_huge_page_to_list_to_order()
A Dpage_alloc.c659 VM_WARN_ONCE(get_pageblock_migratetype(page) != migratetype, in __add_to_free_list()
681 VM_WARN_ONCE(get_pageblock_migratetype(page) != old_mt, in move_to_free_list()
694 VM_WARN_ONCE(get_pageblock_migratetype(page) != migratetype, in __del_page_from_free_list()
A Duserfaultfd.c910 VM_WARN_ONCE(start < dst_vma->vm_start || start + len > dst_vma->vm_end, in uffd_wp_range()

Completed in 48 milliseconds