Searched refs:atomic_cas_ulong (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Datomic.h203 extern ulong_t atomic_cas_ulong(volatile ulong_t *, ulong_t, ulong_t);
272 #define casip atomic_cas_ulong
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s38 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
476 ALTENTRY(atomic_cas_ulong) function
483 SET_SIZE(atomic_cas_ulong)
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c63 } while (atomic_cas_ulong(src, targ, 0) != targ); \
/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h188 __ATOMIC_OPXX(atomic_cas_ulong, ulong_t, "cmpxchg" SUF_LONG, "r")
/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c467 active = atomic_cas_ulong(&clock_tick_active, active, active);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c600 atomic_cas_ulong(volatile ulong_t *target, ulong_t cmp, ulong_t new) function
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s39 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
583 ALTENTRY(atomic_cas_ulong) function
592 SET_SIZE(atomic_cas_ulong)
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.s39 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
627 ALTENTRY(atomic_cas_ulong) function
631 SET_SIZE(atomic_cas_ulong)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s48 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
767 ALTENTRY(atomic_cas_ulong) function
771 SET_SIZE(atomic_cas_ulong)
/illumos-gate/usr/src/common/atomic/
H A Datomic.c416 atomic_cas_ulong(volatile ulong_t *target, ulong_t cmp, ulong_t new) function
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1281 } while (atomic_cas_ulong((volatile ulong_t *)&vci->evtchn_pending_sel,
1524 } while (atomic_cas_ulong(maskp, old, new) != old);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c1283 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt,
1372 lpthrt = atomic_cas_ulong(lpthrtp, lpthrt, 1);
/illumos-gate/usr/src/man/man3c/
H A DMakefile632 atomic_cas_ulong.3c \
1468 atomic_cas_ulong.3c := LINKSRC = atomic_cas.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile583 atomic_cas_ulong.9f \
1298 atomic_cas_ulong.9f := LINKSRC = atomic_cas.9f
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2221 if (atomic_cas_ulong(&pwp->work_flags, 0, 0) != 0) {
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c2076 } while (atomic_cas_ulong(putp, old, new) != old);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1990 atomic_cas_ulong((ulong_t *)&(cpu)->cpu_m.mcpu_tlb_info, (old), (new))
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c529 } while (atomic_cas_ulong(putp, old, new) != old);

Completed in 140 milliseconds