Searched refs:__test_bit_op (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|