Searched refs:__test_bit_op (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | bitops.h | 45 #define __test_bit_op(mem, ll_dst, insn, inputs...) ({ \ macro 190 orig = __test_bit_op(*m, "%0", in test_and_set_bit_lock() 236 res = __test_bit_op(*m, "%1", in test_and_clear_bit() 241 orig = __test_bit_op(*m, "%0", in test_and_clear_bit() 273 orig = __test_bit_op(*m, "%0", in test_and_change_bit() 285 #undef __test_bit_op macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | bitops.h | 43 #define __test_bit_op(mem, ll_dst, insn, inputs...) ({ \ macro 188 orig = __test_bit_op(*m, "%0", in test_and_set_bit_lock() 234 res = __test_bit_op(*m, "%1", in test_and_clear_bit() 239 orig = __test_bit_op(*m, "%0", in test_and_clear_bit() 271 orig = __test_bit_op(*m, "%0", in test_and_change_bit() 283 #undef __test_bit_op macro
|
Completed in 2 milliseconds