Home
last modified time | relevance | path

Searched refs:PageAnon (Results 1 – 16 of 16) 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 Dgup.c770 if (!page || !PageAnon(page) || !PageAnonExclusive(page)) in can_follow_write_pmd()
806 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in follow_huge_pmd()
891 if (!page || !PageAnon(page) || !PageAnonExclusive(page)) in can_follow_write_pte()
968 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in follow_page_pte()
H A Dmprotect.c71 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pte_writable()
H A Dksm.c786 if (PageAnon(page)) { in get_mergeable_page()
1484 if (!PageAnon(page)) in try_to_merge_one_page()
2665 if (PageAnon(*page)) { in scan_get_next_rmap_item()
H A Dinternal.h1255 * Note: PageAnon(page) is stable until the page is actually getting in gup_must_unshare()
1258 if (!PageAnon(page)) { in gup_must_unshare()
H A Dhuge_memory.c1637 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pmd_writable()
2436 if (PageAnon(page)) in __split_huge_pmd_locked()
2864 } else if (!PageAnon(page)) { in __split_huge_page()
H A Dhugetlb.c6966 if (PageAnon(page)) in hugetlb_change_protection()
H A Dmemcontrol.c6109 if (PageAnon(page)) { in mc_handle_present_pte()
/linux/arch/csky/abiv1/inc/abi/
H A Dcacheflush.h36 if (PageAnon(page)) in flush_anon_page()
/linux/include/linux/
H A Dpage-flags.h706 static __always_inline bool PageAnon(const struct page *page) in PageAnon() function
1104 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in PageAnonExclusive()
1116 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in SetPageAnonExclusive()
1123 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in ClearPageAnonExclusive()
1130 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/fs/proc/
H A Dtask_mmu.c1457 if (page && !PageAnon(page)) in pte_to_pagemap_entry()
1802 if (page && !PageAnon(page)) in pagemap_page_category()
1864 if (page && !PageAnon(page)) in pagemap_thp_category()
1922 if (!PageAnon(pte_page(pte))) in pagemap_hugetlb_category()
/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()