Home
last modified time | relevance | path

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

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