Searched defs:__get_SP (Results 1 – 2 of 2) sorted by relevance
/arch/blackfin/include/asm/ | ||
D | processor.h | 32 static inline unsigned long __get_SP(void) in __get_SP() function |
/arch/powerpc/include/asm/ | ||
D | reg.h | 1088 #define __get_SP() ({unsigned long sp; \ macro |