Home
last modified time | relevance | path

Searched refs:PageAnon (Results 1 – 19 of 19) sorted by relevance

/linux/mm/
H A Dpage_table_check.c80 anon = PageAnon(page); in page_table_check_clear()
120 anon = PageAnon(page); in page_table_check_set()
H A Dmemremap.c
H A Dksm.c786 if (PageAnon(page)) { in get_mergeable_page()
913 * pointing back to this stable node. This relies on freeing a PageAnon
1469 * @page: the PageAnon page that we want to replace with kpage
1484 if (!PageAnon(page)) in try_to_merge_one_page()
1512 * PageAnon+anon_vma to PageKsm+NULL stable_node: in try_to_merge_one_page()
2665 if (PageAnon(*page)) { in scan_get_next_rmap_item()
H A Dhuge_memory.c1637 return page && PageAnon(page) && PageAnonExclusive(page); in can_follow_write_pmd()
2436 if (PageAnon(page)) in __split_huge_pmd_locked()
2864 } else if (!PageAnon(page)) { in __split_huge_page_tail()
H A Dmprotect.c71 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pte_writable()
H A Dmemory-failure.c
H A Dgup.c770 if (!page || !PageAnon(page) || !PageAnonExclusive(page)) in follow_p4d_mask()
806 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) &&
891 if (!page || !PageAnon(page) || !PageAnonExclusive(page)) in get_gate_page()
968 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in faultin_page()
H A Dinternal.h1258 if (!PageAnon(page)) { in gup_must_unshare()
H A Dhugetlb.c6966 if (PageAnon(page)) in hugetlb_change_protection()
H A Dmemcontrol.c6109 if (PageAnon(page)) {
/linux/arch/csky/abiv1/inc/abi/
H A Dcacheflush.h36 if (PageAnon(page)) in flush_anon_page()
/linux/fs/proc/
H A Dpage.c152 * We need to check PageLRU/PageAnon in stable_page_flags()
H A Dtask_mmu.c1460 if (page && !PageAnon(page)) in pte_to_pagemap_entry()
1805 if (page && !PageAnon(page)) in pagemap_page_category()
1867 if (page && !PageAnon(page)) in pagemap_thp_category()
1925 if (!PageAnon(pte_page(pte))) in pagemap_hugetlb_category()
/linux/include/linux/
H A Dpage-flags.h706 static __always_inline bool PageAnon(const struct page *page) in PageAnon() function
1107 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in PageAnonExclusive()
1119 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in SetPageAnonExclusive()
1126 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in ClearPageAnonExclusive()
1133 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in __ClearPageAnonExclusive()
/linux/arch/mips/include/asm/
H A Dcacheflush.h81 if (cpu_has_dc_aliases && PageAnon(page)) in flush_anon_page()
/linux/arch/sh/include/asm/
H A Dcacheflush.h70 if (boot_cpu_data.dcache.n_aliases && PageAnon(page)) in flush_anon_page()
/linux/arch/arm/include/asm/
H A Dcacheflush.h317 if (PageAnon(page)) in flush_anon_page()
/linux/arch/parisc/kernel/
H A Dcache.c782 if (!PageAnon(page)) in flush_anon_page()
/linux/kernel/events/
H A Duprobes.c500 if (!is_register && !PageAnon(old_page)) in uprobe_write_opcode()
520 VM_BUG_ON_PAGE(!PageAnon(old_page), old_page); in uprobe_write_opcode()