Searched refs:PPC_LLARX (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | bitops.h | 73 "1:" PPC_LLARX "%0,0,%3,0\n" \ 116 "1:" PPC_LLARX "%0,0,%3,0\n" \ 160 "1:" PPC_LLARX "%0,0,%3,%4\n" \ 198 "1:" PPC_LLARX "%0,0,%3,0\n" in test_and_clear_bits() 246 "1:" PPC_LLARX "%0,0,%3,0\n" in clear_bit_unlock_return_word()
|
H A D | asm-compat.h | 20 #define PPC_LLARX stringify_in_c(ldarx) macro 54 #define PPC_LLARX stringify_in_c(lwarx) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | asm-compat.h | 20 #define PPC_LLARX(t, a, b, eh) PPC_LDARX(t, a, b, eh) macro 53 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh) macro
|
H A D | bitops.h | 73 "1:" PPC_LLARX(%0,0,%3,0) "\n" \ 118 "1:" PPC_LLARX(%0,0,%3,eh) "\n" \ 173 "1:" PPC_LLARX(%0,0,%3,0) "\n" in clear_bit_unlock_return_word()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | asm-compat.h | 20 #define PPC_LLARX(t, a, b, eh) PPC_LDARX(t, a, b, eh) macro 53 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh) macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | asm-compat.h | 20 #define PPC_LLARX stringify_in_c(ldarx) macro 54 #define PPC_LLARX stringify_in_c(lwarx) macro
|
Completed in 4 milliseconds