Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/mm/
A Dpage_table_check.c74 anon = PageAnon(page); in page_table_check_clear()
110 anon = PageAnon(page); in page_table_check_set()
A Dhuge_memory.c1411 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 Dmemremap.c483 VM_BUG_ON_PAGE(PageAnon(page) && PageCompound(page), page); in free_zone_device_page()
484 if (PageAnon(page)) in free_zone_device_page()
A Ddebug.c110 else if (PageAnon(page)) in __dump_page()
A Dmprotect.c70 return page && PageAnon(page) && PageAnonExclusive(page); in can_change_pte_writable()
218 if (PageAnon(page)) in change_pte_range()
A Dksm.c563 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 Dmemory-failure.c657 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 Dmemory.c697 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 Dinternal.h916 if (!PageAnon(page)) { in gup_must_unshare()
A Dmigrate_device.c205 anon_exclusive = PageAnon(page) && PageAnonExclusive(page); in migrate_vma_collect_pmd()
A Dkhugepaged.c581 VM_BUG_ON_PAGE(!PageAnon(page), page); in __collapse_huge_page_isolate()
1252 if (!PageAnon(page)) { in hpage_collapse_scan_pmd()
A Dhugetlb.c5080 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 Dgup.c524 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 Dswapfile.c1797 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 Dcacheflush.h34 if (PageAnon(page)) in flush_anon_page()
/linux-6.3-rc2/include/linux/
A Dpage-flags.h660 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 Drmap.h246 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 Dpage.c133 if (PageAnon(page)) in stable_page_flags()
157 if (PageLRU(head) || PageAnon(head)) in stable_page_flags()
A Dtask_mmu.c430 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 Dcacheflush.h63 if (boot_cpu_data.dcache.n_aliases && PageAnon(page)) in flush_anon_page()
/linux-6.3-rc2/arch/mips/include/asm/
A Dcacheflush.h72 if (cpu_has_dc_aliases && PageAnon(page)) in flush_anon_page()
/linux-6.3-rc2/arch/arm/include/asm/
A Dcacheflush.h312 if (PageAnon(page)) in flush_anon_page()
/linux-6.3-rc2/kernel/futex/
A Dcore.c341 if (PageAnon(page)) { in get_futex_key()
/linux-6.3-rc2/arch/parisc/kernel/
A Dcache.c723 if (!PageAnon(page)) in flush_anon_page()
/linux-6.3-rc2/kernel/events/
A Duprobes.c502 if (!is_register && !PageAnon(old_page)) in uprobe_write_opcode()
522 VM_BUG_ON_PAGE(!PageAnon(old_page), old_page); in uprobe_write_opcode()

Completed in 82 milliseconds

12