Searched refs:LOCK_PREFIX (Results 1 – 2 of 2) sorted by relevance
50 asm volatile(LOCK_PREFIX "addl %1,%0" in atomic_add()64 asm volatile(LOCK_PREFIX "subl %1,%0" in atomic_sub()77 asm volatile(LOCK_PREFIX "incl %0" in atomic_inc()89 asm volatile(LOCK_PREFIX "decl %0" in atomic_dec()102 asm(LOCK_PREFIX "addw $1, %0" : "+m" (*v)); in atomic_inc_short()108 asm volatile(LOCK_PREFIX "andl %0,%1" \112 asm volatile(LOCK_PREFIX "orl %0,%1" \
21 #define LOCK_PREFIX "lock ; " macro23 #define LOCK_PREFIX "" macro40 __asm__ __volatile__( LOCK_PREFIX in set_bit()77 __asm__ __volatile__( LOCK_PREFIX in clear_bit()113 __asm__ __volatile__( LOCK_PREFIX in change_bit()131 __asm__ __volatile__( LOCK_PREFIX in test_and_set_bit()170 __asm__ __volatile__( LOCK_PREFIX in test_and_clear_bit()221 __asm__ __volatile__( LOCK_PREFIX in test_and_change_bit()
Completed in 13 milliseconds