Searched refs:kvm_device_ioctl (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/accel/kvm/ |
H A D | trace-events | 8 kvm_device_ioctl(int fd, int type, void *arg) "dev fd %d, type 0x%x, arg %p"
|
H A D | kvm-all.c | 3288 int kvm_device_ioctl(int fd, int type, ...) in kvm_device_ioctl() function 3333 return kvm_device_ioctl(dev_fd, KVM_HAS_DEVICE_ATTR, &attribute) ? 0 : 1; in kvm_device_check_attr() 3347 err = kvm_device_ioctl(fd, in kvm_device_access()
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm.h | 251 int kvm_device_ioctl(int fd, int type, ...);
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4396 static long kvm_device_ioctl(struct file *filp, unsigned int ioctl, in kvm_device_ioctl() function 4436 .unlocked_ioctl = kvm_device_ioctl, 4438 KVM_COMPAT(kvm_device_ioctl),
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 687 ret = kvm_device_ioctl(kd->dev_fd, KVM_SET_DEVICE_ATTR, attr); in kvm_arm_set_device_addr()
|