Home
last modified time | relevance | path

Searched refs:__kvm_test_create_device (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_init.c730 ret = __kvm_test_create_device(v.vm, 0); in test_kvm_device()
734 ret = __kvm_test_create_device(v.vm, gic_dev_type); in test_kvm_device()
746 if (!__kvm_test_create_device(v.vm, other)) { in test_kvm_device()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1850 int __kvm_test_create_device(struct kvm_vm *vm, uint64_t type) in __kvm_test_create_device() function