Home
last modified time | relevance | path

Searched refs:PPC_LWARX (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dspinlock.h72 "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()
Dasm-compat.h53 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh)
Dppc-opcode.h450 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ macro