Display memory Page Frame Structures (PFs).
Syntax:
┌─────────┐ │ ────.MP ──┬───────┬─┬───────┬┴┬────────────────────────────┬──── └── B ──┘ ├── F ──┤ └─┬── frame ──┬─┬─────────┬──┘ ├── I ──┤ └── laddr ──┘ └── Ln ───┘ ├── L ──┤ └── R ──┘
Parameters:
B
Note: In-Use PFs are signified by the PF_FREE flag being reset and not by the PF_BUSY flag being set.
Warning: Both the Dump Formatter and the Kernel Debugger may fail
to recognise the chain pointers correctly. In particular the 2 high order
digits of the frame number are truncated. Use this option advisedly! This
is fixed from fix pack 29 for Warp V3 and base Warp V4. See Free
Page Frame Structures or Idle
Page Frame Structures for information on locating Idle and Free PF chains.
Warning: Both the Dump Formatter and the Kernel Debugger may fail
to recognise the chain pointers correctly. In particular the 2 high order
digits of the frame number are truncated. Use this option advisedly! This
is fixed from fix pack 29 for Warp V3 and base Warp V4. See Free
Page Frame Structures or Idle
Page Frame Structures for information on locating idle and free PF chains.
An address expression may be specified.
Results & Notes:
Page Frame Structures are allocated in contiguous storage from the address given by global variable:
_pft
Output from the .MP. command appears in one of three formats.
For a description of the fields formatted by .MP select .MP Output Field Descriptions
For more examples using of the .M family of commands see: Exploring Memory Management.