Searched refs:_kvm_create_device (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/kvm/aarch64/ |
| D | vgic_init.c | 514 ret = _kvm_create_device(v.vm, 0, true, &fd); in test_kvm_device() 518 ret = _kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, true, &fd); in test_kvm_device() 525 ret = _kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false, &fd); in test_kvm_device() 530 if (!_kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V2, true, &fd)) { in test_kvm_device() 531 ret = _kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V2, false, &fd); in test_kvm_device()
|
| /Linux-v5.15/tools/testing/selftests/kvm/include/ |
| D | kvm_util.h | 234 int _kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test, int *fd);
|
| /Linux-v5.15/tools/testing/selftests/kvm/lib/ |
| D | kvm_util.c | 1991 int _kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test, int *fd) in _kvm_create_device() function 2008 ret = _kvm_create_device(vm, type, test, &fd); in kvm_create_device()
|