Searched refs:VMCI_ICR_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
504 if (icr & VMCI_ICR_NOTIFICATION) { in vmci_interrupt()506 icr &= ~VMCI_ICR_NOTIFICATION; in vmci_interrupt()
51 #define VMCI_ICR_NOTIFICATION BIT(1) macro