Searched refs:__test_bit_op (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/mips/include/asm/ |
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
|