Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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
/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h317 VM_WARN_ONCE(!pte_young(pte), in __check_safe_pte_update()
320 VM_WARN_ONCE(pte_write(old_pte) && !pte_dirty(pte), in __check_safe_pte_update()
323 VM_WARN_ONCE(!pgattr_change_is_safe(pte_val(old_pte), pte_val(pte)), in __check_safe_pte_update()
/Linux-v6.6/mm/
Duserfaultfd.c763 VM_WARN_ONCE(start < dst_vma->vm_start || start + len > dst_vma->vm_end, in uffd_wp_range()