Lines Matching +full:vm +full:- +full:map
1 /* SPDX-License-Identifier: GPL-2.0-only */
14 * ITSList mechanism to perform inter-ITS synchronization.
30 * and map/unmap when using the ITSList mechanism.
33 * vmapp_lock -> vpe_lock ->vmovp_lock.
43 /* per-vPE VLPI tracking */
77 * vPE and vLPI operations using vpe->col_idx.
86 /* Unique (system-wide) VPE identifier */
98 * @vm: Pointer to the GICv4 notion of a VM
105 struct its_vm *vm; member
127 struct its_vlpi_map *map; member
141 int its_alloc_vcpu_irqs(struct its_vm *vm);
142 void its_free_vcpu_irqs(struct its_vm *vm);
147 int its_map_vlpi(int irq, struct its_vlpi_map *map);
148 int its_get_vlpi(int irq, struct its_vlpi_map *map);