Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dbitops.h49 #define CONST_MASK(nr) (1 << ((nr) & 7)) macro
57 : "iq" (CONST_MASK(nr)) in arch_set_bit()
77 : "iq" (~CONST_MASK(nr))); in arch_clear_bit()
128 : "iq" (CONST_MASK(nr))); in arch_change_bit()