Searched refs:active_shared (Results 1 – 2 of 2) sorted by relevance
942 unsigned long active_private, active_shared; in compute_active_for_cpu() local948 act_shared = vcpu->arch.vgic_cpu.active_shared; in compute_active_for_cpu()962 active_shared = find_first_bit(act_shared, nr_shared); in compute_active_for_cpu()965 active_shared < nr_shared); in compute_active_for_cpu()1265 bitmap_or(pa_shared, vgic_cpu->pending_shared, vgic_cpu->active_shared, in __kvm_vgic_flush_hwstate()1867 kfree(vgic_cpu->active_shared); in kvm_vgic_vcpu_destroy()1871 vgic_cpu->active_shared = NULL; in kvm_vgic_vcpu_destroy()1881 vgic_cpu->active_shared = kzalloc(sz, GFP_KERNEL); in vgic_vcpu_init_maps()1885 || !vgic_cpu->active_shared in vgic_vcpu_init_maps()
304 unsigned long *active_shared; member