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

Function atomic_clear_long

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

Source from the content-addressed store, hash-verified

177}
178
179static __inline void
180atomic_clear_long(volatile u_long *address, u_long setmask)
181{
182
183 atomic_clear_32((volatile uint32_t *)address, setmask);
184}
185
186ATOMIC_ACQ_REL(clear, 32)
187ATOMIC_ACQ_REL(clear, 64)

Callers 5

pmap_unwireFunction · 0.85
pmap_ts_referencedFunction · 0.85
pmap_adviseFunction · 0.85
pmap_clear_modifyFunction · 0.85
pmap_large_map_wb_largeFunction · 0.85

Calls 1

atomic_clear_32Function · 0.70

Tested by

no test coverage detected