print-device-reg-info "register"
Print detailed information about a device register. The register argument is of the form device.bank.register. The information includes the register width in bits, byte offset within the register bank, its current value and all bit fields. If the device bank is mapped into memory, the command will try to resolve which physical address or addresses the register is mapped at.
When used in an expression, the return value is a list with register offset within the bank, the register width in bits, the current value, and the physical addresses where the register is mapped, together with the corresponding memory spaces. If the register is not mapped or does not hold any value, the return value will still report them as 0.
Simics Core
print-device-regs,
get-device-reg,
get-device-offset