Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/sys/dev/drm2/
H A Ddrm_atomic.h69 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
/freebsd/sys/amd64/include/
H A Datomic.h545 #define atomic_clear_64 atomic_clear_long
572 #define atomic_clear_ptr atomic_clear_long
/freebsd/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))
/freebsd/sys/dev/axgbe/
H A Dxgbe_osdep.h204 atomic_clear_long(p, 1ul << pos); in clear_bit()
/freebsd/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
/freebsd/sys/powerpc/include/
H A Datomic.h260 #define atomic_clear_64 atomic_clear_long
264 #define atomic_clear_ptr atomic_clear_long
/freebsd/sys/riscv/include/
H A Datomic.h539 #define atomic_clear_long atomic_clear_64 macro
/freebsd/sys/arm64/include/
H A Datomic.h593 #define atomic_clear_long atomic_clear_64 macro
/freebsd/sys/arm/include/
H A Datomic.h172 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
/freebsd/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()
3963 atomic_clear_long(l3e, htobe64(PG_A)); in mmu_radix_ts_referenced()
4009 atomic_clear_long(pte, htobe64(PG_A)); in mmu_radix_ts_referenced()
5747 atomic_clear_long(l3e, htobe64(PG_W)); in mmu_radix_unwire()
5770 atomic_clear_long(pte, htobe64(PG_W)); in mmu_radix_unwire()
/freebsd/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()
9017 atomic_clear_long(pde, PG_A); in pmap_ts_referenced()
9098 atomic_clear_long(pte, PG_A); in pmap_ts_referenced()
9255 atomic_clear_long(pte, PG_M | PG_A); in pmap_advise()
9257 atomic_clear_long(pte, PG_A); in pmap_advise()
9335 atomic_clear_long(pte, PG_M | PG_RW); in pmap_clear_modify()
9361 atomic_clear_long(pte, PG_M); in pmap_clear_modify()
11084 atomic_clear_long(pe, X86_PG_AVAIL1); in pmap_large_map_wb_large()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c726 atomic_clear_long(&sc->hn_chim_bmap[idx], mask); in hn_chim_free()