Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/kvm/aarch64/
Dvgic_init.c646 ret = __kvm_test_create_device(v.vm, 0); in test_kvm_device()
650 ret = __kvm_test_create_device(v.vm, gic_dev_type); in test_kvm_device()
662 if (!__kvm_test_create_device(v.vm, other)) { in test_kvm_device()
/linux-6.6.21/tools/testing/selftests/kvm/include/
Dkvm_util_base.h659 int __kvm_test_create_device(struct kvm_vm *vm, uint64_t type);
/linux-6.6.21/tools/testing/selftests/kvm/lib/
Dkvm_util.c1676 int __kvm_test_create_device(struct kvm_vm *vm, uint64_t type) in __kvm_test_create_device() function