atomic_and_ulong
atomic_op_alias(atomic_and_ulong,_atomic_and_32)
atomic_op_alias(atomic_and_ulong,_atomic_and_64)
atomic_and_ulong(&cpus_paused, ~cpu_mask);
atomic_and_ulong(&cpus_running, ~(1UL << cpu_id));
atomic_and_ulong(&cpus_booted, ~(1U << cpu_id));
atomic_and_ulong(&ci->ci_flags, ~CPUF_PAUSED);
atomic_and_ulong(&pmap->pm_cpus, ~cpu_mask);
atomic_and_ulong((volatile unsigned long *)p, ~(b))
atomic_and_ulong(&arm_cpu_mbox[off], ~bit);
atomic_and_ulong((volatile unsigned long *)p, ~(b))
atomic_and_ulong(&riscv_cpu_mbox[off], ~bit);
atomic_and_ulong(&ci->ci_active_ipis, pending);
atomic_and_ulong(&ch->ch_sc->sc_evtmask[ch->ch_id / VMBUS_EVTFLAG_LEN],
ATF_TP_ADD_TC(tp, atomic_and_ulong);
atf_and(atomic_and_ulong, unsigned long, "lx");