Searched refs:atomic_and_64 (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | atomic.h | 111 extern void atomic_and_64(volatile uint64_t *, uint64_t);
|
/titanic_41/usr/src/uts/intel/asm/ |
H A D | atomic.h | 155 __ATOMIC_OP64(atomic_and_64, uint64_t, uint64_t, "and" SUF_64, "r")
|
/titanic_41/usr/src/common/atomic/amd64/ |
H A D | atomic.s | 286 ENTRY(atomic_and_64) 292 SET_SIZE(atomic_and_64)
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 360 atomic_and_64(volatile uint64_t *target, uint64_t bits) in atomic_and_64() function
|
/titanic_41/usr/src/common/atomic/i386/ |
H A D | atomic.s | 536 ENTRY(atomic_and_64) 557 SET_SIZE(atomic_and_64)
|
/titanic_41/usr/src/common/atomic/ |
H A D | atomic.c | 194 atomic_and_64(volatile uint64_t *target, uint64_t bits) in atomic_and_64() function
|
/titanic_41/usr/src/common/atomic/sparc/ |
H A D | atomic.s | 544 ENTRY(atomic_and_64) 560 SET_SIZE(atomic_and_64)
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 93 atomic_and_64
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 1441 atomic_and_64(&plat_dr_options, ~features); in plat_dr_disable_capability()
|
/titanic_41/usr/src/common/atomic/sparcv9/ |
H A D | atomic.s | 673 ENTRY(atomic_and_64) 693 SET_SIZE(atomic_and_64)
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 2325 atomic_and_64(&acpica_core_features, ~features); in acpica_clear_core_feature() 2343 atomic_and_64(&acpica_devcfg_features, ~features); in acpica_clear_devcfg_feature()
|
/titanic_41/usr/src/man/man9f/ |
H A D | Makefile | 548 atomic_and_64.9f \ 1231 atomic_and_64.9f := LINKSRC = atomic_and.9f
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 589 atomic_and_64.3c \ 1378 atomic_and_64.3c := LINKSRC = atomic_and.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 515 atomic_and_64;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 517 link path=usr/share/man/man9f/atomic_and_64.9f target=atomic_and.9f
|
H A D | system-library.man3c.inc | 583 link path=usr/share/man/man3c/atomic_and_64.3c target=atomic_and.3c
|
/titanic_41/ |
H A D | .gitignore | 4741 usr/src/man/man3c/atomic_and_64.3c 8280 usr/src/man/man9f/atomic_and_64.9f
|