Searched refs:atomic_and_8 (Results 1 – 18 of 18) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | atomic.h | 103 extern void atomic_and_8(volatile uint8_t *, uint8_t);
|
/titanic_41/usr/src/uts/intel/asm/ |
H A D | atomic.h | 152 __ATOMIC_OPXX(atomic_and_8, uint8_t, uint8_t, "and" SUF_8, "q")
|
/titanic_41/usr/src/common/atomic/amd64/ |
H A D | atomic.s | 262 ENTRY(atomic_and_8) 268 SET_SIZE(atomic_and_8)
|
/titanic_41/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()
|
/titanic_41/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
|
/titanic_41/usr/src/common/atomic/i386/ |
H A D | atomic.s | 306 ENTRY(atomic_and_8) 314 SET_SIZE(atomic_and_8)
|
/titanic_41/usr/src/common/atomic/ |
H A D | atomic.c | 166 atomic_and_8(volatile uint8_t *target, uint8_t bits) in atomic_and_8() function
|
/titanic_41/usr/src/common/atomic/sparc/ |
H A D | atomic.s | 446 ENTRY(atomic_and_8) 472 SET_SIZE(atomic_and_8)
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 95 atomic_and_8
|
/titanic_41/usr/src/common/atomic/sparcv9/ |
H A D | atomic.s | 575 ENTRY(atomic_and_8) 601 SET_SIZE(atomic_and_8)
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | page_retire.c | 478 atomic_and_8(&pp->p_toxic, ~bits); in page_clrtoxic()
|
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 245 #define PGR_CLEAR_FLAG(flg, val) (atomic_and_8(&(flg), ~(val))) 246 #define PGR_CLEAR_RSV_FLAG(flg) (atomic_and_8(&(flg), \
|
/titanic_41/usr/src/man/man9f/ |
H A D | Makefile | 550 atomic_and_8.9f \ 1233 atomic_and_8.9f := LINKSRC = atomic_and.9f
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 591 atomic_and_8.3c \ 1380 atomic_and_8.3c := LINKSRC = atomic_and.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 517 atomic_and_8;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 519 link path=usr/share/man/man9f/atomic_and_8.9f target=atomic_and.9f
|
H A D | system-library.man3c.inc | 585 link path=usr/share/man/man3c/atomic_and_8.3c target=atomic_and.3c
|
/titanic_41/ |
H A D | .gitignore | 4743 usr/src/man/man3c/atomic_and_8.3c 8282 usr/src/man/man9f/atomic_and_8.9f
|