Home
last modified time | relevance | path

Searched refs:__kvm_create_device (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dvgic.c54 gic_fd = __kvm_create_device(vm, KVM_DEV_TYPE_ARM_VGIC_V3); in vgic_v3_setup()
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_init.c702 ret = __kvm_create_device(v.vm, gic_dev_type); in test_kvm_device()
710 ret = __kvm_create_device(v.vm, other); in test_kvm_device()
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h660 int __kvm_create_device(struct kvm_vm *vm, uint64_t type);
664 int fd = __kvm_create_device(vm, type); in kvm_create_device()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1686 int __kvm_create_device(struct kvm_vm *vm, uint64_t type) in __kvm_create_device() function