Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/cocci/
H A DOSAtomic_rewrite.cocci159 + os_atomic_and_orig(E, F, relaxed)
162 + os_atomic_and_orig(E, F, relaxed)
165 + os_atomic_and_orig(E, F, relaxed)
168 + os_atomic_and_orig(E, F, relaxed)
171 + os_atomic_and_orig(E, F, relaxed)
174 + os_atomic_and_orig(E, F, relaxed)
H A Dmcache_atomic_rewrite.cocci107 + os_atomic_and_orig(E, F, relaxed)
110 + os_atomic_and_orig(E, F, relaxed)
113 + os_atomic_and_orig(E, F, relaxed)
H A Dos_atomic_normalize.cocci84 - os_atomic_and_orig(E, ~(F), m)
90 - os_atomic_and_orig(E, ~F, m)
H A Dc11_atomic_builtin_rewrite.cocci115 + os_atomic_and_orig
/xnu-8020.140.41/libkern/gen/
H A DOSAtomicOperations.c157 return os_atomic_and_orig(value, mask, relaxed); in OSBitAndAtomic()
225 return os_atomic_and_orig(value, (UInt8)mask, relaxed); in OSBitAndAtomic8()
255 return os_atomic_and_orig(value, (UInt16)mask, relaxed); in OSBitAndAtomic16()
/xnu-8020.140.41/libkern/os/
H A Datomic_private.h506 #define os_atomic_and_orig(p, v, m) _os_atomic_c11_op_orig(p, v, m, fetch_and) macro
801 #define os_atomic_and_orig(p, v, m) _os_atomic_error_is_starvable(os_atomic_and_orig) macro
/xnu-8020.140.41/osfmk/kern/
H A Drestartable.c370 state.trr_value = os_atomic_and_orig(&thread->t_rr_state.trr_value, in thread_reset_pcs_done_faulting()