Searched defs:stack_pointer (Results 1 – 2 of 2) sorted by relevance
372 static __always_inline unsigned long *stack_pointer(struct task_struct *task) in stack_pointer() function
50 #define stack_pointer ({ void **sp; asm("la %0,0(15)" : "=&d" (sp)); sp; }) macro