Home
last modified time | relevance | path

Searched refs:VM_BUG_ON_MM (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dmmdebug.h43 #define VM_BUG_ON_MM(cond, mm) \ macro
111 #define VM_BUG_ON_MM(cond, mm) VM_BUG_ON(cond) macro
/linux-6.15/mm/
H A Dkhugepaged.c447 VM_BUG_ON_MM(hpage_collapse_test_exit(mm), mm); in __khugepaged_enter()
H A Dvma.c639 VM_BUG_ON_MM(bug, mm); in validate_mm()
/linux-6.15/kernel/
H A Dfork.c858 VM_BUG_ON_MM(mm->pmd_huge_pte, mm); in check_mm()