Home
last modified time | relevance | path

Searched refs:VM_WARN_ON_ONCE (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dtlbflush.h77 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()
/Linux-v5.4/include/linux/
Dmmdebug.h41 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
50 #define VM_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
/Linux-v5.4/mm/
Dworkingset.c378 VM_WARN_ON_ONCE(!irqs_disabled()); /* For __inc_lruvec_page_state */ in workingset_update_node()
Dmempool.c382 VM_WARN_ON_ONCE(gfp_mask & __GFP_ZERO); in mempool_alloc()
Drmap.c1199 VM_WARN_ON_ONCE(!PageLocked(page)); in page_add_file_rmap()
Dgup.c636 VM_WARN_ON_ONCE(fault_flags & FAULT_FLAG_ALLOW_RETRY); in faultin_page()
Dswapfile.c941 VM_WARN_ON_ONCE(1); in swap_alloc_cluster()
Dhugetlb.c4418 VM_WARN_ON_ONCE(fault_flags & in follow_hugetlb_page()
/Linux-v5.4/arch/x86/mm/
Dtlb.c395 VM_WARN_ON_ONCE(!cpumask_test_cpu(cpu, in switch_mm_irqs_off()