Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1752 target_cmsg_start = target_cmsg; in target_to_host_cmsg()
1753 if (!target_cmsg) in target_to_host_cmsg()
1756 while (cmsg && target_cmsg) { in target_to_host_cmsg()
1760 int len = tswapal(target_cmsg->cmsg_len) in target_to_host_cmsg()
1823 target_cmsg = TARGET_CMSG_NXTHDR(target_msgh, target_cmsg, in target_to_host_cmsg()
1826 unlock_user(target_cmsg, target_cmsg_addr, 0); in target_to_host_cmsg()
1846 target_cmsg_start = target_cmsg; in host_to_target_cmsg()
1847 if (!target_cmsg) in host_to_target_cmsg()
1850 while (cmsg && target_cmsg) { in host_to_target_cmsg()
2055 target_cmsg = TARGET_CMSG_NXTHDR(target_msgh, target_cmsg, in host_to_target_cmsg()
[all …]