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

/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dvgic.c54 gic_fd = __kvm_create_device(vm, KVM_DEV_TYPE_ARM_VGIC_V3);
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h815 int __kvm_create_device(struct kvm_vm *vm, uint64_t type);
819 int fd = __kvm_create_device(vm, type);
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvgic_init.c701 ret = __kvm_create_device(v.vm, gic_dev_type);
709 ret = __kvm_create_device(v.vm, other);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1807 int __kvm_create_device(struct kvm_vm *vm, uint64_t type) function

Completed in 175 milliseconds