Display memory object records (VMOBs). Optionally format related alias records (VMALs), arena records (VMARs) and context records (VMCOs).
If feature 82818 is installed, then under the Kernel Debugger only, lock information records will be formatted whenever a memory object with locked pages is displayed. See the .MK command for more information.
Syntax:
────.MO ─┬───────┬─┬───────┬─┬───────────┬─────────────────────── └── V ──┘ ├── M ──┘ └── maddr ──┘ │ ├───────┬─┬───────┬─┬───────────────────────┬─ └── B ──┘ ├── C ──┤ ├── hob ──┬─┬─────────┤ ├── F ──┤ └── laddr ──┘ └── L n ──┘ ├── N ──┤ ├── P ──┤ └── S ──┘
Parameters:
B
Chaining causes related memory structures to be displayed in groups, the head of which is indicated by an * suffix. The related structures are:
F
Notes:
The pseudo-object address specified must be an exact match for hit.
The pseudo-object address is that of the object itself and not the VMOB that represents it.
A selector:offset form of address may not be specified. However a physical address may be specified in order to bypass virtual address validation done by Kernel Debugger and Dump Formatter.
An address expression may be specified.
An address expression may be specified.
Results & Notes:
Object records are located in contiguous storage, which is anchored from the address given by global variable:
_pobvmOne
Output from the .MO. command appears in one of four formats:
From fix pack 29 for Warp V3 and base Warp V4 the output of this command has been enhanced by adding hmte interpretation for system objects. The apears on the right hand end of the command output following the textual interpretation of the own field.
From fix pack 35 for Warp V3 and base Warp V4 Device Driver and File System Driver allocated objects will record the driver's true hmte as its hmte owner Id instead of the one of the system objects dd1-dd16 and fsd1-fsd8.
Prior to fix pack 29 for Warp V3 the .MO command could trap D while formatting MTE objects. This is fixed from fix pack 29 for Warp V3 and base Warp V4.
For a description of the fields formatted by .MO select .MO Output Field Descriptions
For more examples using of the .M family of commands see: Exploring Memory Management.