Searched refs:act_shared (Results 1 – 1 of 1) sorted by relevance
941 unsigned long *active, *enabled, *act_percpu, *act_shared; in compute_active_for_cpu() local948 act_shared = vcpu->arch.vgic_cpu.active_shared; in compute_active_for_cpu()956 bitmap_and(act_shared, active, enabled, nr_shared); in compute_active_for_cpu()957 bitmap_and(act_shared, act_shared, in compute_active_for_cpu()962 active_shared = find_first_bit(act_shared, nr_shared); in compute_active_for_cpu()