Searched refs:atomic_and_8 (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c244 atomic_and_8(&vci->evtchn_upcall_pending, 0);
/illumos-gate/usr/src/uts/common/sys/
H A Datomic.h103 extern void atomic_and_8(volatile uint8_t *, uint8_t);
/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h157 __ATOMIC_OPXX(atomic_and_8, uint8_t, uint8_t, "and" SUF_8, "q")
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s262 ENTRY(atomic_and_8) function
268 SET_SIZE(atomic_and_8)
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c325 atomic_and_8(volatile uint8_t *target, uint8_t bits) function
/illumos-gate/usr/src/common/atomic/
H A Datomic.c166 atomic_and_8(volatile uint8_t *target, uint8_t bits) function
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s306 ENTRY(atomic_and_8) function
314 SET_SIZE(atomic_and_8)
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.s441 * NOTE: If atomic_and_8 and atomic_and_8_nv are ever
446 ENTRY(atomic_and_8) function
472 SET_SIZE(atomic_and_8)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s570 * NOTE: If atomic_and_8 and atomic_and_8_nv are ever
575 ENTRY(atomic_and_8) function
601 SET_SIZE(atomic_and_8)
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c245 #define PGR_CLEAR_FLAG(flg, val) (atomic_and_8(&(flg), ~(val)))
246 #define PGR_CLEAR_RSV_FLAG(flg) (atomic_and_8(&(flg), \
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c478 atomic_and_8(&pp->p_toxic, ~bits);
/illumos-gate/usr/src/man/man3c/
H A DMakefile615 atomic_and_8.3c \
1447 atomic_and_8.3c := LINKSRC = atomic_and.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile566 atomic_and_8.9f \
1277 atomic_and_8.9f := LINKSRC = atomic_and.9f

Completed in 104 milliseconds