]> git.ipfire.org Git - people/arne_f/kernel.git/blobdiff - include/linux/irqchip/arm-gic-v3.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[people/arne_f/kernel.git] / include / linux / irqchip / arm-gic-v3.h
index 71e4faf33091a114ba666054bc020adaed4a08d5..9eeeb9589acfc35baed79a89d7d3f0c1be134cf3 100644 (file)
 
 #define ICH_LR_EOI                     (1UL << 41)
 #define ICH_LR_GROUP                   (1UL << 60)
+#define ICH_LR_HW                      (1UL << 61)
 #define ICH_LR_STATE                   (3UL << 62)
 #define ICH_LR_PENDING_BIT             (1UL << 62)
 #define ICH_LR_ACTIVE_BIT              (1UL << 63)
+#define ICH_LR_PHYS_ID_SHIFT           32
+#define ICH_LR_PHYS_ID_MASK            (0x3ffUL << ICH_LR_PHYS_ID_SHIFT)
 
 #define ICH_MISR_EOI                   (1 << 0)
 #define ICH_MISR_U                     (1 << 1)