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

/freebsd-11-stable/sys/xen/
H A Dxen-os.h120 atomic_clear_long(&addr[bit / NBPL], 1UL << (bit % NBPL));
/freebsd-11-stable/sys/arm/include/
H A Datomic-v4.h467 #define atomic_clear_acq_long atomic_clear_long
468 #define atomic_clear_rel_long atomic_clear_long
484 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-11-stable/sys/dev/drm2/
H A Ddrm_atomic.h71 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
/freebsd-11-stable/sys/sys/
H A Dbitset.h168 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \
183 atomic_clear_long(&(d)->__bits[__i], \
/freebsd-11-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-11-stable/sys/mips/include/
H A Datomic.h657 #define atomic_clear_long atomic_clear_64 macro
686 #define atomic_clear_long(p, v) \ macro
737 #define atomic_clear_ptr atomic_clear_long
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h82 * atomic_clear_long(P, V) (*(u_long *)(P) &= ~(V))
631 #define atomic_clear_64 atomic_clear_long
658 #define atomic_clear_ptr atomic_clear_long
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h234 #define atomic_clear_64 atomic_clear_long
238 #define atomic_clear_ptr atomic_clear_long
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h398 #define atomic_clear_long atomic_clear_64 macro
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h416 #define atomic_clear_long atomic_clear_64 macro
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c973 atomic_clear_long(&tp->tte_data, TD_CV);
1439 data = atomic_clear_long(&tp->tte_data, TD_SW | TD_W);
1703 atomic_clear_long(&tp->tte_data, TD_WIRED);
2140 data = atomic_clear_long(&tp->tte_data, TD_REF);
2257 data = atomic_clear_long(&tp->tte_data, TD_W);
2285 data = atomic_clear_long(&tp->tte_data, TD_SW | TD_W);
/freebsd-11-stable/sys/arm64/arm64/
H A Dminidump_machdep.c465 atomic_clear_long(&vm_page_dump[idx], 1ul << bit);
H A Dpmap.c3414 atomic_clear_long(l3, ATTR_SW_WIRED);
/freebsd-11-stable/sys/amd64/amd64/
H A Dminidump_machdep.c485 atomic_clear_long(&vm_page_dump[idx], 1ul << bit);
H A Dpmap.c5539 atomic_clear_long(pde, PG_W);
5561 atomic_clear_long(pte, PG_W);
6533 atomic_clear_long(pde, PG_A);
6614 atomic_clear_long(pte, PG_A);
6760 atomic_clear_long(pte, PG_M | PG_A);
6762 atomic_clear_long(pte, PG_A);
6883 atomic_clear_long(pte, PG_M);
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c2472 atomic_clear_long(l3, PTE_SW_WIRED);
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c728 atomic_clear_long(&sc->hn_chim_bmap[idx], mask);

Completed in 338 milliseconds