WSL2-Linux-Kernel/include/xen/interface/hvm
Shannon Zhao 383ff518a7 xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
This new delivery type which is for ARM shares the same value with
HVM_PARAM_CALLBACK_TYPE_VECTOR which is for x86.

val[15:8] is flag: val[7:0] is a PPI.
To the flag, bit 8 stands the interrupt mode is edge(1) or level(0) and
bit 9 stands the interrupt polarity is active low(1) or high(0).

Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: Julien Grall <julien.grall@arm.com>
Tested-by: Julien Grall <julien.grall@arm.com>
2016-07-06 10:34:44 +01:00
..
hvm_op.h xen pv-on-hvm: add pfn_is_ram helper for kdump 2012-10-04 11:30:30 -04:00
params.h xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ 2016-07-06 10:34:44 +01:00