Home
last modified time | relevance | path

Searched refs:atomic_clear_64 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A D_atomic64e.h50 void atomic_clear_64(volatile u_int64_t *, u_int64_t);
51 #define atomic_clear_acq_64 atomic_clear_64
52 #define atomic_clear_rel_64 atomic_clear_64
H A D_cscan_atomic.h347 #define atomic_clear_64 kcsan_atomic_clear_64 macro
/f-stack/freebsd/arm64/include/
H A Datomic.h526 #define atomic_clear_long atomic_clear_64
538 #define atomic_clear_ptr atomic_clear_64
/f-stack/freebsd/mips/include/
H A Datomic.h208 atomic_clear_64(__volatile uint64_t *p, uint64_t v) in atomic_clear_64() function
683 #define atomic_clear_long atomic_clear_64
/f-stack/freebsd/amd64/include/
H A Datomic.h633 #define atomic_clear_64 atomic_clear_long macro
/f-stack/freebsd/arm/include/
H A Datomic-v6.h158 atomic_clear_64(volatile uint64_t *p, uint64_t val) in atomic_clear_64() function
/f-stack/freebsd/vm/
H A Dvm_page.c4923 atomic_clear_64((uint64_t *)bits, clear); in vm_page_bits_clear()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c416 #define pmap_clear_bits(table, bits) atomic_clear_64(table, bits)