Searched refs:from_guest (Results 1 – 5 of 5) sorted by relevance
22 bool from_guest, in vmci_route() argument53 if (from_guest) in vmci_route()111 if (!from_guest && has_guest_device) { in vmci_route()136 if (from_guest) in vmci_route()162 if (from_guest) in vmci_route()
20 bool from_guest, enum vmci_route *route);
41 bool from_guest);
316 struct vmci_datagram *dg, bool from_guest) in vmci_datagram_dispatch() argument330 retval = vmci_route(&dg->src, &dg->dst, from_guest, &route); in vmci_datagram_dispatch()
61 static void compare_xsave(u8 *from_host, u8 *from_guest) in compare_xsave() argument66 if (from_host[i] != from_guest[i]) { in compare_xsave()68 i, from_host[i], from_guest[i]); in compare_xsave()