Searched refs:atomic_clear_64 (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | _atomic64e.h | 48 void atomic_clear_64(volatile u_int64_t *, u_int64_t); 49 #define atomic_clear_acq_64 atomic_clear_64 50 #define atomic_clear_rel_64 atomic_clear_64
|
H A D | atomic_san.h | 376 #define atomic_clear_64 ATOMIC_SAN(clear_64) macro
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3pic.c | 225 atomic_clear_64(&sc->mask_thread0[0], 1UL << (63 - irq)); in ps3pic_mask() 226 atomic_clear_64(&sc->mask_thread1[0], 1UL << (63 - irq)); in ps3pic_mask()
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 382 atomic_clear_64(volatile uint64_t *p, uint64_t val) in atomic_clear_64() function 539 #define atomic_clear_long atomic_clear_64 552 #define atomic_clear_ptr atomic_clear_64
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 593 #define atomic_clear_long atomic_clear_64 605 #define atomic_clear_ptr atomic_clear_64
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 545 #define atomic_clear_64 atomic_clear_long macro
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 233 #define atomic_clear_64 atomic_clear_long macro
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 150 atomic_clear_64(volatile uint64_t *p, uint64_t val) in atomic_clear_64() function
|
/freebsd/sys/vm/ |
H A D | vm_page.c | 5366 atomic_clear_64((uint64_t *)bits, clear); in vm_page_bits_clear()
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 339 #define pmap_clear_bits(pte, bits) atomic_clear_64(pte, bits)
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 531 #define pmap_clear_bits(table, bits) atomic_clear_64(table, bits)
|