Home
last modified time | relevance | path

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

/freebsd-14.2/sys/xen/evtchn/
H A Devtchnvar.h73 atomic_clear_long(EVTCHN_PTR(pending, port), EVTCHN_MASK(port)); in evtchn_clear_port()
/freebsd-14.2/sys/xen/
H A Dxen-os.h147 atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL)); in xen_clear_bit()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h280 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
283 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
/freebsd-14.2/sys/dev/drm2/
H A Ddrm_atomic.h69 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
/freebsd-14.2/sys/amd64/include/
H A Datomic.h546 #define atomic_clear_64 atomic_clear_long
573 #define atomic_clear_ptr atomic_clear_long
/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe_osdep.h209 atomic_clear_long(p, 1ul << pos); in clear_bit()
/freebsd-14.2/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-14.2/sys/powerpc/include/
H A Datomic.h233 #define atomic_clear_64 atomic_clear_long
237 #define atomic_clear_ptr atomic_clear_long
/freebsd-14.2/sys/riscv/include/
H A Datomic.h442 #define atomic_clear_long atomic_clear_64 macro
/freebsd-14.2/sys/arm64/include/
H A Datomic.h593 #define atomic_clear_long atomic_clear_64 macro
/freebsd-14.2/sys/arm/include/
H A Datomic.h178 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
/freebsd-14.2/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()
3920 atomic_clear_long(l3e, htobe64(PG_A)); in mmu_radix_ts_referenced()
3966 atomic_clear_long(pte, htobe64(PG_A)); in mmu_radix_ts_referenced()
5705 atomic_clear_long(l3e, htobe64(PG_W)); in mmu_radix_unwire()
5728 atomic_clear_long(pte, htobe64(PG_W)); in mmu_radix_unwire()
/freebsd-14.2/sys/amd64/amd64/
H A Dpmap.c8002 atomic_clear_long(pdpe, PG_W); in pmap_unwire()
8023 atomic_clear_long(pde, PG_W); in pmap_unwire()
8045 atomic_clear_long(pte, PG_W); in pmap_unwire()
9042 atomic_clear_long(pde, PG_A); in pmap_ts_referenced()
9123 atomic_clear_long(pte, PG_A); in pmap_ts_referenced()
9280 atomic_clear_long(pte, PG_M | PG_A); in pmap_advise()
9282 atomic_clear_long(pte, PG_A); in pmap_advise()
9360 atomic_clear_long(pte, PG_M | PG_RW); in pmap_clear_modify()
9386 atomic_clear_long(pte, PG_M); in pmap_clear_modify()
11068 atomic_clear_long(pe, X86_PG_AVAIL1); in pmap_large_map_wb_large()
/freebsd-14.2/sys/dev/hyperv/netvsc/
H A Dif_hn.c739 atomic_clear_long(&sc->hn_chim_bmap[idx], mask); in hn_chim_free()