Home
last modified time | relevance | path

Searched refs:atomic_and_8 (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Datomic.h104 extern void atomic_and_8(volatile uint8_t *, uint8_t);
/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/intel/asm/
H A Datomic.h157 __ATOMIC_OPXX(atomic_and_8, uint8_t, uint8_t, "and" SUF_8, "q")
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c244 atomic_and_8(&vci->evtchn_upcall_pending, 0); in evtchn_callback_fcn()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c325 atomic_and_8(volatile uint8_t *target, uint8_t bits) in atomic_and_8() 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/
H A Datomic.c164 atomic_and_8(volatile uint8_t *target, uint8_t bits) in atomic_and_8() function
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.S446 ENTRY(atomic_and_8) function
472 SET_SIZE(atomic_and_8)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S575 ENTRY(atomic_and_8) function
601 SET_SIZE(atomic_and_8)
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common95 atomic_and_8
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_atomic_h.cfg206 func | atomic_and_8 |\
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c480 atomic_and_8(&pp->p_toxic, ~bits); in page_clrtoxic()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c247 #define PGR_CLEAR_FLAG(flg, val) (atomic_and_8(&(flg), ~(val)))
248 #define PGR_CLEAR_RSV_FLAG(flg) (atomic_and_8(&(flg), \
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vm.c1481 atomic_and_8(&vmp->vmp_flags, ~VPF_DEFER_DIRTY); in vmp_mark_dirty()
/illumos-gate/usr/src/man/man9f/
H A DMakefile606 atomic_and_8.9f \
1324 atomic_and_8.9f := LINKSRC = atomic_and.9f
/illumos-gate/usr/src/man/man3c/
H A DMakefile634 atomic_and_8.3c \
1516 atomic_and_8.3c := LINKSRC = atomic_and.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers794 atomic_and_8;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc74 link path=usr/share/man/man9f/atomic_and_8.9f target=atomic_and.9f
H A Dsystem-library.man3c.inc106 link path=usr/share/man/man3c/atomic_and_8.3c target=atomic_and.3c