Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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)")");\
/openbmc/linux/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 Ddebug.c134 void dump_page(struct page *page, const char *reason) in dump_page() function
144 EXPORT_SYMBOL(dump_page);
H A Dpage_poison.c73 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
H A Dpage_isolation.c200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
H A Dmemory_hotplug.c1762 dump_page(page, "isolation failed"); in do_migrate_range()
1796 dump_page(page, "migration failure"); in do_migrate_range()
H A Dpage_alloc.c510 dump_page(page, reason); in bad_page()
6044 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
H A Dfilemap.c159 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
H A DKconfig1141 There is also a sub-test that allows running dump_page() on any
H A Dmemory.c527 dump_page(page, "bad pte"); in print_bad_pte()
/openbmc/linux/mm/kasan/
H A Dreport.c403 dump_page(page, "kasan: bad access detected"); in print_address_description()
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c323 dump_page(page, msg); in page_table_release_check()
/openbmc/linux/fs/btrfs/
H A Dsubpage.c750 dump_page(page, "btrfs subpage dump"); in btrfs_subpage_dump_bitmap()
/openbmc/linux/Documentation/core-api/
H A Dpin_user_pages.rst272 dump_page() has been enhanced slightly to handle these new counting
/openbmc/linux/fs/fuse/
H A Ddev.c783 dump_page(&folio->page, "fuse: trying to steal weird page"); in fuse_check_folio()
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c1252 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()