Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dvgic-v2-cpuif-proxy.c27 * __vgic_v2_perform_cpuif_access -- perform a GICV access on behalf of the
37 int __vgic_v2_perform_cpuif_access(struct kvm_vcpu *vcpu) in __vgic_v2_perform_cpuif_access() function
/linux/arch/arm64/include/asm/
H A Dkvm_hyp.h77 int __vgic_v2_perform_cpuif_access(struct kvm_vcpu *vcpu);
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h944 int ret = __vgic_v2_perform_cpuif_access(vcpu); in kvm_hyp_handle_dabt_low()