/illumos-gate/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()
|
/illumos-gate/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)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | bitmap.h | 178 { atomic_and_ulong(&(BT_WIM(bitmap, bitindex)), ~BT_BIW(bitindex)); }
|
H A D | atomic.h | 110 extern void atomic_and_ulong(volatile ulong_t *, ulong_t);
|
/illumos-gate/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)
|
/illumos-gate/usr/src/uts/intel/asm/ |
H A D | atomic.h | 164 __ATOMIC_OPXX(atomic_and_ulong, ulong_t, ulong_t, "and" SUF_LONG, "r")
|
/illumos-gate/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)
|
/illumos-gate/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))
|
/illumos-gate/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
|
/illumos-gate/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)
|
/illumos-gate/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), \
|
/illumos-gate/usr/src/common/atomic/ |
H A D | atomic.c | 188 atomic_and_ulong(volatile ulong_t *target, ulong_t bits) in atomic_and_ulong() function
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_atomic_h.cfg | 236 func | atomic_and_ulong |\
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 101 atomic_and_ulong
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 646 atomic_and_ulong.9f \ 1453 atomic_and_ulong.9f := LINKSRC = atomic_and.9f
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 658 atomic_and_ulong.3c \ 1624 atomic_and_ulong.3c := LINKSRC = atomic_and.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 921 atomic_and_ulong { FLAGS = NODYNSORT; };
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 80 link path=usr/share/man/man9f/atomic_and_ulong.9f target=atomic_and.9f
|
H A D | system-library.man3c.inc | 112 link path=usr/share/man/man3c/atomic_and_ulong.3c target=atomic_and.3c
|