Searched refs:atomic_clear_64 (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/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 Datomic_san.h347 #define atomic_clear_64 kcsan_atomic_clear_64 macro
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3pic.c229 atomic_clear_64(&sc->mask_thread0[0], 1UL << (63 - irq));
230 atomic_clear_64(&sc->mask_thread1[0], 1UL << (63 - irq));
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h329 atomic_clear_64(volatile uint64_t *p, uint64_t val) function
444 #define atomic_clear_long atomic_clear_64
454 #define atomic_clear_ptr atomic_clear_64
/freebsd-13-stable/sys/mips/include/
H A Datomic.h208 atomic_clear_64(__volatile uint64_t *p, uint64_t v) function
683 #define atomic_clear_long atomic_clear_64
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h526 #define atomic_clear_long atomic_clear_64
538 #define atomic_clear_ptr atomic_clear_64
/freebsd-13-stable/sys/amd64/include/
H A Datomic.h633 #define atomic_clear_64 atomic_clear_long macro
/freebsd-13-stable/sys/arm/include/
H A Datomic-v6.h158 atomic_clear_64(volatile uint64_t *p, uint64_t val) function
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h239 #define atomic_clear_64 atomic_clear_long macro
/freebsd-13-stable/sys/riscv/riscv/
H A Dpmap.c314 #define pmap_clear_bits(pte, bits) atomic_clear_64(pte, bits)
/freebsd-13-stable/sys/vm/
H A Dvm_page.c4935 atomic_clear_64((uint64_t *)bits, clear);
/freebsd-13-stable/sys/arm64/arm64/
H A Dpmap.c416 #define pmap_clear_bits(table, bits) atomic_clear_64(table, bits)

Completed in 283 milliseconds