Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dkernel-page-flags.h34 #define KPF_THP 22 macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c32 #define KPF_THP (1UL<<22) macro
47 return !!(page_flags & KPF_THP); in is_backed_by_thp()
/openbmc/linux/fs/proc/
H A Dpage.c155 u |= 1 << KPF_THP; in stable_page_flags()
158 u |= 1 << KPF_THP; in stable_page_flags()
/openbmc/linux/tools/mm/
H A Dpage-types.c124 [KPF_THP] = "t:thp",