Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/aarch64/
A Dvgic_init.c653 ret = _kvm_create_device(v.vm, 0, true, &fd); in test_kvm_device()
657 ret = _kvm_create_device(v.vm, gic_dev_type, true, &fd); in test_kvm_device()
662 ret = _kvm_create_device(v.vm, gic_dev_type, false, &fd); in test_kvm_device()
671 if (!_kvm_create_device(v.vm, other, true, &fd)) { in test_kvm_device()
672 ret = _kvm_create_device(v.vm, other, false, &fd); in test_kvm_device()
/linux/tools/testing/selftests/kvm/include/
A Dkvm_util.h237 int _kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test, int *fd);
/linux/tools/testing/selftests/kvm/lib/
A Dkvm_util.c1999 int _kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test, int *fd) in _kvm_create_device() function
2016 ret = _kvm_create_device(vm, type, test, &fd); in kvm_create_device()

Completed in 15 milliseconds