Home
last modified time | relevance | path

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

/linux/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 Dmigrate.c307 VM_BUG_ON_PAGE(!PageAnon(page), page); in try_to_map_unused_to_zeropage()
H A Dhuge_memory.c2254 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pmd_writable()
3167 if (PageAnon(page)) in __split_huge_pmd_locked()
/linux/arch/csky/abiv1/inc/abi/
H A Dcacheflush.h36 if (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/mips/include/asm/
H A Dcacheflush.h84 if (cpu_has_dc_aliases && PageAnon(page)) in flush_anon_page()
/linux/include/linux/
H A Dpage-flags.h733 static __always_inline bool PageAnon(const struct page *page) in PageAnon() function
1144 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in PageAnonExclusive()
1170 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in __ClearPageAnonExclusive()
/linux/arch/arm/include/asm/
H A Dcacheflush.h317 if (PageAnon(page)) in flush_anon_page()
/linux/arch/parisc/kernel/
H A Dcache.c778 if (!PageAnon(page)) in flush_anon_page()