/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | aso | 7 #define _aso_cas8(p,o,n) atomic_cas_8(p,o,n)
|
/illumos-gate/usr/src/common/atomic/amd64/ |
H A D | atomic.S | 35 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function) 448 ENTRY(atomic_cas_8) 455 SET_SIZE(atomic_cas_8)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | aso | 59 #define _aso_cas8(p,o,n) atomic_cas_8(p,o,n) 87 #define _aso_cas8(p,o,n) atomic_cas_8(p,o,n) 110 #define _aso_cas8(p,o,n) atomic_cas_8(p,o,n) 139 #define _aso_cas8(p,o,n) atomic_cas_8(p,o,n)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | atomic.h | 197 extern uint8_t atomic_cas_8(volatile uint8_t *, uint8_t, uint8_t);
|
/illumos-gate/usr/src/common/atomic/i386/ |
H A D | atomic.S | 36 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function) 559 ENTRY(atomic_cas_8) 568 SET_SIZE(atomic_cas_8)
|
/illumos-gate/usr/src/uts/intel/asm/ |
H A D | atomic.h | 181 __ATOMIC_OPXX(atomic_cas_8, uint8_t, "cmpxchg" SUF_8, "q")
|
/illumos-gate/usr/src/common/atomic/sparc/ |
H A D | atomic.S | 36 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function) 562 ENTRY(atomic_cas_8) 590 SET_SIZE(atomic_cas_8)
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dcpc.c | 581 while (atomic_cas_8(state, DCPC_INTR_FREE, in dcpc_block_interrupts() 968 while (atomic_cas_8(state, DCPC_INTR_FREE, in dcpc_cpu_setup()
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 570 atomic_cas_8(volatile uint8_t *target, uint8_t cmp, uint8_t new) in atomic_cas_8() function
|
/illumos-gate/usr/src/common/atomic/sparcv9/ |
H A D | atomic.S | 45 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function) 695 ENTRY(atomic_cas_8) 723 SET_SIZE(atomic_cas_8)
|
/illumos-gate/usr/src/common/atomic/ |
H A D | atomic.c | 360 atomic_cas_8(volatile uint8_t *target, uint8_t cmp, uint8_t new) in atomic_cas_8() function
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_atomic_h.cfg | 451 func | atomic_cas_8 |\
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 108 atomic_cas_8
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kcpc.c | 1084 if (atomic_cas_8(state, DCPC_INTR_FREE, in kcpc_hw_overflow_intr()
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 653 atomic_cas_8.9f \ 1463 atomic_cas_8.9f := LINKSRC = atomic_cas.9f
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 665 atomic_cas_8.3c \ 1635 atomic_cas_8.3c := LINKSRC = atomic_cas.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 928 atomic_cas_8;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 89 link path=usr/share/man/man9f/atomic_cas_8.9f target=atomic_cas.9f
|
H A D | system-library.man3c.inc | 121 link path=usr/share/man/man3c/atomic_cas_8.3c target=atomic_cas.3c
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 4145 } while (atomic_cas_8(&itl->itl_flags, old, new) != old); in stmf_do_itl_dereg()
|