Searched refs:kvm_create_device (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/kvm/aarch64/ |
| D | vgic_init.c | 84 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in vm_gic_create_with_vcpus() 425 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3); in test_v3_typer_accesses() 486 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3); in vm_gic_v3_create_with_vcpuids() 601 its_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_ITS); in test_v3_its_region() 655 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in test_kvm_device()
|
| /Linux-v6.1/tools/include/uapi/linux/ |
| D | kvm.h | 1393 struct kvm_create_device { struct 1547 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
| /Linux-v6.1/include/uapi/linux/ |
| D | kvm.h | 1393 struct kvm_create_device { struct 1547 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
| /Linux-v6.1/tools/testing/selftests/kvm/lib/ |
| D | kvm_util.c | 1553 struct kvm_create_device create_dev = { in __kvm_test_create_device() 1563 struct kvm_create_device create_dev = { in __kvm_create_device()
|
| /Linux-v6.1/tools/testing/selftests/kvm/include/ |
| D | kvm_util_base.h | 595 static inline int kvm_create_device(struct kvm_vm *vm, uint64_t type) in kvm_create_device() function
|
| /Linux-v6.1/virt/kvm/ |
| D | kvm_main.c | 4401 struct kvm_create_device *cd) in kvm_ioctl_create_device() 4824 struct kvm_create_device cd; in kvm_vm_ioctl()
|
| /Linux-v6.1/Documentation/virt/kvm/ |
| D | api.rst | 3297 :Parameters: struct kvm_create_device (in/out) 3324 struct kvm_create_device {
|