Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmmdebug.h12 extern void dump_page(struct page *page, const char *reason);
22 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
45 dump_page(page, "VM_WARN_ON_ONCE_PAGE(" __stringify(cond)")");\
/OK3568_Linux_fs/kernel/mm/
H A Ddebug.c191 void dump_page(struct page *page, const char *reason) in dump_page() function
197 EXPORT_SYMBOL(dump_page);
H A Dgup_benchmark.c59 dump_page(page, "gup_benchmark failure"); in verify_dma_pinned()
H A Dpage_isolation.c61 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
H A Dmemory_hotplug.c1376 dump_page(page, "isolation failed"); in do_migrate_range()
1409 dump_page(page, "migration failure"); in do_migrate_range()
H A Dfilemap.c184 dump_page(page, "still mapped when deleted"); in unaccount_page_cache_page()
H A Dmemory.c574 dump_page(page, "bad pte"); in print_bad_pte()
H A Dpage_alloc.c8691 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dreport.c250 dump_page(page, "kasan: bad access detected"); in print_address_description()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpin_user_pages.rst267 dump_page() has been enhanced slightly, to handle these new counting fields, and
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_mem.c610 dump_page(page, "unplugged page referenced"); in virtio_mem_notify_going_offline()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddev.c797 dump_page(page, "fuse: trying to steal weird page"); in fuse_check_page()