Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Datomic.h70 #define atomic_cmpset_ptr atomic_cmpset_32
93 #define atomic_cmpset_int atomic_cmpset_32
H A Datomic-v6.h484 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) in atomic_cmpset_32() function
/f-stack/freebsd/mips/cavium/
H A Docteon_mp.c148 if (atomic_cmpset_32(&octeon_ap_boot, ~0, cpuid) == 0) in platform_start_ap()
152 if (atomic_cmpset_32(&octeon_ap_boot, 0, ~0) != 0) in platform_start_ap()
H A Duart_dev_oct16550.c522 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in oct16550_bus_getsig()
775 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in oct16550_bus_setsig()
/f-stack/freebsd/mips/malta/
H A Dmalta_mp.c268 if (atomic_cmpset_32(&malta_ap_boot, ~0, cpuid) == 0) in platform_start_ap()
276 if (atomic_cmpset_32(&malta_ap_boot, 0, ~0) != 0) { in platform_start_ap()
/f-stack/freebsd/mips/include/
H A Datomic.h371 atomic_cmpset_32(__volatile uint32_t *p, uint32_t cmpval, uint32_t newval) in atomic_cmpset_32() function
660 #define atomic_cmpset_int atomic_cmpset_32
731 atomic_cmpset_32((volatile u_int *)(p), (u_int)(cmpval), \
/f-stack/freebsd/arm/xilinx/
H A Duart_dev_cdnc.c494 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in cdnc_uart_bus_setsig()
636 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in cdnc_uart_bus_getsig()
/f-stack/freebsd/kern/
H A Dkern_syscalls.c77 while (atomic_cmpset_32(&se->sy_thrcnt, SY_THR_DRAINING, in syscall_thread_drain()
H A Dkern_fail.c579 if (atomic_cmpset_32(&ent->fe_count, count, count - 1)) { in fail_point_eval_nontrivial()
/f-stack/freebsd/sys/
H A D_cscan_atomic.h322 #define atomic_cmpset_32 kcsan_atomic_cmpset_32 macro
/f-stack/freebsd/mips/mediatek/
H A Duart_dev_mtk.c363 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in mtk_uart_bus_getsig()
/f-stack/freebsd/amd64/include/
H A Datomic.h617 #define atomic_cmpset_32 atomic_cmpset_int macro
/f-stack/freebsd/mips/atheros/
H A Duart_dev_ar933x.c640 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in ar933x_bus_setsig()
/f-stack/freebsd/arm64/include/
H A Datomic.h499 #define atomic_cmpset_int atomic_cmpset_32
/f-stack/freebsd/i386/include/
H A Datomic.h872 #define atomic_cmpset_32 atomic_cmpset_int macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2141 if (atomic_cmpset_32(&ptpbase32[ptpindex], in _vm_gla2gpa()
2156 if (atomic_cmpset_32(&ptpbase32[ptpindex], in _vm_gla2gpa()