Searched refs:PPC_LWARX (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | simple_spinlock.h | 55 "1: " PPC_LWARX(%0,0,%2,1) "\n\ in __arch_spin_trylock() 183 "1: " PPC_LWARX(%0,0,%1,1) "\n" in __arch_read_trylock() 207 "1: " PPC_LWARX(%0,0,%2,1) "\n\ in __arch_write_trylock()
|
D | asm-compat.h | 53 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh)
|
D | atomic.h | 206 "1:\t" PPC_LWARX(%0,0,%2,1) " # atomic_try_cmpxchg_acquire \n" in atomic_try_cmpxchg_lock()
|
D | ppc-opcode.h | 522 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_RAW_LWARX(t, a, b, eh)) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
D | asm-compat.h | 53 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh)
|