Home
last modified time | relevance | path

Searched refs:atomic_swap_8 (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Datomic.h212 extern uint8_t atomic_swap_8(volatile uint8_t *, uint8_t);
/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/intel/asm/
H A Datomic.h222 __ATOMIC_OPXX(atomic_swap_8, uint8_t, "xchg" SUF_8, "q")
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c615 atomic_swap_8(volatile uint8_t *target, uint8_t new) in atomic_swap_8() 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/
H A Datomic.c441 atomic_swap_8(volatile uint8_t *target, uint8_t new) in atomic_swap_8() function
/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/lib/c_synonyms/
H A Dsyn_common167 atomic_swap_8
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_atomic_h.cfg496 func | 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)); in pmcs_acquire_scratch()
3020 while ((rval = atomic_swap_8(&pwp->scratch_locked, 1)) != 0) { in pmcs_acquire_scratch()
/illumos-gate/usr/src/man/man9f/
H A DMakefile682 atomic_swap_8.9f \
1406 atomic_swap_8.9f := LINKSRC = atomic_swap.9f
/illumos-gate/usr/src/man/man3c/
H A DMakefile710 atomic_swap_8.3c \
1596 atomic_swap_8.3c := LINKSRC = atomic_swap.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers857 atomic_swap_8;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc157 link path=usr/share/man/man9f/atomic_swap_8.9f target=atomic_swap.9f
H A Dsystem-library.man3c.inc189 link path=usr/share/man/man3c/atomic_swap_8.3c target=atomic_swap.3c