Home
last modified time | relevance | path

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

/virt/kvm/arm/
Dvgic.c934 unsigned long *active, *enabled, *act_percpu, *act_shared; in compute_active_for_cpu() local
940 act_percpu = vcpu->arch.vgic_cpu.active_percpu; in compute_active_for_cpu()
945 bitmap_and(act_percpu, active, enabled, VGIC_NR_PRIVATE_IRQS); in compute_active_for_cpu()
954 active_private = find_first_bit(act_percpu, VGIC_NR_PRIVATE_IRQS); in compute_active_for_cpu()