Home
last modified time | relevance | path

Searched refs:from_guest (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/misc/vmw_vmci/
H A Dvmci_route.c22 bool from_guest, in vmci_route() argument
53 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()
H A Dvmci_route.h20 bool from_guest, enum vmci_route *route);
H A Dvmci_datagram.h41 bool from_guest);
H A Dvmci_datagram.c316 struct vmci_datagram *dg, bool from_guest) in vmci_datagram_dispatch() argument
330 retval = vmci_route(&dg->src, &dg->dst, from_guest, &route); in vmci_datagram_dispatch()
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c61 static void compare_xsave(u8 *from_host, u8 *from_guest) in compare_xsave() argument
66 if (from_host[i] != from_guest[i]) { in compare_xsave()
68 i, from_host[i], from_guest[i]); in compare_xsave()