From: Shih-Wei Li <shihwei@cs.columbia.edu>
To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu
Cc: christoffer.dall@linaro.org, marc.zyngier@arm.com,
drjones@redhat.com, pbonzini@redhat.com,
Shih-Wei Li <shihwei@cs.columbia.edu>
Subject: [kvm-unit-tests PATCH V2 1/2] arm/arm64: add GICD_IIDR definition
Date: Tue, 19 Dec 2017 20:34:44 -0500 [thread overview]
Message-ID: <1513733685-32573-2-git-send-email-shihwei@cs.columbia.edu> (raw)
In-Reply-To: <1513733685-32573-1-git-send-email-shihwei@cs.columbia.edu>
Added the definition of GICD_IIDR for later use in micro test.
Signed-off-by: Shih-Wei Li <shihwei@cs.columbia.edu>
---
lib/arm/asm/gic.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/arm/asm/gic.h b/lib/arm/asm/gic.h
index 2eb4af8..3b9982b 100644
--- a/lib/arm/asm/gic.h
+++ b/lib/arm/asm/gic.h
@@ -10,6 +10,7 @@
/* Distributor registers */
#define GICD_CTLR 0x0000
#define GICD_TYPER 0x0004
+#define GICD_IIDR 0x0008
#define GICD_IGROUPR 0x0080
#define GICD_ISENABLER 0x0100
#define GICD_ISPENDR 0x0200
--
1.9.1
next prev parent reply other threads:[~2017-12-20 1:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 1:34 [kvm-unit-tests PATCH V2 0/2] Support micro operation measurement on arm64 Shih-Wei Li
2017-12-20 1:34 ` Shih-Wei Li [this message]
2017-12-20 1:34 ` [kvm-unit-tests PATCH V2 2/2] arm64: add micro test Shih-Wei Li
2017-12-20 16:41 ` Andrew Jones
2017-12-20 21:41 ` Shih-Wei Li
2017-12-21 9:21 ` Andrew Jones
2017-12-21 11:28 ` Christoffer Dall
2017-12-21 16:26 ` Shih-Wei Li
2017-12-21 16:12 ` Shih-Wei Li
2017-12-21 16:57 ` Andrew Jones
2017-12-22 6:07 ` Yury Norov
2017-12-22 7:26 ` Shih-Wei Li
2017-12-22 12:44 ` Yury Norov
2018-01-17 21:49 ` Shih-Wei Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1513733685-32573-2-git-send-email-shihwei@cs.columbia.edu \
--to=shihwei@cs.columbia.edu \
--cc=christoffer.dall@linaro.org \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=marc.zyngier@arm.com \
--cc=pbonzini@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).