Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_table_check.c75 anon = PageAnon(page); in page_table_check_clear()
110 anon = PageAnon(page); in page_table_check_set()
H A Dmprotect.c71 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pte_writable()
H A Dgup.c620 return page && PageAnon(page) && PageAnonExclusive(page); in can_follow_write_common()
762 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in follow_huge_pmd()
906 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in follow_page_pte()
H A Dinternal.h1453 if (!PageAnon(page)) { in gup_must_unshare()
H A Dhuge_memory.c2038 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pmd_writable()
2927 if (PageAnon(page)) in __split_huge_pmd_locked()
H A Dmigrate.c203 VM_BUG_ON_PAGE(!PageAnon(page), page); in try_to_map_unused_to_zeropage()
H A Dpage_alloc.c1245 if (PageAnon(page)) in free_pages_prepare()
H A Dhugetlb.c7178 if (PageAnon(page)) in hugetlb_change_protection()
/linux-6.15/arch/csky/abiv1/inc/abi/
H A Dcacheflush.h36 if (PageAnon(page)) in flush_anon_page()
/linux-6.15/arch/mips/include/asm/
H A Dcacheflush.h81 if (cpu_has_dc_aliases && PageAnon(page)) in flush_anon_page()
/linux-6.15/arch/sh/include/asm/
H A Dcacheflush.h70 if (boot_cpu_data.dcache.n_aliases && PageAnon(page)) in flush_anon_page()
/linux-6.15/arch/arm/include/asm/
H A Dcacheflush.h317 if (PageAnon(page)) in flush_anon_page()
/linux-6.15/include/linux/
H A Dpage-flags.h742 static __always_inline bool PageAnon(const struct page *page) in PageAnon() function
1159 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in PageAnonExclusive()
1185 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in __ClearPageAnonExclusive()
/linux-6.15/arch/parisc/kernel/
H A Dcache.c778 if (!PageAnon(page)) in flush_anon_page()
/linux-6.15/fs/proc/
H A Dtask_mmu.c2116 if (page && !PageAnon(page)) in pagemap_page_category()
2178 if (page && !PageAnon(page)) in pagemap_thp_category()
2236 if (!PageAnon(pte_page(pte))) in pagemap_hugetlb_category()
/linux-6.15/kernel/events/
H A Duprobes.c530 if (!is_register && !PageAnon(old_page)) in uprobe_write_opcode()
550 VM_BUG_ON_PAGE(!PageAnon(old_page), old_page); in uprobe_write_opcode()