Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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.3-rc2/mm/
A Dgup_test.c54 dump_page(page, "gup_test failure"); in verify_dma_pinned()
60 dump_page(page, "gup_test failure"); in verify_dma_pinned()
93 dump_page(pages[index_to_dump], in dump_pages_test()
A Ddebug.c127 void dump_page(struct page *page, const char *reason) in dump_page() function
137 EXPORT_SYMBOL(dump_page);
A Dpage_poison.c74 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
A Dpage_isolation.c200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
A Dmemory_hotplug.c1682 dump_page(page, "isolation failed"); in do_migrate_range()
1716 dump_page(page, "migration failure"); in do_migrate_range()
A Dfilemap.c159 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
A Dpage_alloc.c698 dump_page(page, reason); in bad_page()
9212 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
A DKconfig1089 There is also a sub-test that allows running dump_page() on any
A Dmemory.c511 dump_page(page, "bad pte"); in print_bad_pte()
/linux-6.3-rc2/mm/kasan/
A Dreport.c358 dump_page(page, "kasan: bad access detected"); in print_address_description()
/linux-6.3-rc2/arch/s390/mm/
A Dpgalloc.c324 dump_page(page, msg); in page_table_release_check()
/linux-6.3-rc2/Documentation/core-api/
A Dpin_user_pages.rst266 dump_page() has been enhanced slightly to handle these new counting
/linux-6.3-rc2/fs/fuse/
A Ddev.c783 dump_page(&folio->page, "fuse: trying to steal weird page"); in fuse_check_folio()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_mem.c1209 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()

Completed in 63 milliseconds