Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
A Dswitch_to.h32 register void *_prev __asm__ ("a0") = (prev); \
36 : "=a" (_prev), "=a" (_next), "=d" (_last) \
37 : "0" (_prev), "1" (_next) \
/arch/riscv/include/asm/
A Datomic.h198 #define _arch_atomic_fetch_add_unless(_prev, _rc, counter, _a, _u, sfx) \ argument
208 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
237 #define _arch_atomic_inc_unless_negative(_prev, _rc, counter, sfx) \ argument
247 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
263 #define _arch_atomic_dec_unless_positive(_prev, _rc, counter, sfx) \ argument
273 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
289 #define _arch_atomic_dec_if_positive(_prev, _rc, counter, sfx) \ argument
299 : [p]"=&r" (_prev), [rc]"=&r" (_rc), [c]"+A" (counter) \
/arch/arc/include/asm/
A Dcmpxchg.h24 __typeof__(*(ptr)) _prev; \
32 : "=&r"(_prev) /* Early clobber prevent reg reuse */ \
39 _prev; \
/arch/s390/include/asm/
A Dstacktrace.h203 : [_prev] "=&d" (prev), CALL_FMT_##nr \

Completed in 9 milliseconds