Searched refs:kvm_vgic_create (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/kvm/
H A Darm_vgic.h372 int kvm_vgic_create(struct kvm *kvm, u32 type);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-init.c64 * kvm_vgic_create: triggered by the instantiation of the VGIC device by
71 int kvm_vgic_create(struct kvm *kvm, u32 type) function
H A Dvgic-kvm-device.c308 return kvm_vgic_create(dev->kvm, type);
/linux-master/arch/arm64/kvm/
H A Darm.c1706 ret = kvm_vgic_create(kvm, KVM_DEV_TYPE_ARM_VGIC_V2);

Completed in 229 milliseconds