Searched refs:__test_bit_op (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/include/asm/ |
H A D | bitops.h | 43 #define __test_bit_op(mem, ll_dst, insn, inputs...) ({ \ macro 189 orig = __test_bit_op(*m, "%0", in test_and_set_bit_lock() 235 res = __test_bit_op(*m, "%1", in test_and_clear_bit() 240 orig = __test_bit_op(*m, "%0", in test_and_clear_bit() 272 orig = __test_bit_op(*m, "%0", in test_and_change_bit() 294 orig = __test_bit_op(*p, "%0", in xor_unlock_is_negative_byte() 306 #undef __test_bit_op
|