Searched refs:PPC_ATOMIC_ENTRY_BARRIER (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | synch.h | 60 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n" macro 65 #define PPC_ATOMIC_ENTRY_BARRIER macro
|
H A D | futex.h | 14 PPC_ATOMIC_ENTRY_BARRIER \ 79 PPC_ATOMIC_ENTRY_BARRIER in futex_atomic_cmpxchg_inatomic()
|
H A D | atomic.h | 236 PPC_ATOMIC_ENTRY_BARRIER in atomic_fetch_add_unless() 266 PPC_ATOMIC_ENTRY_BARRIER in atomic_inc_not_zero() 294 PPC_ATOMIC_ENTRY_BARRIER in atomic_dec_if_positive() 486 PPC_ATOMIC_ENTRY_BARRIER in atomic64_dec_if_positive() 525 PPC_ATOMIC_ENTRY_BARRIER in atomic64_fetch_add_unless() 555 PPC_ATOMIC_ENTRY_BARRIER in atomic64_inc_not_zero()
|
H A D | cmpxchg.h | 206 CMPXCHG_GEN(u8, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 210 CMPXCHG_GEN(u16, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 221 PPC_ATOMIC_ENTRY_BARRIER in __cmpxchg_u32() 313 PPC_ATOMIC_ENTRY_BARRIER in __cmpxchg_u64()
|
H A D | bitops.h | 129 DEFINE_TESTOP(test_and_set_bits, or, PPC_ATOMIC_ENTRY_BARRIER, 133 DEFINE_TESTOP(test_and_clear_bits, andc, PPC_ATOMIC_ENTRY_BARRIER, 135 DEFINE_TESTOP(test_and_change_bits, xor, PPC_ATOMIC_ENTRY_BARRIER,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | synch.h | 63 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n" macro 68 #define PPC_ATOMIC_ENTRY_BARRIER macro
|
H A D | bitops.h | 171 DEFINE_TESTOP(test_and_set_bits, or, PPC_ATOMIC_ENTRY_BARRIER, 175 DEFINE_TESTOP(test_and_change_bits, xor, PPC_ATOMIC_ENTRY_BARRIER, 186 PPC_ATOMIC_ENTRY_BARRIER in test_and_clear_bits() 197 PPC_ATOMIC_ENTRY_BARRIER in test_and_clear_bits()
|
H A D | atomic.h | 143 PPC_ATOMIC_ENTRY_BARRIER in arch_atomic_fetch_add_unless() 171 PPC_ATOMIC_ENTRY_BARRIER in arch_atomic_dec_if_positive() 371 PPC_ATOMIC_ENTRY_BARRIER in arch_atomic64_dec_if_positive() 401 PPC_ATOMIC_ENTRY_BARRIER in arch_atomic64_fetch_add_unless() 431 PPC_ATOMIC_ENTRY_BARRIER in arch_atomic64_inc_not_zero()
|
H A D | futex.h | 14 PPC_ATOMIC_ENTRY_BARRIER \ 76 PPC_ATOMIC_ENTRY_BARRIER in futex_atomic_cmpxchg_inatomic()
|
H A D | cmpxchg.h | 273 CMPXCHG_GEN(u8, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 277 CMPXCHG_GEN(u16, , PPC_ATOMIC_ENTRY_BARRIER, PPC_ATOMIC_EXIT_BARRIER, "memory"); 288 PPC_ATOMIC_ENTRY_BARRIER in __cmpxchg_u8() 369 PPC_ATOMIC_ENTRY_BARRIER in __cmpxchg_u16() 450 PPC_ATOMIC_ENTRY_BARRIER in __cmpxchg_u32() 542 PPC_ATOMIC_ENTRY_BARRIER in __cmpxchg_u64()
|
Completed in 5 milliseconds