Home
last modified time | relevance | path

Searched defs:SSYNC (Results 1 – 1 of 1) sorted by relevance

/arch/blackfin/include/asm/
Dblackfin.h14 static inline void SSYNC(void) in SSYNC() function
74 #define SSYNC(scratch) cli scratch; nop; nop; SSYNC; sti scratch; macro
78 #define SSYNC(scratch) nop; nop; nop; SSYNC; macro
82 #define SSYNC(scratch) SSYNC; macro