Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dswitch_to.h35 extern unsigned int ll_bit;
80 ll_bit = 0; \
/openbmc/linux/arch/mips/kernel/
H A Dsyscall.c169 ll_bit = 1; in mips_atomic_set()
178 } while (!ll_bit); in mips_atomic_set()
H A Dtraps.c525 unsigned int ll_bit; variable
554 ll_bit = 1; in simulate_ll()
556 ll_bit = 0; in simulate_ll()
592 if (ll_bit == 0 || ll_task != current) { in simulate_sc()