Searched refs:VM_WARN_ONCE (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | mmdebug.h | 93 #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 D | pagemap.h | 494 VM_WARN_ONCE((unsigned long)mapping & PAGE_MAPPING_ANON, in mapping_large_folio_support()
|
| /linux/arch/arm64/include/asm/ |
| A D | pgtable.h | 379 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 D | hash_utils.c | 313 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 D | huge_memory.c | 3372 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 D | page_alloc.c | 659 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 D | userfaultfd.c | 910 VM_WARN_ONCE(start < dst_vma->vm_start || start + len > dst_vma->vm_end, in uffd_wp_range()
|
Completed in 48 milliseconds