• Home
  • Raw
  • Download

Lines Matching refs:ioctl_with_ref

25     ioctl, ioctl_with_mut_ptr, ioctl_with_mut_ref, ioctl_with_ptr, ioctl_with_ref, ioctl_with_val,
88 let ret = ioctl_with_ref(fd, KVM_SET_USER_MEMORY_REGION(), &region); in set_user_memory_region()
533 let ret = unsafe { ioctl_with_ref(self, KVM_GET_DIRTY_LOG(), &dirty_log_kvm) }; in get_dirty_log()
573 unsafe { ioctl_with_ref(self, KVM_SET_IDENTITY_MAP_ADDR(), &(addr.offset() as u64)) }; in set_identity_map_addr()
604 let ret = unsafe { ioctl_with_ref(self, KVM_SET_CLOCK(), clock_data) }; in set_clock()
664 let ret = unsafe { ioctl_with_ref(self, KVM_SET_IRQCHIP(), &irqchip_state) }; in set_pic_state()
705 let ret = unsafe { ioctl_with_ref(self, KVM_SET_IRQCHIP(), &irqchip_state) }; in set_ioapic_state()
727 let ret = unsafe { ioctl_with_ref(self, KVM_IRQ_LINE(), &irq_level) }; in set_irq_line()
743 let ret = unsafe { ioctl_with_ref(self, KVM_CREATE_PIT2(), &pit_config) }; in create_pit()
774 let ret = unsafe { ioctl_with_ref(self, KVM_SET_PIT2(), pit_state) }; in set_pit_state()
861 let ret = unsafe { ioctl_with_ref(self, KVM_IOEVENTFD(), &ioeventfd) }; in ioeventfd()
884 let ret = unsafe { ioctl_with_ref(self, KVM_IRQFD(), &irqfd) }; in register_irqfd()
915 let ret = unsafe { ioctl_with_ref(self, KVM_IRQFD(), &irqfd) }; in register_irqfd_resample()
943 let ret = unsafe { ioctl_with_ref(self, KVM_IRQFD(), &irqfd) }; in unregister_irqfd()
981 let ret = unsafe { ioctl_with_ref(self, KVM_SET_GSI_ROUTING(), &irq_routing[0]) }; in set_gsi_routing()
991 let ret = unsafe { sys_util::ioctl_with_ref(self, KVM_CREATE_DEVICE(), device) }; in create_device()
1016 let ret = unsafe { ioctl_with_ref(self, KVM_ENABLE_CAP(), cap) }; in kvm_enable_cap()
1039 let ret = unsafe { ioctl_with_ref(self, KVM_SIGNAL_MSI(), msi) }; in signal_msi()
1318 let ret = unsafe { ioctl_with_ref(self, KVM_SET_REGS(), regs) }; in set_regs()
1343 let ret = unsafe { ioctl_with_ref(self, KVM_SET_SREGS(), sregs) }; in set_sregs()
1370 ioctl_with_ref(self, KVM_SET_FPU(), fpu) in set_fpu()
1396 ioctl_with_ref(self, KVM_SET_DEBUGREGS(), dregs) in set_debugregs()
1422 ioctl_with_ref(self, KVM_SET_XCRS(), xcrs) in set_xcrs()
1445 ioctl_with_ref(self, KVM_GET_MSRS(), &msrs[0]) in get_msrs()
1468 ioctl_with_ref(self, KVM_SET_MSRS(), msrs) in set_msrs()
1517 ioctl_with_ref(self, KVM_SET_LAPIC(), klapic) in set_lapic()
1555 ioctl_with_ref(self, KVM_SET_MP_STATE(), state) in set_mp_state()
1589 ioctl_with_ref(self, KVM_SET_VCPU_EVENTS(), events) in set_vcpu_events()
1640 ioctl_with_ref(self, KVM_SET_SIGNAL_MASK(), &kvm_sigmask[0]) in set_signal_mask()
1659 let ret = unsafe { ioctl_with_ref(self, KVM_SET_ONE_REG(), &onereg) }; in set_one_reg()
1672 let ret = unsafe { ioctl_with_ref(self, KVM_ARM_VCPU_INIT(), kvi) }; in arm_vcpu_init()
1688 let ret = unsafe { ioctl_with_ref(self, KVM_INTERRUPT(), &interrupt) }; in interrupt()