Home
last modified time | relevance | path

Searched refs:irq_active_on_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/virt/kvm/arm/
Dvgic.c999 set_bit(c, dist->irq_active_on_cpu); in vgic_update_state()
1001 clear_bit(c, dist->irq_active_on_cpu); in vgic_update_state()
1414 return test_bit(vcpu->vcpu_id, dist->irq_active_on_cpu); in kvm_vgic_vcpu_active_irq()
1668 kfree(dist->irq_active_on_cpu); in kvm_vgic_destroy()
1673 dist->irq_active_on_cpu = NULL; in kvm_vgic_destroy()
1722 dist->irq_active_on_cpu = kzalloc(BITS_TO_LONGS(nr_cpus) * sizeof(long), in vgic_init()
1728 !dist->irq_active_on_cpu) { in vgic_init()
/linux-4.1.27/include/kvm/
Darm_vgic.h250 unsigned long *irq_active_on_cpu; member