Searched refs:dump_page (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mmdebug.h | 13 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 D | gup_test.c | 55 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 D | debug.c | 134 void dump_page(struct page *page, const char *reason) in dump_page() function 144 EXPORT_SYMBOL(dump_page);
|
H A D | page_poison.c | 73 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
|
H A D | page_isolation.c | 200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
H A D | memory_hotplug.c | 1762 dump_page(page, "isolation failed"); in do_migrate_range() 1796 dump_page(page, "migration failure"); in do_migrate_range()
|
H A D | page_alloc.c | 510 dump_page(page, reason); in bad_page() 6044 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
|
H A D | filemap.c | 159 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
|
H A D | Kconfig | 1141 There is also a sub-test that allows running dump_page() on any
|
H A D | memory.c | 527 dump_page(page, "bad pte"); in print_bad_pte()
|
/openbmc/linux/mm/kasan/ |
H A D | report.c | 403 dump_page(page, "kasan: bad access detected"); in print_address_description()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 323 dump_page(page, msg); in page_table_release_check()
|
/openbmc/linux/fs/btrfs/ |
H A D | subpage.c | 750 dump_page(page, "btrfs subpage dump"); in btrfs_subpage_dump_bitmap()
|
/openbmc/linux/Documentation/core-api/ |
H A D | pin_user_pages.rst | 272 dump_page() has been enhanced slightly to handle these new counting
|
/openbmc/linux/fs/fuse/ |
H A D | dev.c | 783 dump_page(&folio->page, "fuse: trying to steal weird page"); in fuse_check_folio()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_mem.c | 1252 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()
|