Lines Matching refs:K
29 #define K macro
122 ATOMIC_OPS(and, and, K) in ATOMIC_OPS()
123 ATOMIC_OPS(or, orr, K) in ATOMIC_OPS()
124 ATOMIC_OPS(xor, eor, K) in ATOMIC_OPS()
299 __CMPXCHG_CASE(w, b, , 8, , , , , K)
300 __CMPXCHG_CASE(w, h, , 16, , , , , K)
301 __CMPXCHG_CASE(w, , , 32, , , , , K)
303 __CMPXCHG_CASE(w, b, acq_, 8, , a, , "memory", K)
304 __CMPXCHG_CASE(w, h, acq_, 16, , a, , "memory", K)
305 __CMPXCHG_CASE(w, , acq_, 32, , a, , "memory", K)
307 __CMPXCHG_CASE(w, b, rel_, 8, , , l, "memory", K)
308 __CMPXCHG_CASE(w, h, rel_, 16, , , l, "memory", K)
309 __CMPXCHG_CASE(w, , rel_, 32, , , l, "memory", K)
311 __CMPXCHG_CASE(w, b, mb_, 8, dmb ish, , l, "memory", K)
312 __CMPXCHG_CASE(w, h, mb_, 16, dmb ish, , l, "memory", K)
313 __CMPXCHG_CASE(w, , mb_, 32, dmb ish, , l, "memory", K)
351 #undef K