Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dpage-flags.h355 #define PF_NO_COMPOUND(page, enforce) ({ \ macro
482 PAGEFLAG(Checked, checked, PF_NO_COMPOUND) /* Used by some filesystems */
485 PAGEFLAG(Pinned, pinned, PF_NO_COMPOUND)
486 TESTSCFLAG(Pinned, pinned, PF_NO_COMPOUND)
487 PAGEFLAG(SavePinned, savepinned, PF_NO_COMPOUND);
488 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
489 PAGEFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG() argument
490 TESTCLEARFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG()
492 PAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
493 __CLEARPAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
[all …]