Home
last modified time | relevance | path

Searched refs:atomic_clear_long (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/sys/xen/
H A Dxen-os.h164 atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL)); in xen_clear_bit()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h281 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
284 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
/freebsd-13.1/sys/mips/include/
H A Datomic.h683 #define atomic_clear_long atomic_clear_64 macro
712 #define atomic_clear_long(p, v) \ macro
763 #define atomic_clear_ptr atomic_clear_long
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_atomic.h71 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
/freebsd-13.1/sys/amd64/include/
H A Datomic.h598 #define atomic_clear_64 atomic_clear_long
625 #define atomic_clear_ptr atomic_clear_long
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe_osdep.h211 atomic_clear_long(p, 1ul << pos); in clear_bit()
/freebsd-13.1/sys/sys/
H A Dbitset.h183 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \
206 atomic_clear_long(&(d)->__bits[__i], \
H A Datomic_san.h216 #define atomic_clear_long ATOMIC_SAN(clear_long) macro
/freebsd-13.1/sys/powerpc/include/
H A Datomic.h239 #define atomic_clear_64 atomic_clear_long
243 #define atomic_clear_ptr atomic_clear_long
/freebsd-13.1/sys/riscv/include/
H A Datomic.h444 #define atomic_clear_long atomic_clear_64 macro
/freebsd-13.1/sys/arm64/include/
H A Datomic.h529 #define atomic_clear_long atomic_clear_64 macro
/freebsd-13.1/sys/arm/include/
H A Datomic-v6.h180 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
/freebsd-13.1/sys/powerpc/aim/
H A Dmmu_radix.c2280 atomic_clear_long(pte, htobe64(PG_M | PG_A)); in mmu_radix_advise()
2282 atomic_clear_long(pte, htobe64(PG_A)); in mmu_radix_advise()
2470 atomic_clear_long(pte, htobe64(PG_M)); in mmu_radix_clear_modify()
3883 atomic_clear_long(l3e, htobe64(PG_A)); in mmu_radix_ts_referenced()
3929 atomic_clear_long(pte, htobe64(PG_A)); in mmu_radix_ts_referenced()
5661 atomic_clear_long(l3e, htobe64(PG_W)); in mmu_radix_unwire()
5684 atomic_clear_long(pte, htobe64(PG_W)); in mmu_radix_unwire()
/freebsd-13.1/sys/net/
H A Dif_epair.c178 atomic_clear_long(&q->state, (1 << BIT_QUEUE_TASK)); in epair_tx_start_deferred()
/freebsd-13.1/sys/amd64/amd64/
H A Dpmap.c7640 atomic_clear_long(pdpe, PG_W); in pmap_unwire()
7661 atomic_clear_long(pde, PG_W); in pmap_unwire()
7683 atomic_clear_long(pte, PG_W); in pmap_unwire()
8688 atomic_clear_long(pde, PG_A); in pmap_ts_referenced()
8769 atomic_clear_long(pte, PG_A); in pmap_ts_referenced()
8931 atomic_clear_long(pte, PG_M | PG_A); in pmap_advise()
8933 atomic_clear_long(pte, PG_A); in pmap_advise()
9011 atomic_clear_long(pte, PG_M | PG_RW); in pmap_clear_modify()
9037 atomic_clear_long(pte, PG_M); in pmap_clear_modify()
10705 atomic_clear_long(pe, X86_PG_AVAIL1); in pmap_large_map_wb_large()
/freebsd-13.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c749 atomic_clear_long(&sc->hn_chim_bmap[idx], mask); in hn_chim_free()