Searched refs:PPC_LWARX (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/include/asm/ |
D | spinlock.h | 72 "1: " PPC_LWARX(%0,0,%2,1) "\n\ in __arch_spin_trylock() 214 "1: " PPC_LWARX(%0,0,%1,1) "\n" in __arch_read_trylock() 239 "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 | ppc-opcode.h | 450 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ macro
|