Searched refs:kvm_create_device (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/tools/testing/selftests/kvm/aarch64/ |
D | vgic_init.c | 82 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in vm_gic_create_with_vcpus() 423 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3); in test_v3_typer_accesses() 484 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3); in vm_gic_v3_create_with_vcpuids() 599 its_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_ITS); in test_v3_its_region() 653 v.gic_fd = kvm_create_device(v.vm, gic_dev_type); in test_kvm_device()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | kvm.h | 1408 struct kvm_create_device { struct 1560 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
/Linux-v6.6/include/uapi/linux/ |
D | kvm.h | 1408 struct kvm_create_device { struct 1567 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
/Linux-v6.6/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1678 struct kvm_create_device create_dev = { in __kvm_test_create_device() 1688 struct kvm_create_device create_dev = { in __kvm_create_device()
|
/Linux-v6.6/tools/testing/selftests/kvm/include/ |
D | kvm_util_base.h | 662 static inline int kvm_create_device(struct kvm_vm *vm, uint64_t type) in kvm_create_device() function
|
/Linux-v6.6/virt/kvm/ |
D | kvm_main.c | 4475 struct kvm_create_device *cd) in kvm_ioctl_create_device() 4950 struct kvm_create_device cd; in kvm_vm_ioctl()
|
/Linux-v6.6/Documentation/virt/kvm/ |
D | api.rst | 3281 :Parameters: struct kvm_create_device (in/out) 3308 struct kvm_create_device {
|