Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dbitops.h70 #define DEFINE_BITOP(fn, op, prefix) \ macro
88 DEFINE_BITOP(set_bits, or, "")
89 DEFINE_BITOP(clear_bits, andc, "")
90 DEFINE_BITOP(clear_bits_unlock, andc, PPC_RELEASE_BARRIER) in DEFINE_BITOP() function
91 DEFINE_BITOP(change_bits, xor, "") in DEFINE_BITOP()