Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpage-flags.h361 #define PF_NO_COMPOUND(page, enforce) ({ \ macro
489 PAGEFLAG(Checked, checked, PF_NO_COMPOUND) /* Used by some filesystems */
492 PAGEFLAG(Pinned, pinned, PF_NO_COMPOUND)
493 TESTSCFLAG(Pinned, pinned, PF_NO_COMPOUND)
494 PAGEFLAG(SavePinned, savepinned, PF_NO_COMPOUND);
495 PAGEFLAG(Foreign, foreign, PF_NO_COMPOUND);
496 PAGEFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG() argument
497 TESTCLEARFLAG(XenRemapped, xen_remapped, PF_NO_COMPOUND) in PAGEFLAG()
499 PAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
500 __CLEARPAGEFLAG(Reserved, reserved, PF_NO_COMPOUND) in PAGEFLAG()
[all …]