Searched refs:VM_WARN_ONCE (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | mmdebug.h | 104 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) macro 119 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
|
| H A D | pagemap.h | 494 VM_WARN_ONCE((unsigned long)mapping & PAGE_MAPPING_ANON, in mapping_large_folio_support()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | tlb.c | 324 VM_WARN_ONCE(1, "Unable to allocate global ASID despite %d available\n", in allocate_global_asid() 386 VM_WARN_ONCE(1, "Ran out of global ASIDs\n"); in use_global_asid()
|
| /linux-6.15/mm/ |
| H A D | huge_memory.c | 3659 VM_WARN_ONCE(warns && new_order == 1, in non_uniform_split_supported() 3670 VM_WARN_ONCE(warns, in non_uniform_split_supported() 3677 VM_WARN_ONCE(warns, in non_uniform_split_supported() 3690 VM_WARN_ONCE(warns && new_order == 1, in uniform_split_supported() 3696 VM_WARN_ONCE(warns, in uniform_split_supported() 3703 VM_WARN_ONCE(warns, in uniform_split_supported() 3802 VM_WARN_ONCE(1, "Cannot split mapped folio below min-order: %u", in __folio_split()
|
| H A D | userfaultfd.c | 907 VM_WARN_ONCE(start < dst_vma->vm_start || start + len > dst_vma->vm_end, in uffd_wp_range()
|
| H A D | page_alloc.c | 669 VM_WARN_ONCE(get_pageblock_migratetype(page) != migratetype, in __add_to_free_list() 695 VM_WARN_ONCE(get_pageblock_migratetype(page) != old_mt, in move_to_free_list() 717 VM_WARN_ONCE(get_pageblock_migratetype(page) != migratetype, in __del_page_from_free_list()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgtable.h | 381 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update() 384 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_safe_pte_update() 387 VM_WARN_ONCE(!pgattr_change_is_safe(pte_val(old_pte), pte_val(pte)), in __check_safe_pte_update()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 577 VM_WARN_ONCE(!(pteflags & _PAGE_RWX), "no-access mapping request"); in htab_convert_pte_flags() 586 VM_WARN_ONCE(!(pteflags & _PAGE_RWX), "no-access mapping request"); in htab_convert_pte_flags()
|