Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/arm64/
H A Dvgic.c53 gic_fd = __kvm_create_device(vm, KVM_DEV_TYPE_ARM_VGIC_V3); in vgic_v3_setup()
/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_init.c739 ret = __kvm_create_device(v.vm, gic_dev_type); in test_kvm_device()
747 ret = __kvm_create_device(v.vm, other); in test_kvm_device()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1860 int __kvm_create_device(struct kvm_vm *vm, uint64_t type) in __kvm_create_device() function