/linux-6.3-rc2/mm/ |
A D | page_table_check.c | 74 anon = PageAnon(page); in page_table_check_clear() 110 anon = PageAnon(page); in page_table_check_set()
|
A D | huge_memory.c | 1411 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pmd_writable() 1447 if (!page || !PageAnon(page) || !PageAnonExclusive(page)) in can_follow_write_pmd() 1485 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in follow_trans_huge_pmd() 1719 if (PageAnon(page)) { in zap_huge_pmd() 1849 if (PageAnon(page)) in change_huge_pmd() 2159 if (PageAnon(page)) in __split_huge_pmd_locked() 2494 page_ref_unfreeze(page_tail, 1 + (!PageAnon(head) || in __split_huge_page_tail() 2526 if (PageAnon(head) && PageSwapCache(head)) { in __split_huge_page() 2552 } else if (!PageAnon(page)) { in __split_huge_page() 2568 if (PageAnon(head)) { in __split_huge_page() [all …]
|
A D | memremap.c | 483 VM_BUG_ON_PAGE(PageAnon(page) && PageCompound(page), page); in free_zone_device_page() 484 if (PageAnon(page)) in free_zone_device_page()
|
A D | debug.c | 110 else if (PageAnon(page)) in __dump_page()
|
A D | mprotect.c | 70 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pte_writable() 218 if (PageAnon(page)) in change_pte_range()
|
A D | ksm.c | 563 if (PageAnon(page)) { in get_mergeable_page() 874 VM_BUG_ON_PAGE(PageAnon(page) && PageAnonExclusive(page), page); in set_page_stable_node() 1176 VM_BUG_ON_PAGE(PageAnon(kpage) && PageAnonExclusive(kpage), kpage); in replace_page() 1240 if (!PageAnon(page)) in try_to_merge_one_page() 2339 if (PageAnon(*page)) { in scan_get_next_rmap_item()
|
A D | memory-failure.c | 657 if (PageAnon(page)) in collect_procs() 971 if (PageAnon(p)) { in me_pagecache_clean() 1547 if (PageHuge(hpage) && !PageAnon(hpage)) { in hwpoison_user_mappings()
|
A D | memory.c | 697 VM_BUG_ON(pte_write(pte) && !(PageAnon(page) && PageAnonExclusive(page))); in restore_exclusive_pte() 703 if (PageAnon(page)) in restore_exclusive_pte() 1328 return !PageAnon(page); in should_zap_page() 1399 if (!PageAnon(page)) { in zap_pte_range() 1788 if (PageAnon(page) || PageSlab(page) || page_has_type(page)) in validate_page_before_insert() 2956 VM_BUG_ON_PAGE(PageAnon(page), page); in fault_dirty_shared_page() 3008 VM_BUG_ON(page && PageAnon(page) && !PageAnonExclusive(page)); in wp_page_reuse()
|
A D | internal.h | 916 if (!PageAnon(page)) { in gup_must_unshare()
|
A D | migrate_device.c | 205 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in migrate_vma_collect_pmd()
|
A D | khugepaged.c | 581 VM_BUG_ON_PAGE(!PageAnon(page), page); in __collapse_huge_page_isolate() 1252 if (!PageAnon(page)) { in hpage_collapse_scan_pmd()
|
A D | hugetlb.c | 5080 if (!PageAnon(ptepage)) { in copy_hugetlb_page_range() 5513 if (page_mapcount(old_page) == 1 && PageAnon(old_page)) { in hugetlb_wp() 5522 VM_BUG_ON_PAGE(PageAnon(old_page) && PageAnonExclusive(old_page), in hugetlb_wp() 6555 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in follow_hugetlb_page() 6697 if (PageAnon(page)) in hugetlb_change_protection()
|
A D | gup.c | 524 if (!page || !PageAnon(page) || !PageAnonExclusive(page)) in can_follow_write_pte() 601 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) && in follow_page_pte()
|
A D | swapfile.c | 1797 BUG_ON(!PageAnon(page) && PageMappedToDisk(page)); in unuse_pte() 1798 BUG_ON(PageAnon(page) && PageAnonExclusive(page)); in unuse_pte()
|
/linux-6.3-rc2/arch/csky/abiv1/inc/abi/ |
A D | cacheflush.h | 34 if (PageAnon(page)) in flush_anon_page()
|
/linux-6.3-rc2/include/linux/ |
A D | page-flags.h | 660 static __always_inline bool PageAnon(struct page *page) in PageAnon() function 1001 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in PageAnonExclusive() 1008 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in SetPageAnonExclusive() 1015 VM_BUG_ON_PGFLAGS(!PageAnon(page) || PageKsm(page), page); in ClearPageAnonExclusive() 1022 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in __ClearPageAnonExclusive()
|
A D | rmap.h | 246 VM_BUG_ON_PAGE(!PageAnon(page), page); in page_try_dup_anon_rmap() 296 VM_BUG_ON_PAGE(!PageAnon(page) || !PageAnonExclusive(page), page); in page_try_share_anon_rmap()
|
/linux-6.3-rc2/fs/proc/ |
A D | page.c | 133 if (PageAnon(page)) in stable_page_flags() 157 if (PageLRU(head) || PageAnon(head)) in stable_page_flags()
|
A D | task_mmu.c | 430 if (PageAnon(page)) in smaps_page_accumulate() 465 if (PageAnon(page)) { in smaps_account() 601 if (PageAnon(page)) in smaps_pmd_entry() 1455 if (page && !PageAnon(page)) in pte_to_pagemap_entry() 1586 if (!PageAnon(page)) in pagemap_hugetlb_range() 1807 if (PageAnon(page)) in gather_stats()
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | cacheflush.h | 63 if (boot_cpu_data.dcache.n_aliases && PageAnon(page)) in flush_anon_page()
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | cacheflush.h | 72 if (cpu_has_dc_aliases && PageAnon(page)) in flush_anon_page()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | cacheflush.h | 312 if (PageAnon(page)) in flush_anon_page()
|
/linux-6.3-rc2/kernel/futex/ |
A D | core.c | 341 if (PageAnon(page)) { in get_futex_key()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | cache.c | 723 if (!PageAnon(page)) in flush_anon_page()
|
/linux-6.3-rc2/kernel/events/ |
A D | uprobes.c | 502 if (!is_register && !PageAnon(old_page)) in uprobe_write_opcode() 522 VM_BUG_ON_PAGE(!PageAnon(old_page), old_page); in uprobe_write_opcode()
|