Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c238 bool vgic_lpis_enabled(struct kvm_vcpu *vcpu) in vgic_lpis_enabled() function
493 if (vgic_lpis_enabled(vcpu)) in vgic_mmio_write_propbase()
524 if (vgic_lpis_enabled(vcpu)) in vgic_mmio_write_pendbase()
566 if ((addr & 4) || !vgic_lpis_enabled(vcpu)) in vgic_mmio_write_invlpi()
585 if ((addr & 4) || !vgic_lpis_enabled(vcpu)) in vgic_mmio_write_invall()
H A Dvgic.h325 bool vgic_lpis_enabled(struct kvm_vcpu *vcpu);
H A Dvgic-its.c693 if (!vgic_lpis_enabled(vcpu)) in vgic_its_resolve_lpi()