Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kvm/vgic/
Dvgic-mmio-v3.c238 bool vgic_lpis_enabled(struct kvm_vcpu *vcpu) in vgic_lpis_enabled() function
486 if (vgic_lpis_enabled(vcpu)) in vgic_mmio_write_propbase()
517 if (vgic_lpis_enabled(vcpu)) in vgic_mmio_write_pendbase()
559 if ((addr & 4) || !vgic_lpis_enabled(vcpu)) in vgic_mmio_write_invlpi()
578 if ((addr & 4) || !vgic_lpis_enabled(vcpu)) in vgic_mmio_write_invall()
Dvgic.h316 bool vgic_lpis_enabled(struct kvm_vcpu *vcpu);
Dvgic-its.c686 if (!vgic_lpis_enabled(vcpu)) in vgic_its_resolve_lpi()