Searched refs:active_shared (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/virt/kvm/arm/
H A Dvgic.c942 unsigned long active_private, active_shared; compute_active_for_cpu() local
948 act_shared = vcpu->arch.vgic_cpu.active_shared; compute_active_for_cpu()
962 active_shared = find_first_bit(act_shared, nr_shared); compute_active_for_cpu()
965 active_shared < nr_shared); compute_active_for_cpu()
1265 bitmap_or(pa_shared, vgic_cpu->pending_shared, vgic_cpu->active_shared, __kvm_vgic_flush_hwstate()
1867 kfree(vgic_cpu->active_shared); kvm_vgic_vcpu_destroy()
1871 vgic_cpu->active_shared = NULL; kvm_vgic_vcpu_destroy()
1881 vgic_cpu->active_shared = kzalloc(sz, GFP_KERNEL); vgic_vcpu_init_maps()
1885 || !vgic_cpu->active_shared vgic_vcpu_init_maps()
/linux-4.4.14/include/kvm/
H A Darm_vgic.h304 unsigned long *active_shared; member in struct:vgic_cpu

Completed in 83 milliseconds