Searched refs:__set_64bit (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dcmpxchg_32.h30 static inline void __set_64bit (unsigned long long * ptr, function
49 __set_64bit(ptr,(unsigned int)(value), (unsigned int)((value)>>32ULL));
57 __set_64bit(ptr,ll_low(value), ll_high(value));
67 __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : \
68 __set_64bit(ptr, ll_low(value), ll_high(value)) )

Completed in 11 milliseconds