Home
last modified time | relevance | path

Searched refs:its_vlpi_map (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/irqchip/
H A Darm-gic-v4.h94 struct its_vlpi_map { struct
117 struct its_vlpi_map *map; argument
137 int its_map_vlpi(int irq, struct its_vlpi_map *map);
138 int its_get_vlpi(int irq, struct its_vlpi_map *map);
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-v4.c289 int its_map_vlpi(int irq, struct its_vlpi_map *map) in its_map_vlpi()
312 int its_get_vlpi(int irq, struct its_vlpi_map *map) in its_get_vlpi()
H A Dirq-gic-v3-its.c149 struct its_vlpi_map *vlpi_maps;
239 static struct its_vlpi_map *dev_event_to_vlpi_map(struct its_device *its_dev, in dev_event_to_vlpi_map()
248 static struct its_vlpi_map *get_vlpi_map(struct irq_data *d) in get_vlpi_map()
273 struct its_vlpi_map *map = get_vlpi_map(d); in irq_to_cpuid_lock()
291 struct its_vlpi_map *map = get_vlpi_map(d); in irq_to_cpuid_unlock()
882 struct its_vlpi_map *map; in its_build_vinv_cmd()
900 struct its_vlpi_map *map; in its_build_vint_cmd()
918 struct its_vlpi_map *map; in its_build_vclear_cmd()
1244 struct its_vlpi_map *map = dev_event_to_vlpi_map(dev, id); in its_send_vmapti()
1258 struct its_vlpi_map *map = dev_event_to_vlpi_map(dev, id); in its_send_vmovi()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H A Dvgic-v4.c387 struct its_vlpi_map map; in kvm_vgic_v4_set_forwarding()
415 map = (struct its_vlpi_map) { in kvm_vgic_v4_set_forwarding()
H A Dvgic-its.c364 struct its_vlpi_map map; in update_affinity()