Searched refs:atomic_fetch_xor (Results 1 – 4 of 4) sorted by relevance
48 ATOMIC_FETCH_OPS(atomic_fetch_xor)
94 atomic_fetch_xor(V,X) __atomic_fetch_op{MB}(X,^,V)
1042 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function
766 addr = (u32)&atomic_fetch_xor; in emit_atomic_r32()