/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 151 atomic_and_ulong(maskp, ~bit); in hypervisor_unmask_event() 179 atomic_and_ulong(maskp, ~bit); in hypervisor_clear_event()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | bitmap.h | 176 { atomic_and_ulong(&(BT_WIM(bitmap, bitindex)), ~BT_BIW(bitindex)); }
|
H A D | atomic.h | 109 extern void atomic_and_ulong(volatile ulong_t *, ulong_t);
|
H A D | cpuvar.h | 524 #define CPUSET_ATOMIC_DEL(set, cpu) atomic_and_ulong(&(set), ~CPUSET(cpu))
|
/titanic_44/usr/src/common/atomic/amd64/ |
H A D | atomic.s | 40 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function) 287 ALTENTRY(atomic_and_ulong) 291 SET_SIZE(atomic_and_ulong)
|
/titanic_44/usr/src/common/atomic/i386/ |
H A D | atomic.s | 41 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function) 328 ALTENTRY(atomic_and_ulong) 334 SET_SIZE(atomic_and_ulong)
|
/titanic_44/usr/src/uts/intel/asm/ |
H A D | atomic.h | 159 __ATOMIC_OPXX(atomic_and_ulong, ulong_t, ulong_t, "and" SUF_LONG, "r")
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_solaris.h | 63 atomic_and_ulong((volatile ulong_t *)(_p), (ulong_t)(_v))
|
/titanic_44/usr/src/common/atomic/sparc/ |
H A D | atomic.s | 41 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function) 520 ALTENTRY(atomic_and_ulong) 532 SET_SIZE(atomic_and_ulong)
|
/titanic_44/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 355 atomic_and_ulong(volatile ulong_t *target, ulong_t bits) in atomic_and_ulong() function
|
/titanic_44/usr/src/common/atomic/sparcv9/ |
H A D | atomic.s | 50 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function) 675 ALTENTRY(atomic_and_ulong) 691 SET_SIZE(atomic_and_ulong)
|
/titanic_44/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_impl.h | 76 atomic_and_ulong(((volatile ulong_t *)(void *)(p)) + ((b) >> 6), \
|
/titanic_44/usr/src/common/atomic/ |
H A D | atomic.c | 190 atomic_and_ulong(volatile ulong_t *target, ulong_t bits) in atomic_and_ulong() function
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 1484 atomic_and_ulong(ulp, ~(1ul << evb)); in ec_unmask_evtchn() 1546 atomic_and_ulong(pendp, ~(1ul << ev)); in ec_clear_evtchn()
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 101 atomic_and_ulong
|
/titanic_44/usr/src/man/man9f/ |
H A D | Makefile | 557 atomic_and_ulong.9f \ 1242 atomic_and_ulong.9f := LINKSRC = atomic_and.9f
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 613 atomic_and_ulong.3c \ 1439 atomic_and_ulong.3c := LINKSRC = atomic_and.3c
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 609 atomic_and_ulong { FLAGS = NODYNSORT };
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 526 link path=usr/share/man/man9f/atomic_and_ulong.9f target=atomic_and.9f
|
H A D | system-library.man3c.inc | 607 link path=usr/share/man/man3c/atomic_and_ulong.3c target=atomic_and.3c
|
/titanic_44/ |
H A D | .gitignore | 4749 usr/src/man/man3c/atomic_and_ulong.3c 8288 usr/src/man/man9f/atomic_and_ulong.9f
|