Home
last modified time | relevance | path

Searched defs:bitoff (Results 1 – 3 of 3) sorted by relevance

/arch/openrisc/include/asm/
Dcmpxchg.h65 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in cmpxchg_small() local
67 int bitoff = off * BITS_PER_BYTE; in cmpxchg_small() local
97 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in xchg_small() local
99 int bitoff = off * BITS_PER_BYTE; in xchg_small() local
/arch/sh/include/asm/
Dcmpxchg-xchg.h23 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in __xchg_cmpxchg() local
25 int bitoff = off * BITS_PER_BYTE; in __xchg_cmpxchg() local
/arch/xtensa/include/asm/
Dcmpxchg.h179 int bitoff = (sizeof(u32) - size - off) * BITS_PER_BYTE; in xchg_small() local
181 int bitoff = off * BITS_PER_BYTE; in xchg_small() local