Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/include/asm/
Dsynch.h62 #define PPC_RELEASE_BARRIER stringify_in_c(LWSYNC) "\n" macro
67 #define PPC_RELEASE_BARRIER macro
Dsimple_spinlock.h132 PPC_RELEASE_BARRIER: : :"memory"); in arch_spin_unlock()
247 PPC_RELEASE_BARRIER in arch_read_unlock()
260 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()
/Linux-v6.6/arch/powerpc/lib/
Dqspinlock.c167 "\t" PPC_RELEASE_BARRIER " \n" in publish_tail_cpu()