MCPcopy Create free account
hub / github.com/F-Stack/f-stack / atomic_fcmpset_64

Function atomic_fcmpset_64

freebsd/arm/include/atomic-v6.h:355–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355static __inline int
356atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)
357{
358 int ret;
359
360 ATOMIC_FCMPSET_CODE64(ret);
361 return (ret);
362}
363
364static __inline int
365atomic_fcmpset_acq_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)

Callers 3

pmap_protect_l2Function · 0.50
pmap_protectFunction · 0.50
pmap_promote_l2Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected