Searched refs:vgic_add_lpi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 39 static struct vgic_irq *vgic_add_lpi(struct kvm *kvm, u32 intid, in vgic_add_lpi() function 68 * There could be a race with another vgic_add_lpi(), so we need to in vgic_add_lpi() 816 /* This put matches the get in vgic_add_lpi. */ in its_free_ite() 1102 irq = vgic_add_lpi(kvm, lpi_nr, vcpu); in vgic_its_cmd_handle_mapi() 2193 irq = vgic_add_lpi(kvm, lpi_id, vcpu); in vgic_its_restore_ite()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 39 static struct vgic_irq *vgic_add_lpi(struct kvm *kvm, u32 intid, in vgic_add_lpi() function 68 * There could be a race with another vgic_add_lpi(), so we need to in vgic_add_lpi() 819 /* This put matches the get in vgic_add_lpi. */ in its_free_ite() 1134 irq = vgic_add_lpi(kvm, lpi_nr, vcpu); in vgic_its_cmd_handle_mapi() 2273 irq = vgic_add_lpi(kvm, lpi_id, vcpu); in vgic_its_restore_ite()
|
Completed in 8 milliseconds