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

Function clrex

freebsd/arm64/include/cpufunc.h:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170static __inline void
171clrex(void)
172{
173
174 /*
175 * Ensure compiler barrier, otherwise the monitor clear might
176 * occur too late for us ?
177 */
178 __asm __volatile("clrex" : : : "memory");
179}
180
181static __inline void
182set_ttbr0(uint64_t ttbr0)

Callers 1

data_abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected