ddb: Add 'show gic <name>' and 'show all gics' commands.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 10 Mar 2022 23:39:37 +0000 (15:39 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 10 Mar 2022 23:39:37 +0000 (15:39 -0800)
commit904a13759cf68fc2eb60bcdd2fecc1e9c3546c5c
tree4e53509ecb12f8702f58318f8350f6baf3c4113d
parentf5a2e7b0e8483bf51519046fd149a6a31acef6b1
ddb: Add 'show gic <name>' and 'show all gics' commands.

To handle the different register layouts for different versions, add a
GIC_DB_SHOW() method.  Currently this hook is only implemented for
versions 1 and 2.

Sponsored by: University of Cambridge, Google, Inc.
Differential Revision: https://reviews.freebsd.org/D34415
sys/arm/arm/gic.c
sys/arm/arm/gic_if.m