Searched refs:DEFINE_BITOP (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | bitops.h | 65 #define DEFINE_BITOP(fn, op, prefix) \ macro 82 DEFINE_BITOP(set_bits, or, "") 83 DEFINE_BITOP(clear_bits, andc, "") 84 DEFINE_BITOP(clear_bits_unlock, andc, PPC_RELEASE_BARRIER) 85 DEFINE_BITOP(change_bits, xor, "") 107 /* Like DEFINE_BITOP(), with changes to the arguments to 'op' and the output
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | bitops.h | 65 #define DEFINE_BITOP(fn, op, prefix) \ macro 82 DEFINE_BITOP(set_bits, or, "") 83 DEFINE_BITOP(change_bits, xor, "") 149 /* Like DEFINE_BITOP(), with changes to the arguments to 'op' and the output
|
Completed in 1 milliseconds