Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h355 #define PF_NO_COMPOUND(page, enforce) ({ \ macro
524 PAGEFLAG(Checked, checked, PF_NO_COMPOUND) /* Used by some filesystems */
527 PAGEFLAG(Pinned, pinned, PF_NO_COMPOUND)
528 TESTSCFLAG(Pinned, pinned, PF_NO_COMPOUND)
529 PAGEFLAG(SavePinned, savepinned, PF_NO_COMPOUND);
530 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
531 PAGEFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG() argument
532 TESTCLEARFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG()
534 PAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
535 __CLEARPAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
[all …]