Home
last modified time | relevance | path

Searched refs:is_zero_page (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/mm/
H A Dgup.c55 if (is_zero_page(page) || in sanity_check_pinned_pages()
2501 if (is_zero_page(page)) in try_grab_folio_fast()
/openbmc/linux/include/linux/
H A Dmm.h1970 static inline bool is_zero_page(const struct page *page) in is_zero_page() function
1983 return is_zero_page(&folio->page); in is_zero_folio()
/openbmc/linux/kernel/events/
H A Duprobes.c484 if (is_zero_page(old_page)) { in uprobe_write_opcode()