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

/freebsd-13-stable/sys/xen/
H A Dxen-os.h164 atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL));
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_atomic.h71 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
/freebsd-13-stable/sys/sys/
H A Dbitset.h183 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \
206 atomic_clear_long(&(d)->__bits[__i], \
H A Datomic_san.h194 #define atomic_clear_long kcsan_atomic_clear_long macro
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h270 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
273 atomic_clear_long(&((volatile unsigned long *)(a))[BIT_WORD(i)], BIT_MASK(i))
/freebsd-13-stable/sys/mips/include/
H A Datomic.h683 #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-stable/sys/amd64/include/
H A Datomic.h98 * atomic_clear_long(P, V) (*(u_long *)(P) &= ~(V))
633 #define atomic_clear_64 atomic_clear_long
660 #define atomic_clear_ptr atomic_clear_long
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe_osdep.h211 atomic_clear_long(p, 1ul << pos);
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h239 #define atomic_clear_64 atomic_clear_long
243 #define atomic_clear_ptr atomic_clear_long
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h444 #define atomic_clear_long atomic_clear_64 macro
/freebsd-13-stable/sys/arm/include/
H A Datomic-v6.h180 atomic_clear_long(volatile u_long *address, u_long setmask) function
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h526 #define atomic_clear_long atomic_clear_64 macro
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c2288 atomic_clear_long(pte, htobe64(PG_M | PG_A));
2290 atomic_clear_long(pte, htobe64(PG_A));
2478 atomic_clear_long(pte, htobe64(PG_M));
3895 atomic_clear_long(l3e, htobe64(PG_A));
3941 atomic_clear_long(pte, htobe64(PG_A));
5671 atomic_clear_long(l3e, htobe64(PG_W));
5694 atomic_clear_long(pte, htobe64(PG_W));
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c7508 atomic_clear_long(pdpe, PG_W);
7529 atomic_clear_long(pde, PG_W);
7551 atomic_clear_long(pte, PG_W);
8538 atomic_clear_long(pde, PG_A);
8619 atomic_clear_long(pte, PG_A);
8781 atomic_clear_long(pte, PG_M | PG_A);
8783 atomic_clear_long(pte, PG_A);
8861 atomic_clear_long(pte, PG_M | PG_RW);
8887 atomic_clear_long(pte, PG_M);
10543 atomic_clear_long(p
[all...]
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c748 atomic_clear_long(&sc->hn_chim_bmap[idx], mask);

Completed in 346 milliseconds