Searched refs:get_dump_page (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Delfcore.c32 struct page *page = get_dump_page(addr);
35 * get_dump_page() returns NULL when encountering an empty
/linux-master/fs/
H A Dcoredump.c949 page = get_dump_page(addr);
/linux-master/mm/
H A Dgup.c510 * then get_dump_page() will return NULL to leave a hole in the dump.
2023 * get_dump_page() - pin user page in memory while writing it to core dump
2037 struct page *get_dump_page(unsigned long addr) function
/linux-master/include/linux/
H A Dmm.h2521 struct page *get_dump_page(unsigned long addr);

Completed in 117 milliseconds