Home
last modified time | relevance | path

Searched refs:dump_page (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/include/linux/
H A Dmmdebug.h14 void dump_page(const struct page *page, const char *reason);
25 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
32 dump_page(&folio->page, "VM_BUG_ON_FOLIO(" __stringify(cond)")");\
55 dump_page(page, "VM_WARN_ON_ONCE_PAGE(" __stringify(cond)")");\
65 dump_page(&folio->page, "VM_WARN_ON_FOLIO(" __stringify(cond)")");\
75 dump_page(&folio->page, "VM_WARN_ON_ONCE_FOLIO(" __stringify(cond)")");\
/linux-6.15/mm/
H A Dgup_test.c55 dump_page(&folio->page, "gup_test failure"); in verify_dma_pinned()
61 dump_page(&folio->page, "gup_test failure"); in verify_dma_pinned()
94 dump_page(pages[index_to_dump], in dump_pages_test()
H A Dpage_poison.c73 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
H A Ddebug.c173 void dump_page(const struct page *page, const char *reason) in dump_page() function
183 EXPORT_SYMBOL(dump_page);
H A Dpage_isolation.c206 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
H A Dmemory_hotplug.c1841 dump_page(page, "isolation failed"); in do_migrate_range()
1877 dump_page(&folio->page, in do_migrate_range()
H A Dpage_alloc.c503 dump_page(page, reason); in bad_page()
6519 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
H A Dfilemap.c158 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
H A DKconfig1168 There is also a sub-test that allows running dump_page() on any
H A Dvmalloc.c111 dump_page(page, "remapping already mapped page"); in vmap_pte_range()
H A Dslub.c4753 dump_page(&folio->page, "Not a kmalloc allocation"); in free_large_kmalloc()
H A Dmemory.c518 dump_page(page, "bad pte"); in print_bad_pte()
/linux-6.15/fs/
H A Dcoredump.c928 struct page *dump_page; in dump_user_range() local
931 dump_page = dump_page_alloc(); in dump_user_range()
932 if (!dump_page) in dump_user_range()
959 int stop = !dump_emit_page(cprm, dump_page_copy(page, dump_page)); in dump_user_range()
983 dump_page_free(dump_page); in dump_user_range()
/linux-6.15/fs/btrfs/
H A Dtree-checker.c68 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in generic_err()
96 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in file_extent_err()
157 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in dir_item_err()
672 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in block_group_err()
1041 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in dev_item_err()
1297 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in extent_err()
H A Dsubpage.c804 dump_page(folio_page(folio, 0), "btrfs subpage dump"); in btrfs_subpage_dump_bitmap()
/linux-6.15/mm/kasan/
H A Dreport.c449 dump_page(page, "kasan: bad access detected"); in print_address_description()
/linux-6.15/Documentation/core-api/
H A Dpin_user_pages.rst274 dump_page() has been enhanced slightly to handle these new counting
/linux-6.15/fs/fuse/
H A Ddev.c946 dump_page(&folio->page, "fuse: trying to steal weird page"); in fuse_check_folio()
/linux-6.15/drivers/virtio/
H A Dvirtio_mem.c1278 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()