Searched refs:__ldcw (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/parisc/include/asm/
H A Dldcw.h42 operands. This may pessimize the code somewhat but __ldcw is
44 #define __ldcw(a) ({ \ macro
H A Dspinlock.h26 while (__ldcw(a) == 0) arch_spin_lock_flags()
53 ret = __ldcw(a) != 0; arch_spin_trylock()
H A Dcmpxchg.h44 ** return __ldcw(p);
/linux-4.1.27/arch/parisc/kernel/
H A Dirq.c482 if (!__ldcw(irq_stack_in_use)) { execute_on_irq_stack()

Completed in 130 milliseconds