Home
last modified time | relevance | path

Searched refs:kvm_device_ioctl (Results 1 – 4 of 4) sorted by relevance

/qemu/accel/kvm/
H A Dtrace-events8 kvm_device_ioctl(int fd, unsigned long type, void *arg) "dev fd %d, type 0x%lx, arg %p"
H A Dkvm-all.c3411 int kvm_device_ioctl(int fd, unsigned long type, ...) in kvm_device_ioctl() function
3456 return kvm_device_ioctl(dev_fd, KVM_HAS_DEVICE_ATTR, &attribute) ? 0 : 1; in kvm_device_check_attr()
3470 err = kvm_device_ioctl(fd, in kvm_device_access()
/qemu/include/system/
H A Dkvm.h255 int kvm_device_ioctl(int fd, unsigned long type, ...);
/qemu/target/arm/
H A Dkvm.c653 ret = kvm_device_ioctl(kd->dev_fd, KVM_SET_DEVICE_ATTR, attr); in kvm_arm_set_device_addr()