Skip to main content

Module frame_flags

Module frame_flags 

Source
Expand description

Persistent flags stored in MetaSlot / FrameMeta.

Constantsยง

ALLOCATED
The frame is allocated
ANONYMOUS
Anonymous frame.
COW
Frame eligible for copy-on-write.
DLL
Shared frame of type DLL, never COW.
DMA
Frame is pinned for DMA transfer : buddy must not recycle.
FREE
The frame is free.
KERNEL
The frame is reserved for the kernel.
MOVABLE
The frame belongs to a movable page class.
POISONED
The frame is poisoned and must not be recycled as-is.
USER
The frame belongs to user space.