Home
last modified time | relevance | path

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

/arch/s390/include/asm/
A Dcmpxchg.h18 static __always_inline u32 __cs_asm(u64 ptr, u32 old, u32 new) in __cs_asm() function
56 prev = __cs_asm(ptr, old32.w, new32.w); in __arch_cmpxchg1()
79 prev = __cs_asm(ptr, old32.w, new32.w); in __arch_cmpxchg2()
89 case 4: return __cs_asm(ptr, old & 0xffffffff, new & 0xffffffff); in __arch_cmpxchg()

Completed in 3 milliseconds