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

/freebsd-12-stable/sys/xen/
H A Dxen-os.h164 atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL));
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_atomic.h71 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
/freebsd-12-stable/sys/arm/include/
H A Datomic-v4.h559 #define atomic_clear_acq_long atomic_clear_long
560 #define atomic_clear_rel_long atomic_clear_long
576 atomic_clear_long(volatile u_long *p, u_long v) function
H A Datomic-v6.h183 atomic_clear_long(volatile u_long *address, u_long setmask) function
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe_osdep.h87 atomic_clear_long(p, 1ul << pos);
/freebsd-12-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-12-stable/sys/sys/
H A Dbitset.h170 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \
185 atomic_clear_long(&(d)->__bits[__i], \
/freebsd-12-stable/sys/mips/include/
H A Datomic.h663 #define atomic_clear_long atomic_clear_64 macro
692 #define atomic_clear_long(p, v) \ macro
743 #define atomic_clear_ptr atomic_clear_long
/freebsd-12-stable/sys/amd64/include/
H A Datomic.h84 * 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-12-stable/sys/powerpc/include/
H A Datomic.h236 #define atomic_clear_64 atomic_clear_long
240 #define atomic_clear_ptr atomic_clear_long
/freebsd-12-stable/sys/riscv/include/
H A Datomic.h418 #define atomic_clear_long atomic_clear_64 macro
/freebsd-12-stable/sys/riscv/riscv/
H A Dminidump_machdep.c434 atomic_clear_long(&vm_page_dump[idx], 1ul << bit);
/freebsd-12-stable/sys/arm64/include/
H A Datomic.h446 #define atomic_clear_long atomic_clear_64 macro
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dpmap.c966 atomic_clear_long(&tp->tte_data, TD_CV);
1431 data = atomic_clear_long(&tp->tte_data, TD_SW | TD_W);
1695 atomic_clear_long(&tp->tte_data, TD_WIRED);
2103 data = atomic_clear_long(&tp->tte_data, TD_REF);
2220 data = atomic_clear_long(&tp->tte_data, TD_W);
2248 data = atomic_clear_long(&tp->tte_data, TD_SW | TD_W);
/freebsd-12-stable/sys/arm64/arm64/
H A Dminidump_machdep.c447 atomic_clear_long(&vm_page_dump[idx], 1ul << bit);
/freebsd-12-stable/sys/amd64/amd64/
H A Dminidump_machdep.c477 atomic_clear_long(&vm_page_dump[idx], 1ul << bit);
H A Dpmap.c6518 atomic_clear_long(pde, PG_W);
6540 atomic_clear_long(pte, PG_W);
7522 atomic_clear_long(pde, PG_A);
7603 atomic_clear_long(pte, PG_A);
7757 atomic_clear_long(pte, PG_M | PG_A);
7759 atomic_clear_long(pte, PG_A);
7844 atomic_clear_long(pte, PG_M | PG_RW);
7870 atomic_clear_long(pte, PG_M);
9553 atomic_clear_long(pe, X86_PG_AVAIL1);
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c744 atomic_clear_long(&sc->hn_chim_bmap[idx], mask);

Completed in 291 milliseconds