Home
last modified time | relevance | path

Searched refs:kvm_create_device (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/tools/testing/selftests/kvm/aarch64/
Dvgic_init.c66 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in vm_gic_create()
258 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_vgic_then_vcpus()
350 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_typer_accesses()
430 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_last_bit_redist_regions()
479 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_last_bit_single_rdist()
523 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_kvm_device()
528 kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, true); in test_kvm_device()
/Linux-v5.15/tools/testing/selftests/kvm/include/
Dkvm_util.h235 int kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test);
337 int vm_create_device(struct kvm_vm *vm, struct kvm_create_device *cd);
/Linux-v5.15/tools/include/uapi/linux/
Dkvm.h1310 struct kvm_create_device { struct
1463 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
/Linux-v5.15/include/uapi/linux/
Dkvm.h1310 struct kvm_create_device { struct
1463 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
/Linux-v5.15/tools/testing/selftests/kvm/lib/
Dkvm_util.c1993 struct kvm_create_device create_dev; in _kvm_create_device()
2004 int kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test) in kvm_create_device() function
/Linux-v5.15/virt/kvm/
Dkvm_main.c4093 struct kvm_create_device *cd) in kvm_ioctl_create_device()
4492 struct kvm_create_device cd; in kvm_vm_ioctl()
/Linux-v5.15/Documentation/virt/kvm/
Dapi.rst3014 :Parameters: struct kvm_create_device (in/out)
3041 struct kvm_create_device {