| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 70 #define atomic_cmpset_ptr atomic_cmpset_32 93 #define atomic_cmpset_int atomic_cmpset_32
|
| H A D | atomic-v6.h | 484 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 D | octeon_mp.c | 148 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 D | uart_dev_oct16550.c | 522 } 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 D | malta_mp.c | 268 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 D | atomic.h | 371 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 D | uart_dev_cdnc.c | 494 } 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 D | kern_syscalls.c | 77 while (atomic_cmpset_32(&se->sy_thrcnt, SY_THR_DRAINING, in syscall_thread_drain()
|
| H A D | kern_fail.c | 579 if (atomic_cmpset_32(&ent->fe_count, count, count - 1)) { in fail_point_eval_nontrivial()
|
| /f-stack/freebsd/sys/ |
| H A D | _cscan_atomic.h | 322 #define atomic_cmpset_32 kcsan_atomic_cmpset_32 macro
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | uart_dev_mtk.c | 363 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in mtk_uart_bus_getsig()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 617 #define atomic_cmpset_32 atomic_cmpset_int macro
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | uart_dev_ar933x.c | 640 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in ar933x_bus_setsig()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 499 #define atomic_cmpset_int atomic_cmpset_32
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 872 #define atomic_cmpset_32 atomic_cmpset_int macro
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 2141 if (atomic_cmpset_32(&ptpbase32[ptpindex], in _vm_gla2gpa() 2156 if (atomic_cmpset_32(&ptpbase32[ptpindex], in _vm_gla2gpa()
|