Searched refs:atomic_set_64 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | _atomic64e.h | 63 void atomic_set_64(volatile u_int64_t *, u_int64_t); 64 #define atomic_set_acq_64 atomic_set_64 65 #define atomic_set_rel_64 atomic_set_64
|
| H A D | atomic_san.h | 390 #define atomic_set_64 ATOMIC_SAN(set_64) macro
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | ps3pic.c | 240 atomic_set_64(&sc->mask_thread0[0], 1UL << (63 - irq)); in ps3pic_unmask() 241 atomic_set_64(&sc->mask_thread1[0], 1UL << (63 - irq)); in ps3pic_unmask()
|
| H A D | if_glc.c | 855 atomic_set_64(&sc->sc_interrupt_status, *sc->sc_hwirq_status); in glc_intr_filter()
|
| /freebsd-14.2/sys/riscv/include/ |
| H A D | atomic.h | 317 atomic_set_64(volatile uint64_t *p, uint64_t val) in atomic_set_64() function 447 #define atomic_set_long atomic_set_64 457 #define atomic_set_ptr atomic_set_64
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | atomic.h | 597 #define atomic_set_long atomic_set_64 609 #define atomic_set_ptr atomic_set_64
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | atomic.h | 543 #define atomic_set_64 atomic_set_long macro
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | atomic.h | 729 atomic_set_64(volatile uint64_t *p, uint64_t val) in atomic_set_64() function
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | atomic.h | 334 #define atomic_set_64 atomic_set_long macro
|
| /freebsd-14.2/sys/vm/ |
| H A D | vm_page.c | 5028 atomic_set_64((uint64_t *)bits, set); in vm_page_bits_set()
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | pmap.c | 338 #define pmap_store_bits(pte, bits) atomic_set_64(pte, bits)
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | pmap.c | 487 #define pmap_set_bits(table, bits) atomic_set_64(table, bits)
|