Searched refs:atomic_clear_long (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | bitset.h | 138 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \ 153 atomic_clear_long(&(d)->__bits[__i], \
|
| /f-stack/freebsd/sys/ |
| H A D | bitset.h | 183 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \ 206 atomic_clear_long(&(d)->__bits[__i], \
|
| H A D | _cscan_atomic.h | 194 #define atomic_clear_long kcsan_atomic_clear_long macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 683 #define atomic_clear_long atomic_clear_64 macro 712 #define atomic_clear_long(p, v) \ macro 763 #define atomic_clear_ptr atomic_clear_long
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 633 #define atomic_clear_64 atomic_clear_long 660 #define atomic_clear_ptr atomic_clear_long
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 526 #define atomic_clear_long atomic_clear_64 macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 180 atomic_clear_long(volatile u_long *address, u_long setmask) in atomic_clear_long() function
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 7508 atomic_clear_long(pdpe, PG_W); in pmap_unwire() 7529 atomic_clear_long(pde, PG_W); in pmap_unwire() 7551 atomic_clear_long(pte, PG_W); in pmap_unwire() 8538 atomic_clear_long(pde, PG_A); in pmap_ts_referenced() 8619 atomic_clear_long(pte, PG_A); in pmap_ts_referenced() 8781 atomic_clear_long(pte, PG_M | PG_A); in pmap_advise() 8783 atomic_clear_long(pte, PG_A); in pmap_advise() 8861 atomic_clear_long(pte, PG_M | PG_RW); in pmap_clear_modify() 8887 atomic_clear_long(pte, PG_M); in pmap_clear_modify() 10543 atomic_clear_long(pe, X86_PG_AVAIL1); in pmap_large_map_wb_large()
|