Searched refs:atomic_clear_32 (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/arm/include/ |
H A D | atomic.h | 134 atomic_clear_32(volatile uint32_t *address, uint32_t setmask) in ATOMIC_ACQ_REL_LONG() 175 atomic_clear_32((volatile uint32_t *)address, setmask); in atomic_clear_long() 1062 #define atomic_clear_ptr atomic_clear_32 1088 #define atomic_clear_int atomic_clear_32
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_vtimer.c | 110 atomic_clear_32(&hypctx->interrupts_pending, HVIP_VSTIP); in vtimer_set_timer()
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 183 atomic_clear_32(volatile uint32_t *p, uint32_t val) in atomic_clear_32() function 298 #define atomic_clear_int atomic_clear_32
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_lib.h | 355 atomic_clear_32(s, BIT(bit)); in iavf_clear_state()
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 518 #define atomic_clear_32 atomic_clear_int macro
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.h | 751 atomic_clear_32(s, BIT(bit)); in ice_clear_state()
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 564 #define atomic_clear_int atomic_clear_32
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 771 #define atomic_clear_32 atomic_clear_int macro
|
/freebsd/sys/sys/ |
H A D | atomic_san.h | 348 #define atomic_clear_32 ATOMIC_SAN(clear_32) macro
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 228 #define atomic_clear_32 atomic_clear_int macro
|
/freebsd/sys/vm/ |
H A D | vm_page.h | 857 atomic_clear_32(addr, val); in vm_page_aflag_clear()
|
H A D | vm_page.c | 5368 atomic_clear_32((uint32_t *)bits, clear); in vm_page_bits_clear() 5390 atomic_clear_32((uint32_t *)addr, clear << shift); in vm_page_bits_clear()
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea64.c | 3142 atomic_clear_32(&m->md.mdpg_attrs, ptebit); in moea64_clear_bit() 3969 atomic_clear_32(&m->md.mdpg_attrs, MDPG_ATTR_SP); in moea64_sp_demote_aligned() 4117 atomic_clear_32(&PHYS_TO_VM_PAGE(PVO_PADDR(sp))->md.mdpg_attrs, in moea64_sp_remove() 4233 atomic_clear_32(&m->md.mdpg_attrs, ptebit); in moea64_sp_pvo_clear()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 151 atomic_clear_32(s, BIT(bit)); in ixl_clear_state()
|