Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcmpxchg.h68 extern unsigned long __xchg_small(volatile void *ptr, unsigned long val,
77 return __xchg_small(ptr, x, size); in __xchg()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcmpxchg.c10 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) in __xchg_small() function