Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dswitch_to.h35 extern unsigned int ll_bit;
80 ll_bit = 0; \
/Linux-v4.19/arch/mips/kernel/
Dsyscall.c164 ll_bit = 1; in mips_atomic_set()
173 } while (!ll_bit); in mips_atomic_set()
Dtraps.c515 unsigned int ll_bit; variable
544 ll_bit = 1; in simulate_ll()
546 ll_bit = 0; in simulate_ll()
582 if (ll_bit == 0 || ll_task != current) { in simulate_sc()