Searched refs:VM_WARN (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/powerpc/include/asm/ |
D | pte-walk.h | 15 VM_WARN(!arch_irqs_disabled(), "%s called with irq enabled\n", __func__); in find_linux_pte() 43 VM_WARN(!arch_irqs_disabled(), "%s called with irq enabled\n", __func__); in find_current_mm_pte() 44 VM_WARN(pgdir != current->mm->pgd, in find_current_mm_pte()
|
/Linux-v5.4/include/linux/ |
D | mmdebug.h | 43 #define VM_WARN(cond, format...) (void)WARN(cond, format) macro 52 #define VM_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
|
/Linux-v5.4/mm/ |
D | hugetlb.c | 4609 VM_WARN(1, "%s called with a negative range\n", __func__); in hugetlb_reserve_pages()
|