Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/include/asm/
Dswitch_to.h35 extern unsigned int ll_bit;
80 ll_bit = 0; \
/Linux-v6.1/arch/mips/kernel/
Dsyscall.c169 ll_bit = 1; in mips_atomic_set()
178 } while (!ll_bit); in mips_atomic_set()
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()