Searched refs:atomic_and_ulong (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h176 { atomic_and_ulong(&(BT_WIM(bitmap, bitindex)), ~BT_BIW(bitindex)); }
H A Datomic.h109 extern void atomic_and_ulong(volatile ulong_t *, ulong_t);
H A Dcpuvar.h524 #define CPUSET_ATOMIC_DEL(set, cpu) atomic_and_ulong(&(set), ~CPUSET(cpu))
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c151 atomic_and_ulong(maskp, ~bit);
179 atomic_and_ulong(maskp, ~bit);
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s40 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
287 ALTENTRY(atomic_and_ulong) function
291 SET_SIZE(atomic_and_ulong)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_solaris.h63 atomic_and_ulong((volatile ulong_t *)(_p), (ulong_t)(_v))
/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h164 __ATOMIC_OPXX(atomic_and_ulong, ulong_t, ulong_t, "and" SUF_LONG, "r")
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c355 atomic_and_ulong(volatile ulong_t *target, ulong_t bits) function
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s41 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
328 ALTENTRY(atomic_and_ulong) function
334 SET_SIZE(atomic_and_ulong)
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.s41 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
520 ALTENTRY(atomic_and_ulong) function
532 SET_SIZE(atomic_and_ulong)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s50 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
675 ALTENTRY(atomic_and_ulong) function
691 SET_SIZE(atomic_and_ulong)
/illumos-gate/usr/src/common/atomic/
H A Datomic.c190 atomic_and_ulong(volatile ulong_t *target, ulong_t bits) function
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h76 atomic_and_ulong(((volatile ulong_t *)(void *)(p)) + ((b) >> 6), \
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1484 atomic_and_ulong(ulp, ~(1ul << evb));
1546 atomic_and_ulong(pendp, ~(1ul << ev));
/illumos-gate/usr/src/man/man3c/
H A DMakefile621 atomic_and_ulong.3c \
1453 atomic_and_ulong.3c := LINKSRC = atomic_and.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile572 atomic_and_ulong.9f \
1283 atomic_and_ulong.9f := LINKSRC = atomic_and.9f

Completed in 81 milliseconds