Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h260 #define PF_NO_COMPOUND(page, enforce) ({ \ macro
351 PAGEFLAG(Checked, checked, PF_NO_COMPOUND) /* Used by some filesystems */
354 PAGEFLAG(Pinned, pinned, PF_NO_COMPOUND)
355 TESTSCFLAG(Pinned, pinned, PF_NO_COMPOUND)
356 PAGEFLAG(SavePinned, savepinned, PF_NO_COMPOUND);
357 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
358 PAGEFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG() argument
359 TESTCLEARFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG()
361 PAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
362 __CLEARPAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
[all …]