Searched refs:atomic_clear_long (Results 1 – 14 of 14) sorted by relevance
| /src/sys/x86/include/xen/ |
| H A D | xen-os.h | 56 #define atomic_clear_xen_ulong atomic_clear_long 63 #define atomic_clear_xen_ulong atomic_clear_long
|
| /src/sys/dev/drm2/ |
| H A D | drm_atomic.h | 69 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
|
| /src/sys/amd64/include/ |
| H A D | atomic.h | 545 #define atomic_clear_64 atomic_clear_long 572 #define atomic_clear_ptr atomic_clear_long
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitops.h | 283 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 D | xgbe_osdep.h | 204 atomic_clear_long(p, 1ul << pos); in clear_bit()
|
| /src/sys/sys/ |
| H A D | bitset.h | 193 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \ 216 atomic_clear_long(&(d)->__bits[__i], \
|
| H A D | atomic_san.h | 229 #define atomic_clear_long ATOMIC_SAN(clear_long) macro
|
| /src/sys/powerpc/include/ |
| H A D | atomic.h | 260 #define atomic_clear_64 atomic_clear_long 264 #define atomic_clear_ptr atomic_clear_long
|
| /src/sys/riscv/include/ |
| H A D | atomic.h | 539 #define atomic_clear_long atomic_clear_64 macro
|
| /src/sys/arm64/include/ |
| H A D | atomic.h | 593 #define atomic_clear_long atomic_clear_64 macro
|
| /src/sys/arm/include/ |
| H A D | atomic.h | 172 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
|
| /src/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 2314 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 D | pmap.c | 7978 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 D | if_hn.c | 726 atomic_clear_long(&sc->hn_chim_bmap[idx], mask); in hn_chim_free()
|