Searched refs:kvm_create_device (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_init.c | 81 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in vm_gic_create_with_vcpus() 92 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in vm_gic_create_barebones() 468 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3); in test_v3_typer_accesses() 529 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3); in vm_gic_v3_create_with_vcpuids() 644 its_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_ITS); in test_v3_its_region() 698 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in test_kvm_device()
|
| /linux-6.15/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | vgic.c | 174 int its_fd = kvm_create_device(vm, KVM_DEV_TYPE_ARM_VGIC_ITS); in vgic_its_setup()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1114 struct kvm_create_device { struct 1264 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1114 struct kvm_create_device { struct 1264 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 731 struct kvm_create_device cd = { .type = KVM_DEV_TYPE_FLIC }; in TEST_F()
|
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1807 struct kvm_create_device create_dev = { in __kvm_test_create_device() 1817 struct kvm_create_device create_dev = { in __kvm_create_device()
|
| /linux-6.15/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 837 static inline int kvm_create_device(struct kvm_vm *vm, uint64_t type) in kvm_create_device() function
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 4723 struct kvm_create_device *cd) in kvm_ioctl_create_device() 5253 struct kvm_create_device cd; in kvm_vm_ioctl()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 3338 :Parameters: struct kvm_create_device (in/out) 3365 struct kvm_create_device {
|