Searched refs:VM_WARN (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A 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()
|
| H A D | kvm_book3s_64.h | 653 VM_WARN(!spin_is_locked(&kvm->mmu_lock), in find_kvm_secondary_pte() 665 VM_WARN(!spin_is_locked(&kvm->mmu_lock), in find_kvm_host_pte()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mmdebug.h | 55 #define VM_WARN(cond, format...) (void)WARN(cond, format) macro 65 #define VM_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_nested.c | 791 VM_WARN(!spin_is_locked(&kvm->mmu_lock), in find_kvm_nested_guest_pte()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb.c | 5155 VM_WARN(1, "%s called with a negative range\n", __func__); in hugetlb_reserve_pages()
|