Searched refs:KVM_CREATE_DEVICE (Results 1 – 3 of 3) sorted by relevance
122 ioctl_iowr_nr!(KVM_CREATE_DEVICE, KVMIO, 0xe0, kvm_create_device);
1354 #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device) macro
991 let ret = unsafe { sys_util::ioctl_with_ref(self, KVM_CREATE_DEVICE(), device) }; in create_device()