Searched refs:atomic_and_8 (Results 1 – 19 of 19) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | atomic.h | 104 extern void atomic_and_8(volatile uint8_t *, uint8_t);
|
/illumos-gate/usr/src/common/atomic/amd64/ |
H A D | atomic.S | 262 ENTRY(atomic_and_8) 268 SET_SIZE(atomic_and_8)
|
/illumos-gate/usr/src/uts/intel/asm/ |
H A D | atomic.h | 157 __ATOMIC_OPXX(atomic_and_8, uint8_t, uint8_t, "and" SUF_8, "q")
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 244 atomic_and_8(&vci->evtchn_upcall_pending, 0); in evtchn_callback_fcn()
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 325 atomic_and_8(volatile uint8_t *target, uint8_t bits) in atomic_and_8() function
|
/illumos-gate/usr/src/common/atomic/i386/ |
H A D | atomic.S | 306 ENTRY(atomic_and_8) 314 SET_SIZE(atomic_and_8)
|
/illumos-gate/usr/src/common/atomic/ |
H A D | atomic.c | 164 atomic_and_8(volatile uint8_t *target, uint8_t bits) in atomic_and_8() function
|
/illumos-gate/usr/src/common/atomic/sparc/ |
H A D | atomic.S | 446 ENTRY(atomic_and_8) 472 SET_SIZE(atomic_and_8)
|
/illumos-gate/usr/src/common/atomic/sparcv9/ |
H A D | atomic.S | 575 ENTRY(atomic_and_8) 601 SET_SIZE(atomic_and_8)
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_atomic_h.cfg | 206 func | atomic_and_8 |\
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 95 atomic_and_8
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | page_retire.c | 480 atomic_and_8(&pp->p_toxic, ~bits); in page_clrtoxic()
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 247 #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 D | vmm_vm.c | 1481 atomic_and_8(&vmp->vmp_flags, ~VPF_DEFER_DIRTY); in vmp_mark_dirty()
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 640 atomic_and_8.9f \ 1446 atomic_and_8.9f := LINKSRC = atomic_and.9f
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 652 atomic_and_8.3c \ 1618 atomic_and_8.3c := LINKSRC = atomic_and.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 916 atomic_and_8;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 74 link path=usr/share/man/man9f/atomic_and_8.9f target=atomic_and.9f
|
H A D | system-library.man3c.inc | 106 link path=usr/share/man/man3c/atomic_and_8.3c target=atomic_and.3c
|