Home
last modified time | relevance | path

Searched refs:ll_bit (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dswitch_to.h43 extern unsigned int ll_bit;
82 ll_bit = 0; \
/linux-4.1.27/arch/mips/kernel/
Dsyscall.c170 ll_bit = 1; in mips_atomic_set()
179 } while (!ll_bit); in mips_atomic_set()
Dtraps.c510 unsigned int ll_bit; variable
539 ll_bit = 1; in simulate_ll()
541 ll_bit = 0; in simulate_ll()
577 if (ll_bit == 0 || ll_task != current) { in simulate_sc()