Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H 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
/openbmc/linux/arch/arm64/include/asm/
H A 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()
/openbmc/linux/mm/
H A Duserfaultfd.c812 VM_WARN_ONCE(start < dst_vma->vm_start || start + len > dst_vma->vm_end, in uffd_wp_range()