Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dbitops.h198 #define __test_and_op_bit(op, mod, nr, addr) \ macro
216 return __test_and_op_bit(or, __NOP, nr, addr); in arch_test_and_set_bit()
228 return __test_and_op_bit(and, __NOT, nr, addr); in arch_test_and_clear_bit()
241 return __test_and_op_bit(xor, __NOP, nr, addr); in arch_test_and_change_bit()
349 #undef __test_and_op_bit