Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/include/asm/
Dblackfin.h17 static inline void SSYNC(void) in SSYNC() function
77 #define SSYNC(scratch) cli scratch; nop; nop; SSYNC; sti scratch; macro
81 #define SSYNC(scratch) nop; nop; nop; SSYNC; macro
85 #define SSYNC(scratch) SSYNC; macro