Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/mm/
Ddebug.c90 void dump_page(struct page *page, const char *reason) in dump_page() function
95 EXPORT_SYMBOL(dump_page);
Dmemory_hotplug.c1416 dump_page(page, "isolation failed"); in do_migrate_range()
Dhuge_memory.c2696 dump_page(head, NULL); in split_huge_page_to_list()
2697 dump_page(page, "total_mapcount(head) > 0"); in split_huge_page_to_list()
Dfilemap.c207 dump_page(page, "still mapped when deleted"); in unaccount_page_cache_page()
Dmemory.c765 dump_page(page, "bad pte"); in print_bad_pte()
/Linux-v4.19/mm/kasan/
Dreport.c273 dump_page(page, "kasan: bad access detected"); in print_address_description()