Searched refs:atomic_cmpset_32 (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/sys/arm/include/
H A Datomic.h65 #define atomic_cmpset_ptr atomic_cmpset_32
88 #define atomic_cmpset_int atomic_cmpset_32
H A Datomic-v4.h153 atomic_cmpset_32(volatile u_int32_t *p, volatile u_int32_t cmpval, volatile u_int32_t newval) function
300 atomic_cmpset_32(volatile u_int32_t *p, volatile u_int32_t cmpval, volatile u_int32_t newval) function
445 #define atomic_cmpset_rel_32 atomic_cmpset_32
446 #define atomic_cmpset_acq_32 atomic_cmpset_32
494 return (atomic_cmpset_32((volatile uint32_t *)dst, old, newe));
H A Datomic-v6.h302 atomic_cmpset_32(volatile uint32_t *p, uint32_t cmpval, uint32_t newval) function
356 return (atomic_cmpset_32((volatile uint32_t *)p, cmpval, newval));
364 ret = atomic_cmpset_32(p, cmpval, newval);
394 return (atomic_cmpset_32(p, cmpval, newval));
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_mp.c138 if (atomic_cmpset_32(&octeon_ap_boot, ~0, cpuid) == 0)
142 if (atomic_cmpset_32(&octeon_ap_boot, 0, ~0) != 0)
H A Duart_dev_oct16550.c521 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
777 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h103 atomic_cmpset_32(volatile uint32_t *p, uint32_t cmpval, uint32_t newval) function
181 #define atomic_cmpset_int atomic_cmpset_32
198 res = atomic_cmpset_32(p, cmpval, newval);
211 return (atomic_cmpset_32(p, cmpval, newval));
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Datomic.h37 #define cas32 atomic_cmpset_32
/freebsd-11-stable/sys/mips/include/
H A Datomic.h350 atomic_cmpset_32(__volatile uint32_t *p, uint32_t cmpval, uint32_t newval) function
381 retval = atomic_cmpset_32(p, cmpval, newval);
390 return (atomic_cmpset_32(p, cmpval, newval));
634 #define atomic_cmpset_int atomic_cmpset_32
705 atomic_cmpset_32((volatile u_int *)(p), (u_int)(cmpval), \
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_quicc.c342 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
466 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
H A Duart_dev_sab82532.c483 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
679 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
H A Duart_dev_z8530.c385 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
595 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
H A Duart_core.c273 } while (!atomic_cmpset_32(&sc->sc_ttypend, old, new));
396 } while (!atomic_cmpset_32(&sc->sc_ttypend, old, new));
H A Duart_dev_lpc.c552 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
868 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c75 while (atomic_cmpset_32(&se->sy_thrcnt, SY_THR_DRAINING,
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSynch.c619 } while (atomic_cmpset_32(lock, old, new) == 0);
637 } while (atomic_cmpset_32(lock, old, new) == 0);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Duart_dev_aml8726.c346 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
365 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c495 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
637 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h373 #define atomic_cmpset_int atomic_cmpset_32
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.c318 cmpset = atomic_cmpset_32(&ctrlr->notification_sent, 0, 1);
/freebsd-11-stable/sys/mips/adm5120/
H A Duart_dev_adm5120.c274 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c642 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/mips/mediatek/
H A Duart_dev_mtk.c364 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/mips/rt305x/
H A Duart_dev_rt305x.c333 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h615 #define atomic_cmpset_32 atomic_cmpset_int macro
/freebsd-11-stable/sys/arm/at91/
H A Duart_dev_at91usart.c592 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));
821 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new));

Completed in 178 milliseconds

12