Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsynch.h62 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" macro
67 #define PPC_RELEASE_BARRIER macro
Dsimple_spinlock.h130 PPC_RELEASE_BARRIER: : :"memory"); in arch_spin_unlock()
245 PPC_RELEASE_BARRIER in arch_read_unlock()
258 PPC_RELEASE_BARRIER: : :"memory"); in arch_write_unlock()
Dbitops.h127 DEFINE_CLROP(clear_bits_unlock, PPC_RELEASE_BARRIER) in DEFINE_CLROP() argument
245 PPC_RELEASE_BARRIER in clear_bit_unlock_return_word()
270 __asm__ __volatile__(PPC_RELEASE_BARRIER "" ::: "memory"); in arch___clear_bit_unlock()
Datomic.h24 __asm__ __volatile__(PPC_RELEASE_BARRIER "" : : : "memory")
Dkvm_book3s_64.h203 asm volatile(PPC_RELEASE_BARRIER "" : : : "memory"); in unlock_hpte()