Searched refs:atomic_clear_long (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/sys/xen/evtchn/ |
| H A D | evtchnvar.h | 73 atomic_clear_long(EVTCHN_PTR(pending, port), EVTCHN_MASK(port)); in evtchn_clear_port()
|
| /freebsd-14.2/sys/xen/ |
| H A D | xen-os.h | 147 atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL)); in xen_clear_bit()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitops.h | 280 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 D | drm_atomic.h | 69 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | atomic.h | 546 #define atomic_clear_64 atomic_clear_long 573 #define atomic_clear_ptr atomic_clear_long
|
| /freebsd-14.2/sys/dev/axgbe/ |
| H A D | xgbe_osdep.h | 209 atomic_clear_long(p, 1ul << pos); in clear_bit()
|
| /freebsd-14.2/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
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | atomic.h | 233 #define atomic_clear_64 atomic_clear_long 237 #define atomic_clear_ptr atomic_clear_long
|
| /freebsd-14.2/sys/riscv/include/ |
| H A D | atomic.h | 442 #define atomic_clear_long atomic_clear_64 macro
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | atomic.h | 593 #define atomic_clear_long atomic_clear_64 macro
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | atomic.h | 178 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
|
| /freebsd-14.2/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() 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 D | pmap.c | 8002 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 D | if_hn.c | 739 atomic_clear_long(&sc->hn_chim_bmap[idx], mask); in hn_chim_free()
|