Searched refs:act_shared (Results 1 – 1 of 1) sorted by relevance
923 unsigned long *active, *enabled, *act_percpu, *act_shared; in compute_active_for_cpu() local930 act_shared = vcpu->arch.vgic_cpu.active_shared; in compute_active_for_cpu()938 bitmap_and(act_shared, active, enabled, nr_shared); in compute_active_for_cpu()939 bitmap_and(act_shared, act_shared, in compute_active_for_cpu()944 active_shared = find_first_bit(act_shared, nr_shared); in compute_active_for_cpu()