ARM: KVM: abstract S1TW abort detection away

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>
This commit is contained in:
Marc Zyngier
2012-09-18 11:37:28 +01:00
committed by Christoffer Dall
parent 78abfcde49
commit b37670b0f3
3 changed files with 7 additions and 1 deletions

View File

@@ -211,6 +211,7 @@
#define HSR_HVC_IMM_MASK ((1UL << 16) - 1)
#define HSR_DABT_S1PTW (1U << 7)
#define HSR_DABT_CM (1U << 8)
#define HSR_DABT_EA (1U << 9)