Home
last modified time | relevance | path

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

/Linux-v4.19/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()
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()
/Linux-v4.19/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-v4.19/mm/
Dmempool.c374 VM_WARN_ON_ONCE(gfp_mask & __GFP_ZERO); in mempool_alloc()
Drmap.c1196 VM_WARN_ON_ONCE(!PageLocked(page)); in page_add_file_rmap()
Dgup.c514 VM_WARN_ON_ONCE(fault_flags & FAULT_FLAG_ALLOW_RETRY); in faultin_page()
Dswapfile.c893 VM_WARN_ON_ONCE(1); in swap_alloc_cluster()
Dhugetlb.c4240 VM_WARN_ON_ONCE(fault_flags & in follow_hugetlb_page()
/Linux-v4.19/arch/x86/mm/
Dtlb.c294 VM_WARN_ON_ONCE(!cpumask_test_cpu(cpu, in switch_mm_irqs_off()