Searched refs:xchg (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | zalloc_ro_shim.h | 214 __ZALLOC_RO_MUT_ATOMIC_SHIMMED_OP(XCHG, xchg); in __zalloc_ro_mut_atomic_shimmed()
|
| H A D | zalloc_internal.h | 904 __ZALLOC_RO_MUT_OP(XCHG, xchg); in __zalloc_ro_mut_atomic()
|
| /xnu-8792.41.9/osfmk/x86_64/ |
| H A D | locore.s | 195 xchg %rdi, %rsi /* source %rsi, dest %rdi */
|
| H A D | idt64.s | 512 xchg %rsp, %rcx /* set for pushes */ 1162 xchg %rsp, %rax
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_subr.c | 828 #define xchg(a, b, type) { type t; t = a; a = b; b = t; } in tcp_respond() macro 837 xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr); in tcp_respond() 842 xchg(ip->ip_dst.s_addr, ip->ip_src.s_addr, n_long); in tcp_respond() 854 xchg(nth->th_dport, nth->th_sport, n_short); in tcp_respond() 855 #undef xchg in tcp_respond()
|