Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/arm64/
Dvgic_init.c691 ret = __kvm_test_create_device(v.vm, 0); in test_kvm_device()
695 ret = __kvm_test_create_device(v.vm, gic_dev_type); in test_kvm_device()
707 if (!__kvm_test_create_device(v.vm, other)) { in test_kvm_device()
/linux-6.14.4/tools/testing/selftests/kvm/include/
Dkvm_util.h827 int __kvm_test_create_device(struct kvm_vm *vm, uint64_t type);
/linux-6.14.4/tools/testing/selftests/kvm/lib/
Dkvm_util.c1744 int __kvm_test_create_device(struct kvm_vm *vm, uint64_t type) in __kvm_test_create_device() function