Searched refs:xchg (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/x86_64/
H A Didt64.s505 xchg %r15, %rsp
663 xchg %rcx,%rsp /* switch to pcb stack */
736 xchg %rcx, %rsp /* to PCB stack with user RCX */
843 xchg %rax, %rsp /* switch to PCB stack */
982 xchg %rsp, %rcx /* set for pushes */
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_subr.c663 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } macro
668 xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr);
675 xchg(ip->ip_dst.s_addr, ip->ip_src.s_addr, n_long);
687 xchg(nth->th_dport, nth->th_sport, n_short);
688 #undef xchg macro

Completed in 75 milliseconds