Searched refs:kvm_create_device (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/aarch64/ |
| A D | vgic_init.c | 70 v.gic_fd = kvm_create_device(v.vm, gic_dev_type, false); in vm_gic_create_with_vcpus() 411 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_v3_typer_accesses() 491 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_v3_last_bit_redist_regions() 540 v.gic_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in test_v3_last_bit_single_rdist() 607 its_fd = kvm_create_device(v.vm, KVM_DEV_TYPE_ARM_VGIC_ITS, false); in test_v3_its_region() 660 v.gic_fd = kvm_create_device(v.vm, gic_dev_type, false); in test_kvm_device() 665 kvm_create_device(v.vm, gic_dev_type, true); in test_kvm_device()
|
| /linux/tools/testing/selftests/kvm/lib/aarch64/ |
| A D | vgic.c | 52 gic_fd = kvm_create_device(vm, KVM_DEV_TYPE_ARM_VGIC_V3, false); in vgic_v3_setup()
|
| /linux/tools/testing/selftests/kvm/include/ |
| A D | kvm_util.h | 238 int kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test); 350 int vm_create_device(struct kvm_vm *vm, struct kvm_create_device *cd);
|
| /linux/tools/include/uapi/linux/ |
| A D | kvm.h | 1334 struct kvm_create_device { struct 1487 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
| /linux/include/uapi/linux/ |
| A D | kvm.h | 1334 struct kvm_create_device { struct 1487 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device)
|
| /linux/tools/testing/selftests/kvm/lib/ |
| A D | kvm_util.c | 2001 struct kvm_create_device create_dev; in _kvm_create_device() 2012 int kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test) in kvm_create_device() function
|
| /linux/virt/kvm/ |
| A D | kvm_main.c | 4041 struct kvm_create_device *cd) in kvm_ioctl_create_device() 4440 struct kvm_create_device cd; in kvm_vm_ioctl()
|
| /linux/Documentation/virt/kvm/ |
| A D | api.rst | 3200 :Parameters: struct kvm_create_device (in/out) 3227 struct kvm_create_device {
|
Completed in 44 milliseconds