Searched refs:__NOT (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/arch/riscv/include/asm/ |
D | bitops.h | 63 #define __NOT(x) (~(x)) macro 86 return __test_and_op_bit(and, __NOT, nr, addr); in test_and_clear_bit() 130 __op_bit(and, __NOT, nr, addr); in clear_bit() 171 __op_bit_ord(and, __NOT, nr, addr, .rl); in clear_bit_unlock() 198 #undef __NOT
|