Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dbitops.h217 #define __op_bit(op, mod, nr, addr) \ macro
275 __op_bit(or, __NOP, nr, addr); in arch_set_bit()
289 __op_bit(and, __NOT, nr, addr); in arch_clear_bit()
303 __op_bit(xor, __NOP, nr, addr); in arch_change_bit()
367 #undef __op_bit