Searched refs:VM_WARN_ON_ONCE (Results 1 – 9 of 9) sorted by relevance
77 VM_WARN_ON_ONCE(asid > MAX_ASID_AVAILABLE); in kern_pcid()90 VM_WARN_ON_ONCE(asid & (1 << X86_CR3_PTI_PCID_USER_BIT)); in kern_pcid()126 VM_WARN_ON_ONCE(asid != 0); in build_cr3()133 VM_WARN_ON_ONCE(asid > MAX_ASID_AVAILABLE); in build_cr3_noflush()139 VM_WARN_ON_ONCE(!boot_cpu_has(X86_FEATURE_PCID)); in build_cr3_noflush()257 VM_WARN_ON_ONCE(!loaded_mm); in nmi_uaccess_okay()272 VM_WARN_ON_ONCE(current_mm->pgd != __va(read_cr3_pa())); in nmi_uaccess_okay()482 VM_WARN_ON_ONCE(preemptible()); in __flush_tlb_all()
41 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro50 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
378 VM_WARN_ON_ONCE(!irqs_disabled()); /* For __inc_lruvec_page_state */ in workingset_update_node()
382 VM_WARN_ON_ONCE(gfp_mask & __GFP_ZERO); in mempool_alloc()
1199 VM_WARN_ON_ONCE(!PageLocked(page)); in page_add_file_rmap()
636 VM_WARN_ON_ONCE(fault_flags & FAULT_FLAG_ALLOW_RETRY); in faultin_page()
941 VM_WARN_ON_ONCE(1); in swap_alloc_cluster()
4418 VM_WARN_ON_ONCE(fault_flags & in follow_hugetlb_page()
395 VM_WARN_ON_ONCE(!cpumask_test_cpu(cpu, in switch_mm_irqs_off()