Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmmdebug.h12 void dump_page(struct page *page, const char *reason);
21 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
28 dump_page(&folio->page, "VM_BUG_ON_FOLIO(" __stringify(cond)")");\
51 dump_page(page, "VM_WARN_ON_ONCE_PAGE(" __stringify(cond)")");\
61 dump_page(&folio->page, "VM_WARN_ON_FOLIO(" __stringify(cond)")");\
71 dump_page(&folio->page, "VM_WARN_ON_ONCE_FOLIO(" __stringify(cond)")");\
/linux-6.1.9/mm/
Dgup_test.c53 dump_page(page, "gup_test failure"); in verify_dma_pinned()
59 dump_page(page, "gup_test failure"); in verify_dma_pinned()
92 dump_page(pages[index_to_dump], in dump_pages_test()
Ddebug.c126 void dump_page(struct page *page, const char *reason) in dump_page() function
136 EXPORT_SYMBOL(dump_page);
Dpage_poison.c74 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.c1683 dump_page(page, "isolation failed"); in do_migrate_range()
1716 dump_page(page, "migration failure"); in do_migrate_range()
DKconfig1036 There is also a sub-test that allows running dump_page() on any
Dfilemap.c157 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
Dpage_alloc.c716 dump_page(page, reason); in bad_page()
9177 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
Dmemory.c558 dump_page(page, "bad pte"); in print_bad_pte()
/linux-6.1.9/mm/kasan/
Dreport.c323 dump_page(page, "kasan: bad access detected"); in print_address_description()
/linux-6.1.9/arch/s390/mm/
Dpgalloc.c324 dump_page(page, msg); in page_table_release_check()
/linux-6.1.9/Documentation/core-api/
Dpin_user_pages.rst267 dump_page() has been enhanced slightly, to handle these new counting
/linux-6.1.9/fs/fuse/
Ddev.c781 dump_page(page, "fuse: trying to steal weird page"); in fuse_check_page()
/linux-6.1.9/drivers/virtio/
Dvirtio_mem.c1209 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()