| /freebsd-13.1/sys/xen/ |
| H A D | xen-os.h | 164 atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL)); in xen_clear_bit()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitops.h | 281 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 D | atomic.h | 683 #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 D | drm_atomic.h | 71 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | atomic.h | 598 #define atomic_clear_64 atomic_clear_long 625 #define atomic_clear_ptr atomic_clear_long
|
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe_osdep.h | 211 atomic_clear_long(p, 1ul << pos); in clear_bit()
|
| /freebsd-13.1/sys/sys/ |
| H A D | bitset.h | 183 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \ 206 atomic_clear_long(&(d)->__bits[__i], \
|
| H A D | atomic_san.h | 216 #define atomic_clear_long ATOMIC_SAN(clear_long) macro
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | atomic.h | 239 #define atomic_clear_64 atomic_clear_long 243 #define atomic_clear_ptr atomic_clear_long
|
| /freebsd-13.1/sys/riscv/include/ |
| H A D | atomic.h | 444 #define atomic_clear_long atomic_clear_64 macro
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | atomic.h | 529 #define atomic_clear_long atomic_clear_64 macro
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | atomic-v6.h | 180 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
|
| /freebsd-13.1/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 2280 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 D | if_epair.c | 178 atomic_clear_long(&q->state, (1 << BIT_QUEUE_TASK)); in epair_tx_start_deferred()
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | pmap.c | 7640 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 D | if_hn.c | 749 atomic_clear_long(&sc->hn_chim_bmap[idx], mask); in hn_chim_free()
|