Searched refs:PPC_ACQUIRE_BARRIER (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | synch.h | 58 #define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER) macro 63 #define PPC_ACQUIRE_BARRIER macro
|
H A D | simple_spinlock.h | 60 PPC_ACQUIRE_BARRIER in __arch_spin_trylock() 189 PPC_ACQUIRE_BARRIER in __arch_read_trylock() 212 PPC_ACQUIRE_BARRIER in __arch_write_trylock()
|
H A D | cmpxchg.h | 208 CMPXCHG_GEN(u8, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 212 CMPXCHG_GEN(u16, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 296 PPC_ACQUIRE_BARRIER in __cmpxchg_u32_acquire() 380 PPC_ACQUIRE_BARRIER in __cmpxchg_u64_acquire()
|
H A D | atomic.h | 20 __asm__ __volatile__(PPC_ACQUIRE_BARRIER "" : : : "memory") 211 "\t" PPC_ACQUIRE_BARRIER " \n" in atomic_try_cmpxchg_lock()
|
H A D | bitops.h | 132 PPC_ACQUIRE_BARRIER, 1)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | synch.h | 61 #define PPC_ACQUIRE_BARRIER "\n" stringify_in_c(__PPC_ACQUIRE_BARRIER) macro 66 #define PPC_ACQUIRE_BARRIER macro
|
H A D | simple_spinlock.h | 61 PPC_ACQUIRE_BARRIER in __arch_spin_trylock() 171 PPC_ACQUIRE_BARRIER in __arch_read_trylock() 195 PPC_ACQUIRE_BARRIER in __arch_write_trylock()
|
H A D | qspinlock.h | 104 "\t" PPC_ACQUIRE_BARRIER " \n" in __queued_spin_trylock_nosteal() 128 "\t" PPC_ACQUIRE_BARRIER " \n" in __queued_spin_trylock_steal()
|
H A D | cmpxchg.h | 275 CMPXCHG_GEN(u8, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 279 CMPXCHG_GEN(u16, _acquire, , PPC_ACQUIRE_BARRIER, "memory"); 354 PPC_ACQUIRE_BARRIER in __cmpxchg_u8_acquire() 434 PPC_ACQUIRE_BARRIER in __cmpxchg_u16_acquire() 525 PPC_ACQUIRE_BARRIER in __cmpxchg_u32_acquire() 609 PPC_ACQUIRE_BARRIER in __cmpxchg_u64_acquire()
|
H A D | bitops.h | 174 PPC_ACQUIRE_BARRIER, IS_ENABLED(CONFIG_PPC64))
|
H A D | atomic.h | 21 __asm__ __volatile__(PPC_ACQUIRE_BARRIER "" : : : "memory")
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | qspinlock.c | 141 "\t" PPC_ACQUIRE_BARRIER " \n" in trylock_clean_tail()
|
Completed in 7 milliseconds