Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/aarch64/
Dvgic_init.c514 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/
Dkvm_util.h234 int _kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test, int *fd);
/Linux-v5.15/tools/testing/selftests/kvm/lib/
Dkvm_util.c1991 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()