Searched refs:atomic_swap_long (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 403 atomic_swap_long(volatile u_long *p, u_long v) in atomic_swap_long() function 467 #define atomic_readandclear_long(p) atomic_swap_long(p, 0) 562 #define atomic_swap_64 atomic_swap_long 589 #define atomic_swap_ptr atomic_swap_long
|
H A D | pmap.h | 283 #define pte_load_store(ptep, pte) atomic_swap_long(ptep, pte) 284 #define pte_load_clear(ptep) atomic_swap_long(ptep, 0)
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | atomic-long.h | 85 return atomic_swap_long(&v->counter, val); in atomic_long_xchg()
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 661 atomic_swap_long(volatile u_long *p, u_long v) in atomic_swap_long() function 720 #define atomic_readandclear_long(p) atomic_swap_long(p, 0)
|
/freebsd/sys/powerpc/include/ |
H A D | atomic.h | 984 #define atomic_swap_long atomic_swap_64 macro 987 #define atomic_swap_long(p,v) atomic_swap_32((volatile u_int *)(p), v) macro
|
/freebsd/sys/riscv/include/ |
H A D | atomic.h | 546 #define atomic_swap_long atomic_swap_64 macro
|
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 598 #define atomic_swap_long atomic_swap_64 macro
|
/freebsd/sys/sys/ |
H A D | atomic_san.h | 250 #define atomic_swap_long ATOMIC_SAN(swap_long) macro
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 999 atomic_swap_long(volatile u_long *p, u_long v) in atomic_swap_long() function
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_chan.c | 1557 flags = atomic_swap_long(&event_flags[f], 0); in vmbus_event_flags_proc()
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_radix.c | 841 #define pte_load_store(ptep, pte) atomic_swap_long(ptep, pte) 842 #define pte_load_clear(ptep) atomic_swap_long(ptep, 0)
|