Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v4.h96 struct its_vlpi_map { struct
119 struct its_vlpi_map *map; argument
139 int its_map_vlpi(int irq, struct its_vlpi_map *map);
140 int its_get_vlpi(int irq, struct its_vlpi_map *map);
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v4.c309 int its_map_vlpi(int irq, struct its_vlpi_map *map) in its_map_vlpi()
332 int its_get_vlpi(int irq, struct its_vlpi_map *map) in its_get_vlpi()
H A Dirq-gic-v3-its.c151 struct its_vlpi_map *vlpi_maps;
245 static struct its_vlpi_map *dev_event_to_vlpi_map(struct its_device *its_dev, in dev_event_to_vlpi_map()
254 static struct its_vlpi_map *get_vlpi_map(struct irq_data *d) in get_vlpi_map()
287 struct its_vlpi_map *map = get_vlpi_map(d); in irq_to_cpuid_lock()
312 struct its_vlpi_map *map = get_vlpi_map(d); in irq_to_cpuid_unlock()
917 struct its_vlpi_map *map; in its_build_vinv_cmd()
935 struct its_vlpi_map *map; in its_build_vint_cmd()
953 struct its_vlpi_map *map; in its_build_vclear_cmd()
1279 struct its_vlpi_map *map = dev_event_to_vlpi_map(dev, id); in its_send_vmapti()
1293 struct its_vlpi_map *map = dev_event_to_vlpi_map(dev, id); in its_send_vmovi()
[all …]
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-v4.c416 struct its_vlpi_map map; in kvm_vgic_v4_set_forwarding()
445 map = (struct its_vlpi_map) { in kvm_vgic_v4_set_forwarding()
H A Dvgic-its.c364 struct its_vlpi_map map; in update_affinity()