Searched refs:VM_WARN_ON_ONCE (Results 1 – 8 of 8) 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()269 VM_WARN_ON_ONCE(!loaded_mm); in nmi_uaccess_okay()284 VM_WARN_ON_ONCE(current_mm->pgd != __va(read_cr3_pa())); in nmi_uaccess_okay()
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
374 VM_WARN_ON_ONCE(gfp_mask & __GFP_ZERO); in mempool_alloc()
1196 VM_WARN_ON_ONCE(!PageLocked(page)); in page_add_file_rmap()
514 VM_WARN_ON_ONCE(fault_flags & FAULT_FLAG_ALLOW_RETRY); in faultin_page()
893 VM_WARN_ON_ONCE(1); in swap_alloc_cluster()
4240 VM_WARN_ON_ONCE(fault_flags & in follow_hugetlb_page()
294 VM_WARN_ON_ONCE(!cpumask_test_cpu(cpu, in switch_mm_irqs_off()