Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dsynch.h46 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" macro
51 #define PPC_RELEASE_BARRIER macro
Dspinlock.h163 PPC_RELEASE_BARRIER: : :"memory"); in arch_spin_unlock()
288 PPC_RELEASE_BARRIER in arch_read_unlock()
302 PPC_RELEASE_BARRIER: : :"memory"); in arch_write_unlock()
Dbitops.h77 DEFINE_BITOP(clear_bits_unlock, andc, PPC_RELEASE_BARRIER) in DEFINE_BITOP() argument
161 __asm__ __volatile__(PPC_RELEASE_BARRIER "" ::: "memory"); in __clear_bit_unlock()
Dmutex.h51 PPC_RELEASE_BARRIER in __mutex_inc_return_unlock()
Dkvm_book3s_64.h91 asm volatile(PPC_RELEASE_BARRIER "" : : : "memory"); in unlock_hpte()