Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/x86_64/
H A Dlocore.s195 xchg %rdi, %rsi /* source %rsi, dest %rdi */
H A Didt64.s512 xchg %rsp, %rcx /* set for pushes */
1162 xchg %rsp, %rax
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_subr.c815 #define xchg(a, b, type) { type t; t = a; a = b; b = t; } in tcp_respond() macro
824 xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr); in tcp_respond()
829 xchg(ip->ip_dst.s_addr, ip->ip_src.s_addr, n_long); in tcp_respond()
841 xchg(nth->th_dport, nth->th_sport, n_short); in tcp_respond()
842 #undef xchg in tcp_respond()