Searched refs:notify_info (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_host.c800 struct vmci_set_notify_info notify_info; vmci_host_do_set_notify() local
807 if (copy_from_user(&notify_info, uptr, sizeof(notify_info))) vmci_host_do_set_notify()
810 if (notify_info.notify_uva) { vmci_host_do_set_notify()
811 notify_info.result = vmci_host_do_set_notify()
813 notify_info.notify_uva); vmci_host_do_set_notify()
816 notify_info.result = VMCI_SUCCESS; vmci_host_do_set_notify()
819 return copy_to_user(uptr, &notify_info, sizeof(notify_info)) ? vmci_host_do_set_notify()
/linux-4.1.27/drivers/xen/
H A Dgntalloc.c82 struct notify_info { struct
96 struct notify_info notify; /* Unmap notification */
/linux-4.1.27/drivers/acpi/acpica/
H A Dacobject.h201 * Objects that can be notified. All share a common notify_info area.
/linux-4.1.27/drivers/iommu/
H A Ddmar.c152 pr_warn("Out of memory when allocating notify_info " dmar_alloc_pci_notify_info()

Completed in 191 milliseconds