Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dspinlock.h21 while (__ldcw(a) == 0) in arch_spin_lock()
32 while (__ldcw(a) == 0) in arch_spin_lock_flags()
55 return __ldcw(a) != 0; in arch_spin_trylock()
H A Dldcw.h49 operands. This may pessimize the code somewhat but __ldcw is
51 #define __ldcw(a) ({ \ macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dspinlock.h38 lock_val_old = __ldcw(a); in arch_spin_lock()
65 lock_val = __ldcw(a); in arch_spin_trylock()
H A Dldcw.h48 operands. This may pessimize the code somewhat but __ldcw is
50 #define __ldcw(a) ({ \ macro
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dtoc.c91 while (__ldcw(&toc_lock) == 0) in toc_intr()
H A Dirq.c464 if (!__ldcw(irq_stack_in_use)) { in execute_on_irq_stack()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dirq.c488 if (!__ldcw(irq_stack_in_use)) { in execute_on_irq_stack()

Completed in 4 milliseconds