Searched refs:VMCI_CAPS_NOTIFICATIONS (Results 1 – 2 of 2) sorted by relevance
709 if (capabilities & VMCI_CAPS_NOTIFICATIONS) { in vmci_guest_probe_device()717 caps_in_use |= VMCI_CAPS_NOTIFICATIONS; in vmci_guest_probe_device()757 if (caps_in_use & VMCI_CAPS_NOTIFICATIONS) { in vmci_guest_probe_device()854 if (caps_in_use & VMCI_CAPS_NOTIFICATIONS) in vmci_guest_probe_device()
45 #define VMCI_CAPS_NOTIFICATIONS BIT(3) macro