/freebsd/sys/contrib/openzfs/module/icp/include/ |
H A D | generic_impl.c | 131 atomic_swap_32(&generic_impl_chosen, IMPL_FASTEST); in generic_impl_setid() 134 atomic_swap_32(&generic_impl_chosen, IMPL_CYCLE); in generic_impl_setid() 138 atomic_swap_32(&generic_impl_chosen, id); in generic_impl_setid() 183 atomic_swap_32(&generic_impl_chosen, impl); in generic_impl_setname()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
H A D | aes_impl.c | 336 atomic_swap_32(&icp_aes_impl, user_sel_impl); in aes_impl_init() 400 atomic_swap_32(&icp_aes_impl, impl); in aes_impl_set() 402 atomic_swap_32(&user_sel_impl, impl); in aes_impl_set()
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 946 atomic_swap_32(volatile u_int *p, u_int v) in atomic_swap_32() function 980 #define atomic_swap_int atomic_swap_32 987 #define atomic_swap_long(p,v) atomic_swap_32((volatile u_int *)(p), v) 988 #define atomic_swap_ptr(p,v) atomic_swap_32((volatile u_int *)(p), v)
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 980 atomic_swap_32(volatile uint32_t *p, uint32_t v) in atomic_swap_32() function 1002 return (atomic_swap_32((volatile uint32_t *)p, v)); in atomic_swap_long() 1078 #define atomic_swap_ptr atomic_swap_32 1104 #define atomic_swap_int atomic_swap_32
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math.c | 544 atomic_swap_32(&zfs_vdev_raidz_impl, user_sel_impl); in vdev_raidz_math_init() 629 atomic_swap_32(&zfs_vdev_raidz_impl, impl); in vdev_raidz_impl_set() 631 atomic_swap_32(&user_sel_impl, impl); in vdev_raidz_impl_set()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | atomic.h | 51 #define atomic_swap_32(v, x) atomic_xchg((atomic_t *)(v), x) macro
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 834 atomic_swap_32(&gcm_avx_can_use_movbe, B_TRUE); in gcm_impl_init() 843 atomic_swap_32(&icp_gcm_impl, user_sel_impl); in gcm_impl_init() 928 atomic_swap_32(&icp_gcm_impl, impl); in gcm_impl_set() 930 atomic_swap_32(&user_sel_impl, impl); in gcm_impl_set() 1043 atomic_swap_32(&gcm_use_avx, val); in gcm_set_avx()
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 511 atomic_swap_32(volatile uint32_t *p, uint32_t val) in atomic_swap_32() function 536 #define atomic_swap_int atomic_swap_32
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | atomic.h | 255 __ret.u32[0] = atomic_swap_32((volatile u32 *)(ptr), \
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/ |
H A D | atomic.h | 241 extern uint32_t atomic_swap_32(volatile uint32_t *, uint32_t);
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher.c | 407 atomic_swap_32(&fletcher_4_impl_chosen, impl); in fletcher_4_impl_set() 740 atomic_swap_32(&fletcher_4_impl_chosen, sel_save); in fletcher_4_benchmark_impl()
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 535 #define atomic_swap_32 atomic_swap_int macro
|
/freebsd/sys/dev/gve/ |
H A D | gve_tx_dqo.c | 502 tx->dqo.free_pending_pkts_csm = atomic_swap_32( in gve_alloc_pending_packet() 604 tx->dqo.free_qpl_bufs_csm = atomic_swap_32( in gve_tx_alloc_qpl_buf()
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 569 #define atomic_swap_int atomic_swap_32
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 788 #define atomic_swap_32 atomic_swap_int macro
|
/freebsd/sys/sys/ |
H A D | atomic_san.h | 369 #define atomic_swap_32 ATOMIC_SAN(swap_32) macro
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_riscv.c | 562 val = atomic_swap_32(&hypctx->ipi_pending, 0); in riscv_check_ipi()
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 121 …<elf-symbol name='atomic_swap_32' type='func-type' binding='global-binding' visibility='default-vi… 563 …decl name='atomic_swap_32' mangled-name='atomic_swap_32' visibility='default' binding='global' siz…
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 122 …<elf-symbol name='atomic_swap_32' type='func-type' binding='global-binding' visibility='default-vi… 563 …decl name='atomic_swap_32' mangled-name='atomic_swap_32' visibility='default' binding='global' siz…
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 130 …<elf-symbol name='atomic_swap_32' type='func-type' binding='global-binding' visibility='default-vi… 9732 …decl name='atomic_swap_32' mangled-name='atomic_swap_32' visibility='default' binding='global' siz…
|