| /linux-6.15/arch/powerpc/mm/ |
| H A D | pgtable_64.c | 105 VM_WARN_ON(!p4d_leaf(p4d)); in p4d_page() 116 VM_WARN_ON(!pud_leaf(pud)); in pud_page() 135 VM_WARN_ON(!pmd_leaf(pmd)); in pmd_page()
|
| H A D | pgtable.c | 215 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_ptes() 315 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in __set_huge_pte_at() 353 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
|
| H A D | numa.c | 235 VM_WARN_ON(affinity_form == FORM0_AFFINITY); in cpu_relative_distance()
|
| /linux-6.15/include/linux/ |
| H A D | mmdebug.h | 102 #define VM_WARN_ON(cond) (void)WARN_ON(cond) macro 112 #define VM_WARN_ON(cond) BUILD_BUG_ON_INVALID(cond) macro
|
| H A D | gfp.h | 21 VM_WARN_ON((gfp_flags & GFP_MOVABLE_MASK) == GFP_MOVABLE_MASK); in gfp_migratetype()
|
| H A D | hugetlb.h | 977 VM_WARN_ON(size == PAGE_SIZE); in huge_pte_lockptr()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | tlb.c | 836 VM_WARN_ON(is_dyn_asid(prev_asid) && in switch_mm_irqs_off() 1053 VM_WARN_ON(!irqs_disabled()); in flush_tlb_func() 1080 VM_WARN_ON(this_cpu_read(cpu_tlbstate.ctxs[loaded_mm_asid].ctx_id) != in flush_tlb_func() 1173 VM_WARN_ON(f->new_tlb_gen == TLB_GENERATION_INVALID); in flush_tlb_func() 1176 VM_WARN_ON(f->mm == NULL); in flush_tlb_func() 1490 VM_WARN_ON(in_nmi() || preemptible()); in __get_current_cr3_fast()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | mman.h | 88 VM_WARN_ON(vm_flags & VM_SHARED); in arch_validate_flags()
|
| /linux-6.15/mm/ |
| H A D | hugetlb_cma.c | 150 VM_WARN_ON(order <= MAX_PAGE_ORDER); in hugetlb_cma_reserve()
|
| H A D | internal.h | 367 VM_WARN_ON(max_nr < 1); in swap_pte_batch() 368 VM_WARN_ON(!is_swap_pte(pte)); in swap_pte_batch() 369 VM_WARN_ON(non_swap_entry(entry)); in swap_pte_batch()
|
| H A D | vma.c | 141 VM_WARN_ON(vp->anon_vma && adjust && adjust->anon_vma && in init_multi_vma_prep() 922 VM_WARN_ON(err != -ENOMEM); in vma_merge_existing_range() 1239 VM_WARN_ON(vms->exec_vm > mm->exec_vm); in vms_complete_munmap_vmas() 1240 VM_WARN_ON(vms->stack_vm > mm->stack_vm); in vms_complete_munmap_vmas() 1241 VM_WARN_ON(vms->data_vm > mm->data_vm); in vms_complete_munmap_vmas() 1574 VM_WARN_ON(vmg->give_up_on_oom && in vma_modify()
|
| H A D | page_isolation.c | 245 VM_WARN_ON(!isolated_page); in unset_migratetype_isolate()
|
| H A D | mmu_gather.c | 174 VM_WARN_ON(tlb->page_size != page_size); in __tlb_remove_folio_pages_size()
|
| H A D | userfaultfd.c | 1870 VM_WARN_ON(moved < 0); in move_pages() 1871 VM_WARN_ON(err > 0); in move_pages() 1872 VM_WARN_ON(!moved && !err); in move_pages()
|
| H A D | list_lru.c | 96 VM_WARN_ON(!css_is_dying(&memcg->css)); in lock_list_lru_of_memcg()
|
| H A D | madvise.c | 945 VM_WARN_ON(start > end); in madvise_dontneed_free() 1164 VM_WARN_ON(nr_pages != nr_expected_pages); in madvise_guard_install()
|
| H A D | huge_memory.c | 3040 VM_WARN_ON(!pte_none(ptep_get(pte + i))); in __split_huge_pmd_locked() 3060 VM_WARN_ON(!pte_none(ptep_get(pte + i))); in __split_huge_pmd_locked() 3278 VM_WARN_ON(folio_test_lru(folio)); in lru_add_split_folio() 3283 VM_WARN_ON(!folio_test_lru(folio)); in lru_add_split_folio()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | mmu_context.h | 83 VM_WARN_ON(mm->context.extended_id[index]); in alloc_extended_context()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | uv.c | 156 VM_WARN_ON(!pte_present(pte)); in uv_destroy_pte() 205 VM_WARN_ON(!pte_present(pte)); in uv_convert_from_secure_pte()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | contpte.c | 254 VM_WARN_ON(nr == 1); in contpte_set_ptes()
|
| H A D | mmu.c | 1259 VM_WARN_ON(1); in pmd_free_pte_page() 1280 VM_WARN_ON(1); in pud_free_pmd_page()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | setup-common.c | 983 VM_WARN_ON(cpumask_test_cpu(smp_processor_id(), mm_cpumask(&init_mm))); in setup_arch()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | slb.c | 823 VM_WARN_ON(mfmsr() & MSR_EE); in DEFINE_INTERRUPT_HANDLER_RAW()
|
| H A D | hash_native.c | 537 VM_WARN_ON(!(be64_to_cpu(hptep->v) & HPTE_V_BOLTED)); in native_hpte_removebolted()
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 39 #define VM_WARN_ON(_expr) (WARN_ON(_expr)) macro
|