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

Function atomic_load_acq_32

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

Source from the content-addressed store, hash-verified

616}
617
618static __inline uint32_t
619atomic_load_acq_32(volatile uint32_t *p)
620{
621 uint32_t v;
622
623 v = *p;
624 dmb();
625 return (v);
626}
627
628static __inline uint64_t
629atomic_load_64(volatile uint64_t *p)

Callers 6

atomic_load_acq_8Function · 0.85
atomic_load_acq_16Function · 0.85
buf_ring_dequeue_scFunction · 0.85
vlapic_get_lvtFunction · 0.85
vlapic_fire_lvtFunction · 0.85
get_cyclecountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected