Searched refs:atomic_cmpset_64_i586 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/i386/include/ |
| H A D | pmap_pae.h | 100 #define pde_cmpset(pdep, old, new) atomic_cmpset_64_i586(pdep, old, new)
|
| H A D | atomic.h | 369 int atomic_cmpset_64_i586(volatile uint64_t *, uint64_t, uint64_t); 482 atomic_cmpset_64_i586(volatile uint64_t *dst, uint64_t expect, uint64_t src) in atomic_cmpset_64_i586() function 573 return (atomic_cmpset_64_i586(dst, expect, src)); in atomic_cmpset_64()
|