aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqchip
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-12-20 15:31:02 +0000
committerMarc Zyngier <marc.zyngier@arm.com>2017-08-31 15:31:41 +0100
commiteab84318c2811e3f38c080efcc7f709f51bb8370 (patch)
tree0928ecb91d8f93805ddf1aa99e0516e23459ec41 /include/linux/irqchip
parentirqchip/gic-v4: Add per-VM VPE domain creation (diff)
downloadlinux-dev-eab84318c2811e3f38c080efcc7f709f51bb8370.tar.xz
linux-dev-eab84318c2811e3f38c080efcc7f709f51bb8370.zip
irqchip/gic-v4: Add VPE command interface
Add the required interfaces to schedule a VPE and perform a VINVALL command. Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'include/linux/irqchip')
-rw-r--r--include/linux/irqchip/arm-gic-v4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/irqchip/arm-gic-v4.h b/include/linux/irqchip/arm-gic-v4.h
index 3dc811dc53da..6450f3ed101f 100644
--- a/include/linux/irqchip/arm-gic-v4.h
+++ b/include/linux/irqchip/arm-gic-v4.h
@@ -93,5 +93,7 @@ struct its_cmd_info {
int its_alloc_vcpu_irqs(struct its_vm *vm);
void its_free_vcpu_irqs(struct its_vm *vm);
+int its_schedule_vpe(struct its_vpe *vpe, bool on);
+int its_invall_vpe(struct its_vpe *vpe);
#endif