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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_routines_asm.s248 xchg %edx, %eax
H A Di386_lock.s498 xchg %edx,%edi /* cyclecount into %edi:%eax */
H A Didt64.s1047 xchg %rcx,%rsp /* switch to pcb stack */
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c653 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } macro
658 xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr);
665 xchg(ip->ip_dst.s_addr, ip->ip_src.s_addr, n_long);
677 xchg(nth->th_dport, nth->th_sport, n_short);
678 #undef xchg macro
/darwin-on-arm/xnu/osfmk/x86_64/
H A Didt64.s661 xchg %rcx,%rsp /* switch to pcb stack */

Completed in 32 milliseconds