Home
last modified time | relevance | path

Searched refs:atomic_clear_32 (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/arm/include/
H A Datomic.h61 #define atomic_clear_ptr atomic_clear_32
84 #define atomic_clear_int atomic_clear_32
H A Datomic-v6.h142 atomic_clear_32(volatile uint32_t *address, uint32_t setmask) in ATOMIC_ACQ_REL_LONG()
183 atomic_clear_32((volatile uint32_t *)address, setmask); in atomic_clear_long()
/f-stack/freebsd/mips/include/
H A Datomic.h110 atomic_clear_32(__volatile uint32_t *p, uint32_t v) in atomic_clear_32() function
651 #define atomic_clear_int atomic_clear_32
713 atomic_clear_32((volatile u_int *)(p), (u_int)(v))
/f-stack/freebsd/sys/
H A D_cscan_atomic.h319 #define atomic_clear_32 kcsan_atomic_clear_32 macro
/f-stack/freebsd/amd64/include/
H A Datomic.h606 #define atomic_clear_32 atomic_clear_int macro
/f-stack/freebsd/arm64/include/
H A Datomic.h498 #define atomic_clear_int atomic_clear_32
/f-stack/freebsd/vm/
H A Dvm_page.h847 atomic_clear_32(addr, val); in vm_page_aflag_clear()
H A Dvm_page.c4925 atomic_clear_32((uint32_t *)bits, clear); in vm_page_bits_clear()
4947 atomic_clear_32((uint32_t *)addr, clear << shift); in vm_page_bits_clear()
/f-stack/freebsd/i386/include/
H A Datomic.h861 #define atomic_clear_32 atomic_clear_int macro