Searched refs:atomic_swap_8 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Datomic.h211 extern uint8_t atomic_swap_8(volatile uint8_t *, uint8_t);
/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h222 __ATOMIC_OPXX(atomic_swap_8, uint8_t, "xchg" SUF_8, "q")
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s486 ENTRY(atomic_swap_8) function
493 SET_SIZE(atomic_swap_8)
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c615 atomic_swap_8(volatile uint8_t *target, uint8_t new) function
/illumos-gate/usr/src/common/atomic/
H A Datomic.c443 atomic_swap_8(volatile uint8_t *target, uint8_t new) function
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s611 ENTRY(atomic_swap_8) function
619 SET_SIZE(atomic_swap_8)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s775 ENTRY(atomic_swap_8) function
797 SET_SIZE(atomic_swap_8)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3014 return (atomic_swap_8(&pwp->scratch_locked, 1));
3020 while ((rval = atomic_swap_8(&pwp->scratch_locked, 1)) != 0) {
/illumos-gate/usr/src/man/man3c/
H A DMakefile691 atomic_swap_8.3c \
1529 atomic_swap_8.3c := LINKSRC = atomic_swap.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile642 atomic_swap_8.9f \
1359 atomic_swap_8.9f := LINKSRC = atomic_swap.9f

Completed in 96 milliseconds