Symbol: atomic_clear_long
sys/amd64/amd64/pmap.c
11080
atomic_clear_long(pe, X86_PG_AVAIL1);
sys/amd64/amd64/pmap.c
7978
atomic_clear_long(pdpe, PG_W);
sys/amd64/amd64/pmap.c
7999
atomic_clear_long(pde, PG_W);
sys/amd64/amd64/pmap.c
8021
atomic_clear_long(pte, PG_W);
sys/amd64/amd64/pmap.c
9018
atomic_clear_long(pde, PG_A);
sys/amd64/amd64/pmap.c
9099
atomic_clear_long(pte, PG_A);
sys/amd64/amd64/pmap.c
9256
atomic_clear_long(pte, PG_M | PG_A);
sys/amd64/amd64/pmap.c
9258
atomic_clear_long(pte, PG_A);
sys/amd64/amd64/pmap.c
9336
atomic_clear_long(pte, PG_M | PG_RW);
sys/amd64/amd64/pmap.c
9362
atomic_clear_long(pte, PG_M);
sys/amd64/include/atomic.h
545
#define atomic_clear_64 atomic_clear_long
sys/amd64/include/atomic.h
572
#define atomic_clear_ptr atomic_clear_long
sys/compat/linuxkpi/common/include/linux/bitops.h
283
atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
sys/compat/linuxkpi/common/include/linux/bitops.h
286
atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
sys/dev/axgbe/xgbe_osdep.h
204
atomic_clear_long(p, 1ul << pos);
sys/dev/drm2/drm_atomic.h
69
atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
sys/dev/hyperv/netvsc/if_hn.c
726
atomic_clear_long(&sc->hn_chim_bmap[idx], mask);
sys/powerpc/aim/mmu_radix.c
2314
atomic_clear_long(pte, htobe64(PG_M | PG_A));
sys/powerpc/aim/mmu_radix.c
2316
atomic_clear_long(pte, htobe64(PG_A));
sys/powerpc/aim/mmu_radix.c
2506
atomic_clear_long(pte, htobe64(PG_M));
sys/powerpc/aim/mmu_radix.c
3968
atomic_clear_long(l3e, htobe64(PG_A));
sys/powerpc/aim/mmu_radix.c
4014
atomic_clear_long(pte, htobe64(PG_A));
sys/powerpc/aim/mmu_radix.c
5754
atomic_clear_long(l3e, htobe64(PG_W));
sys/powerpc/aim/mmu_radix.c
5777
atomic_clear_long(pte, htobe64(PG_W));
sys/powerpc/include/atomic.h
260
#define atomic_clear_64 atomic_clear_long
sys/powerpc/include/atomic.h
264
#define atomic_clear_ptr atomic_clear_long
sys/sys/bitset.h
193
atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \
sys/sys/bitset.h
216
atomic_clear_long(&(d)->__bits[__i], \
sys/x86/include/xen/xen-os.h
56
#define atomic_clear_xen_ulong atomic_clear_long
sys/x86/include/xen/xen-os.h
63
#define atomic_clear_xen_ulong atomic_clear_long