Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dbitops.h205 #define __NOT(x) (~(x)) macro
228 return __test_and_op_bit(and, __NOT, nr, addr); in arch_test_and_clear_bit()
272 __op_bit(and, __NOT, nr, addr); in arch_clear_bit()
313 __op_bit_ord(and, __NOT, nr, addr, .rl); in arch_clear_bit_unlock()
352 #undef __NOT