Searched refs:atomic_set_32 (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/sys/arm/include/ |
| H A D | atomic.h | 713 atomic_set_32(volatile uint32_t *address, uint32_t setmask) in atomic_set_32() function 754 atomic_set_32((volatile uint32_t *)address, setmask); in atomic_set_long() 1058 #define atomic_set_ptr atomic_set_32 1081 #define atomic_set_int atomic_set_32
|
| /freebsd-14.2/sys/riscv/include/ |
| H A D | atomic.h | 146 atomic_set_32(volatile uint32_t *p, uint32_t val) in atomic_set_32() function 248 #define atomic_set_int atomic_set_32
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | sbi_ipi.c | 73 atomic_set_32(&sc->pending_ipis[cpu], 1u << ipi); in sbi_ipi_pic_ipi_send()
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | mp_machdep.c | 348 atomic_set_32(&pc->pc_ipimask, (1 << ipi)); in ipi_send()
|
| /freebsd-14.2/sys/dev/iavf/ |
| H A D | iavf_lib.h | 341 atomic_set_32(s, BIT(bit)); in iavf_set_state()
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | atomic.h | 516 #define atomic_set_32 atomic_set_int macro
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_lib.h | 734 atomic_set_32(s, BIT(bit)); in ice_set_state()
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | atomic.h | 777 #define atomic_set_32 atomic_set_int macro
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | atomic.h | 568 #define atomic_set_int atomic_set_32
|
| /freebsd-14.2/sys/sys/ |
| H A D | atomic_san.h | 362 #define atomic_set_32 ATOMIC_SAN(set_32) macro
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | atomic.h | 329 #define atomic_set_32 atomic_set_int macro
|
| /freebsd-14.2/sys/vm/ |
| H A D | vm_page.h | 870 atomic_set_32(addr, val); in vm_page_aflag_set()
|
| H A D | vm_page.c | 5030 atomic_set_32((uint32_t *)bits, set); in vm_page_bits_set() 5052 atomic_set_32((uint32_t *)addr, set << shift); in vm_page_bits_set()
|
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_freebsd.c | 402 atomic_set_32(&vap->iv_com_state, IEEE80211_COM_DETACHED); in ieee80211_com_vdetach()
|
| /freebsd-14.2/sys/powerpc/aim/ |
| H A D | mmu_oea64.c | 3089 atomic_set_32(&m->md.mdpg_attrs, in moea64_query_bit() 3904 atomic_set_32(&m->md.mdpg_attrs, sp_refchg | MDPG_ATTR_SP); in moea64_sp_promote() 4153 atomic_set_32(&m->md.mdpg_attrs, refchg | MDPG_ATTR_SP); in moea64_sp_query_locked()
|
| /freebsd-14.2/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 136 atomic_set_32(s, BIT(bit)); in ixl_set_state()
|