Searched refs:__or (Results 1 – 3 of 3) sorted by relevance
18 #define __or(x, y) ___or(x, y) macro58 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \65 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
24 #define __or(x, y) ___or(x, y) macro65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \73 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
15 #define __arch_local_irq_stosm(__or) \ argument20 : "=Q" (__mask) : "i" (__or) : "memory"); \