Home
last modified time | relevance | path

Searched refs:atomic_swap_ptr (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/arm/include/
Datomic.h79 #define atomic_swap_ptr atomic_swap_32 macro
/freebsd-12-stable/contrib/apr/atomic/unix/
Dsolaris.c80 return atomic_swap_ptr(mem, with); in apr_atomic_xchgptr()
/freebsd-12-stable/sys/powerpc/include/
Datomic.h985 #define atomic_swap_ptr atomic_swap_64 macro
988 #define atomic_swap_ptr(p,v) atomic_swap_32((volatile u_int *)(p), v) macro
/freebsd-12-stable/sys/x86/x86/
Ducode.c395 newdata = (void *)atomic_swap_ptr((void *)&ucode_data, in ucode_update()
/freebsd-12-stable/sys/arm64/include/
Datomic.h461 #define atomic_swap_ptr atomic_swap_64 macro
/freebsd-12-stable/sys/riscv/include/
Datomic.h435 #define atomic_swap_ptr atomic_swap_64 macro
/freebsd-12-stable/sys/amd64/include/
Datomic.h677 #define atomic_swap_ptr atomic_swap_long macro
/freebsd-12-stable/sys/mips/include/
Datomic.h847 #define atomic_swap_ptr(ptr, value) atomic_swap_long((unsigned long *)(ptr), value) macro
/freebsd-12-stable/sys/i386/include/
Datomic.h944 #define atomic_swap_ptr(p, v) \ macro