Lines Matching refs:vpes
224 if (dist->its_vm.vpes) in vgic_v4_init()
229 dist->its_vm.vpes = kcalloc(nr_vcpus, sizeof(*dist->its_vm.vpes), in vgic_v4_init()
231 if (!dist->its_vm.vpes) in vgic_v4_init()
237 dist->its_vm.vpes[i] = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_init()
242 kfree(dist->its_vm.vpes); in vgic_v4_init()
244 dist->its_vm.vpes = NULL; in vgic_v4_init()
249 int irq = dist->its_vm.vpes[i]->irq; in vgic_v4_init()
296 if (!its_vm->vpes) in vgic_v4_teardown()
301 int irq = its_vm->vpes[i]->irq; in vgic_v4_teardown()
308 kfree(its_vm->vpes); in vgic_v4_teardown()
310 its_vm->vpes = NULL; in vgic_v4_teardown()