Display memory Virtual Page Structures (VPs).
Syntax:
┌─────────┐ │ ────.MV ──┬───────┬─┬───────┬┴┬──────────────────────────┬───── └── B ──┘ ├── F ──┤ ├── vpid ──┬─┬─────────┬──┘ ├── L ──┤ └── laddr ──┘ └── Ln ───┘ └── R ──┘
Parameters:
B
Note: In-Use VPs are signified by a zero reference count and not by the The VP_BUSY flag. See Ref= field in .MV Output Field Description.
Warning: Both the Dump Formatter and the Kernel Debugger may fail
to recognise the chain pointers correctly and under some circumstances the
debug kernel may hang. Use this option advisedly! From fix pack 29 for Warp
V3 and base Warp V4 this has been fixed.
See Free Virtual Page Structures for information on locating Free VP chains.
Warning: Both the Dump Formatter and the Kernel Debugger may fail
to recognise the chain pointers correctly and under some circumstances the
debug kernel may hang. (.MVFL will cause this effect). Use this option advisedly!
From fix pack 29 for Warp V3 and base Warp V4 this has been fixed.
See Free Virtual Page Structures for information on locating Free VP chains.
An address expression may be specified.
Results & Notes:
Virtual Page Structures are allocated in contiguous storage from the address given by global variable:
_pgpVPBase
Output from the .MV. command appears in one of two formats.
For a description of the fields formatted by .MV select .MV Output Field Descriptions
For more examples using of the .M family of commands see: Exploring Memory Management.