Home
last modified time | relevance | path

Searched refs:KPF_ANON (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dkernel-page-flags.h23 #define KPF_ANON 12 macro
/linux/tools/mm/
H A Dthpmaps137 KPF_ANON = 1 << 12
406 anons = flags & KPF_ANON != 0
H A Dpage-types.c115 [KPF_ANON] = "a:anonymous",
/linux/fs/proc/
H A Dpage.c175 u |= 1 << KPF_ANON; in stable_page_flags()