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

Function mips_sync

freebsd/mips/include/atomic.h:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57#endif
58
59static __inline void
60mips_sync(void)
61{
62 __asm __volatile (".set noreorder\n"
63 "\tsync\n"
64 __MIPS_PLATFORM_SYNC_NOPS
65 ".set reorder\n"
66 : : : "memory");
67}
68
69#define mb() mips_sync()
70#define wmb() mips_sync()

Callers 15

start_apFunction · 0.85
smp_init_secondaryFunction · 0.85
bus_dmamap_syncFunction · 0.85
atomic_thread_fence_acqFunction · 0.85
atomic_thread_fence_relFunction · 0.85
platform_ipi_sendFunction · 0.85
platform_start_apFunction · 0.85
platform_resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected