Searched refs:VMCI_CAPS_NOTIFICATIONS (Results 1 – 2 of 2) sorted by relevance
702 if (capabilities & VMCI_CAPS_NOTIFICATIONS) { in vmci_guest_probe_device()710 caps_in_use |= VMCI_CAPS_NOTIFICATIONS; in vmci_guest_probe_device()750 if (caps_in_use & VMCI_CAPS_NOTIFICATIONS) { in vmci_guest_probe_device()849 if (caps_in_use & VMCI_CAPS_NOTIFICATIONS) in vmci_guest_probe_device()
45 #define VMCI_CAPS_NOTIFICATIONS BIT(3) macro