Home
last modified time | relevance | path

Searched refs:PPC_RELEASE_BARRIER (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/powerpc/include/asm/
Dsynch.h42 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" macro
47 #define PPC_RELEASE_BARRIER macro
Dspinlock.h179 PPC_RELEASE_BARRIER: : :"memory"); in arch_spin_unlock()
294 PPC_RELEASE_BARRIER in arch_read_unlock()
308 PPC_RELEASE_BARRIER: : :"memory"); in arch_write_unlock()
Dbitops.h86 DEFINE_BITOP(clear_bits_unlock, andc, PPC_RELEASE_BARRIER) in DEFINE_BITOP() argument
175 PPC_RELEASE_BARRIER in clear_bit_unlock_return_word()
198 __asm__ __volatile__(PPC_RELEASE_BARRIER "" ::: "memory"); in __clear_bit_unlock()
Datomic.h26 __asm__ __volatile__(PPC_RELEASE_BARRIER "" : : : "memory")
Dkvm_book3s_64.h205 asm volatile(PPC_RELEASE_BARRIER "" : : : "memory"); in unlock_hpte()