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.h222 #define __NOT(x) (~(x)) macro
245 return __test_and_op_bit(and, __NOT, nr, addr); in arch_test_and_clear_bit()
289 __op_bit(and, __NOT, nr, addr); in arch_clear_bit()
330 __op_bit_ord(and, __NOT, nr, addr, .rl); in arch_clear_bit_unlock()
369 #undef __NOT