Searched refs:active_shared (Results 1 – 2 of 2) sorted by relevance
924 unsigned long active_private, active_shared; in compute_active_for_cpu() local930 act_shared = vcpu->arch.vgic_cpu.active_shared; in compute_active_for_cpu()944 active_shared = find_first_bit(act_shared, nr_shared); in compute_active_for_cpu()947 active_shared < nr_shared); in compute_active_for_cpu()1213 bitmap_or(pa_shared, vgic_cpu->pending_shared, vgic_cpu->active_shared, in __kvm_vgic_flush_hwstate()1593 kfree(vgic_cpu->active_shared); in kvm_vgic_vcpu_destroy()1597 vgic_cpu->active_shared = NULL; in kvm_vgic_vcpu_destroy()1608 vgic_cpu->active_shared = kzalloc(sz, GFP_KERNEL); in vgic_vcpu_init_maps()1613 || !vgic_cpu->active_shared in vgic_vcpu_init_maps()
292 unsigned long *active_shared; member