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.