Home
last modified time | relevance | path

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

/src/sys/x86/include/xen/
H A Dxen-os.h56 #define atomic_clear_xen_ulong atomic_clear_long
63 #define atomic_clear_xen_ulong atomic_clear_long
/src/sys/dev/drm2/
H A Ddrm_atomic.h69 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
/src/sys/amd64/include/
H A Datomic.h545 #define atomic_clear_64 atomic_clear_long
572 #define atomic_clear_ptr atomic_clear_long
/src/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h283 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
286 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
/src/sys/dev/axgbe/
H A Dxgbe_osdep.h204 atomic_clear_long(p, 1ul << pos); in clear_bit()
/src/sys/sys/
H A Dbitset.h193 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \
216 atomic_clear_long(&(d)->__bits[__i], \
H A Datomic_san.h229 #define atomic_clear_long ATOMIC_SAN(clear_long) macro
/src/sys/powerpc/include/
H A Datomic.h260 #define atomic_clear_64 atomic_clear_long
264 #define atomic_clear_ptr atomic_clear_long
/src/sys/riscv/include/
H A Datomic.h539 #define atomic_clear_long atomic_clear_64 macro
/src/sys/arm64/include/
H A Datomic.h593 #define atomic_clear_long atomic_clear_64 macro
/src/sys/arm/include/
H A Datomic.h172 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
/src/sys/powerpc/aim/
H A Dmmu_radix.c2314 atomic_clear_long(pte, htobe64(PG_M | PG_A)); in mmu_radix_advise()
2316 atomic_clear_long(pte, htobe64(PG_A)); in mmu_radix_advise()
2506 atomic_clear_long(pte, htobe64(PG_M)); in mmu_radix_clear_modify()
3968 atomic_clear_long(l3e, htobe64(PG_A)); in mmu_radix_ts_referenced()
4014 atomic_clear_long(pte, htobe64(PG_A)); in mmu_radix_ts_referenced()
5754 atomic_clear_long(l3e, htobe64(PG_W)); in mmu_radix_unwire()
5777 atomic_clear_long(pte, htobe64(PG_W)); in mmu_radix_unwire()
/src/sys/amd64/amd64/
H A Dpmap.c7978 atomic_clear_long(pdpe, PG_W); in pmap_unwire()
7999 atomic_clear_long(pde, PG_W); in pmap_unwire()
8021 atomic_clear_long(pte, PG_W); in pmap_unwire()
9018 atomic_clear_long(pde, PG_A); in pmap_ts_referenced()
9099 atomic_clear_long(pte, PG_A); in pmap_ts_referenced()
9256 atomic_clear_long(pte, PG_M | PG_A); in pmap_advise()
9258 atomic_clear_long(pte, PG_A); in pmap_advise()
9336 atomic_clear_long(pte, PG_M | PG_RW); in pmap_clear_modify()
9362 atomic_clear_long(pte, PG_M); in pmap_clear_modify()
11080 atomic_clear_long(pe, X86_PG_AVAIL1); in pmap_large_map_wb_large()
/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c726 atomic_clear_long(&sc->hn_chim_bmap[idx], mask); in hn_chim_free()