Home
last modified time | relevance | path

Searched refs:kvm_vgic_map_is_active (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/kvm/
H A Darm_vgic.h384 bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, unsigned int vintid);
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic.c1024 bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_map_is_active() function
/openbmc/linux/arch/arm64/kvm/
H A Darch_timer.c669 phys_active = kvm_vgic_map_is_active(vcpu, timer_irq(ctx)); in kvm_timer_vcpu_load_gic()