Home
last modified time | relevance | path

Searched refs:VM_WARN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpte-walk.h15 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 Dkvm_book3s_64.h653 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 Dmmdebug.h55 #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 Dbook3s_hv_nested.c791 VM_WARN(!spin_is_locked(&kvm->mmu_lock), in find_kvm_nested_guest_pte()
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c5155 VM_WARN(1, "%s called with a negative range\n", __func__); in hugetlb_reserve_pages()