Home
last modified time | relevance | path

Searched refs:PageKsm (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/mm/
H A Ddebug.c113 if (PageKsm(page)) in __dump_page()
H A Dmprotect.c126 if (!page || is_zone_device_page(page) || PageKsm(page)) in change_pte_range()
H A Dinternal.h737 VM_BUG_ON_PAGE(PageKsm(page), page); /* KSM page->index unusable */ in vma_address()
H A Dksm.c458 ret = (page && PageKsm(page)) || is_ksm_zero_pte(*pte); in break_ksm_pmd_entry()
2797 if (PageKsm(page)) { in ksm_might_need_to_copy()
H A Dmemory-failure.c723 if (unlikely(PageKsm(page))) in collect_procs()
/openbmc/linux/include/linux/
H A Dpage-flags.h705 static __always_inline bool PageKsm(struct page *page) in PageKsm() function
1048 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in SetPageAnonExclusive()
1055 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in ClearPageAnonExclusive()
/openbmc/linux/fs/proc/
H A Dpage.c132 if (PageKsm(page)) in stable_page_flags()
H A Dtask_mmu.c457 if (PageKsm(page)) in smaps_account()