or_softirq_pending
#define or_softirq_pending(x) (get_lowcore()->softirq_pending |= (x))
#define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))