Home
last modified time | relevance | path

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

/external/crosvm/kvm_sys/src/
Dlib.rs110 ioctl_iow_nr!(KVM_IRQFD, KVMIO, 0x76, kvm_irqfd);
/external/crosvm/hypervisor/src/kvm/
Dmod.rs276 let ret = unsafe { ioctl_with_ref(self, KVM_IRQFD(), &irqfd) }; in register_irqfd()
298 let ret = unsafe { ioctl_with_ref(self, KVM_IRQFD(), &irqfd) }; in unregister_irqfd()
/external/crosvm/kvm/src/
Dlib.rs768 let ret = unsafe { ioctl_with_ref(self, KVM_IRQFD(), &irqfd) }; in register_irqfd_resample()
796 let ret = unsafe { ioctl_with_ref(self, KVM_IRQFD(), &irqfd) }; in unregister_irqfd()
/external/kernel-headers/original/uapi/linux/
Dkvm.h1379 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd) macro