MCPcopy Create free account
hub / github.com/devkitPro/libctru / __dsb

Function __dsb

libctru/include/3ds/synchronization.h:34–37  ·  view source on GitHub ↗

Performs a Data Synchronization Barrier operation.

Source from the content-addressed store, hash-verified

32
33/// Performs a Data Synchronization Barrier operation.
34static inline void __dsb(void)
35{
36 __asm__ __volatile__("mcr p15, 0, %[val], c7, c10, 4" :: [val] "r" (0) : "memory");
37}
38
39/// Performs a Data Memory Barrier operation.
40static inline void __dmb(void)

Callers 5

ndspInitializeFunction · 0.85
ndspHookCallbackFunction · 0.85
gspPresentBufferFunction · 0.85
gspSubmitGxCommandFunction · 0.85
threadOnExceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected