Searched refs:PPC_LWARX (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
D | spinlock.h | 78 "1: " PPC_LWARX(%0,0,%2,1) "\n\ in __arch_spin_trylock() 205 "1: " PPC_LWARX(%0,0,%1,1) "\n" in __arch_read_trylock() 230 "1: " PPC_LWARX(%0,0,%2,1) "\n\ in __arch_write_trylock()
|
D | asm-compat.h | 62 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh)
|
D | ppc-opcode.h | 310 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ macro
|
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/asm/ |
D | asm-compat.h | 62 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh)
|