Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmmdebug.h12 extern void dump_page(struct page *page, const char *reason);
22 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
/Linux-v5.10/mm/
Ddebug.c190 void dump_page(struct page *page, const char *reason) in dump_page() function
195 EXPORT_SYMBOL(dump_page);
Dgup_benchmark.c59 dump_page(page, "gup_benchmark failure"); in verify_dma_pinned()
Dpage_isolation.c62 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
Dmemory_hotplug.c1329 dump_page(page, "isolation failed"); in do_migrate_range()
1360 dump_page(page, "migration failure"); in do_migrate_range()
Dhuge_memory.c2725 dump_page(head, NULL); in split_huge_page_to_list()
2726 dump_page(page, "total_mapcount(head) > 0"); in split_huge_page_to_list()
Dfilemap.c179 dump_page(page, "still mapped when deleted"); in unaccount_page_cache_page()
Dmemory.c540 dump_page(page, "bad pte"); in print_bad_pte()
/Linux-v5.10/mm/kasan/
Dreport.c402 dump_page(page, "kasan: bad access detected"); in print_address_description()
/Linux-v5.10/Documentation/core-api/
Dpin_user_pages.rst267 dump_page() has been enhanced slightly, to handle these new counting fields, and
/Linux-v5.10/drivers/virtio/
Dvirtio_mem.c610 dump_page(page, "unplugged page referenced"); in virtio_mem_notify_going_offline()
/Linux-v5.10/fs/fuse/
Ddev.c788 dump_page(page, "fuse: trying to steal weird page"); in fuse_check_page()