Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/asm/
Dbitops.h76 #define __NOT(x) (~(x)) macro
99 return __test_and_op_bit(and, __NOT, nr, addr); in test_and_clear_bit()
143 __op_bit(and, __NOT, nr, addr); in clear_bit()
184 __op_bit_ord(and, __NOT, nr, addr, .rl); in clear_bit_unlock()
211 #undef __NOT