Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmmdebug.h13 void dump_page(struct page *page, const char *reason);
23 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
30 dump_page(&folio->page, "VM_BUG_ON_FOLIO(" __stringify(cond)")");\
53 dump_page(page, "VM_WARN_ON_ONCE_PAGE(" __stringify(cond)")");\
63 dump_page(&folio->page, "VM_WARN_ON_FOLIO(" __stringify(cond)")");\
73 dump_page(&folio->page, "VM_WARN_ON_ONCE_FOLIO(" __stringify(cond)")");\
/Linux-v6.6/mm/
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()
Ddebug.c134 void dump_page(struct page *page, const char *reason) in dump_page() function
144 EXPORT_SYMBOL(dump_page);
Dpage_poison.c73 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
Dpage_isolation.c200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
Dmemory_hotplug.c1760 dump_page(page, "isolation failed"); in do_migrate_range()
1794 dump_page(page, "migration failure"); in do_migrate_range()
Dpage_alloc.c510 dump_page(page, reason); in bad_page()
6025 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
DKconfig1117 There is also a sub-test that allows running dump_page() on any
Dfilemap.c159 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
Dmemory.c527 dump_page(page, "bad pte"); in print_bad_pte()
/Linux-v6.6/mm/kasan/
Dreport.c403 dump_page(page, "kasan: bad access detected"); in print_address_description()
/Linux-v6.6/arch/s390/mm/
Dpgalloc.c320 dump_page(page, msg); in page_table_release_check()
/Linux-v6.6/fs/btrfs/
Dsubpage.c744 dump_page(page, "btrfs subpage dump"); in btrfs_subpage_dump_bitmap()
/Linux-v6.6/Documentation/core-api/
Dpin_user_pages.rst272 dump_page() has been enhanced slightly to handle these new counting
/Linux-v6.6/drivers/virtio/
Dvirtio_mem.c1252 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()
/Linux-v6.6/fs/fuse/
Ddev.c783 dump_page(&folio->page, "fuse: trying to steal weird page"); in fuse_check_folio()