Home
last modified time | relevance | path

Searched refs:atomic_swap_long (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/amd64/include/
H A Datomic.h403 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 Dpmap.h283 #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 Datomic-long.h85 return atomic_swap_long(&v->counter, val); in atomic_long_xchg()
/freebsd/sys/i386/include/
H A Datomic.h661 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 Datomic.h984 #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 Datomic.h546 #define atomic_swap_long atomic_swap_64 macro
/freebsd/sys/arm64/include/
H A Datomic.h598 #define atomic_swap_long atomic_swap_64 macro
/freebsd/sys/sys/
H A Datomic_san.h250 #define atomic_swap_long ATOMIC_SAN(swap_long) macro
/freebsd/sys/arm/include/
H A Datomic.h999 atomic_swap_long(volatile u_long *p, u_long v) in atomic_swap_long() function
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1557 flags = atomic_swap_long(&event_flags[f], 0); in vmbus_event_flags_proc()
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c841 #define pte_load_store(ptep, pte) atomic_swap_long(ptep, pte)
842 #define pte_load_clear(ptep) atomic_swap_long(ptep, 0)