cache [-idvl][set [adr]]where:
By default, the cache command displays the first 8 lines of set0 of the Dcache.
If the user specifies the -i option, the contents of the Icache will be displayed, otherwise the Dcache will be displayed. If set is specified, the command will display the contents of the specified cache set. If adr is specified, the display will start at that address.
Examples illustrating the use of the cache command follow.
PMON> cache Display Dcache set0 starting at
address zero.
PMON> cache 1 80020000 Display Dcache set 1 starting at
address 0x80020000.
PMON> cache -i 0 80020000 Display Icache set 0 starting at
address 0x80020000.