• Home
  • Raw
  • Download

Lines Matching full:we

41 	 * which comes from the VMX, so we know it is coming from a  in vmci_route()
44 * To avoid inconsistencies, test these once. We will test in vmci_route()
45 * them again when we do the actual send to ensure that we do in vmci_route()
57 * If this message already came from a guest then we in vmci_route()
65 * We must be acting as a guest in order to send to in vmci_route()
71 /* And we cannot send if the source is the host context. */ in vmci_route()
79 * then they probably mean ANY, in which case we in vmci_route()
95 * If it is not from a guest but we are acting as a in vmci_route()
96 * guest, then we need to send it down to the host. in vmci_route()
97 * Note that if we are also acting as a host then this in vmci_route()
99 * local client, but we accept that restriction as a in vmci_route()
130 * Otherwise we already received it from a guest and in vmci_route()
132 * it is from another local client on this host. We in vmci_route()
141 * valid context. Otherwise we can use the in vmci_route()
156 * If we are acting as a host then this might be destined for in vmci_route()
166 * Otherwise we can use the host in vmci_route()
178 * allowed. Since we catch all in vmci_route()
193 * without an active context, and we can't in vmci_route()
194 * send it down, since we have no guest in vmci_route()
203 * We must be a guest trying to send to another guest, which means in vmci_route()
204 * we need to send it down to the host. We do not filter out VM to in vmci_route()
205 * VM communication here, since we want to be able to use the guest in vmci_route()
210 * Ending up here means we have neither guest nor host in vmci_route()