Home
last modified time | relevance | path

Searched refs:PG_swapbacked (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/proc/
H A Dpage.c199 u |= kpf_copy_bit(k, KPF_SWAPBACKED, PG_swapbacked); in stable_page_flags()
/openbmc/linux/lib/
H A Dtest_printf.c676 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
/openbmc/linux/kernel/
H A Dcrash_core.c670 VMCOREINFO_NUMBER(PG_swapbacked); in crash_save_vmcoreinfo_init()
/openbmc/linux/include/linux/
H A Dpage-flags.h120 PG_swapbacked, /* Page is backed by RAM/swap */ enumerator
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst328 PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_slab|PG_hwpoision|PG_head_mask|PG_hugetlb
/openbmc/linux/mm/
H A Dmemory-failure.c1243 #define sc ((1UL << PG_swapcache) | (1UL << PG_swapbacked))
H A Dhuge_memory.c2426 (1L << PG_swapbacked) | in __split_huge_page_tail()