Searched refs:current_sp (Results 1 – 3 of 3) sorted by relevance
31 #define current_sp() ({ void *sp; __asm__("movq %%rsp, %0" : "=r" (sp) : ); sp; }) macro
50 #define current_sp() ({ void *sp; __asm__("movl %%esp, %0" : "=r" (sp) : ); sp; }) macro
37 return segv_regs ? (unsigned long *)PT_REGS_SP(segv_regs) : current_sp(); in get_stack_pointer()
Completed in 4 milliseconds