Home
last modified time | relevance | path

Searched refs:current_sp (Results 1 – 3 of 3) sorted by relevance

/arch/x86/um/asm/
A Dprocessor_64.h31 #define current_sp() ({ void *sp; __asm__("movq %%rsp, %0" : "=r" (sp) : ); sp; }) macro
A Dprocessor_32.h50 #define current_sp() ({ void *sp; __asm__("movl %%esp, %0" : "=r" (sp) : ); sp; }) macro
/arch/um/include/asm/
A Dstacktrace.h37 return segv_regs ? (unsigned long *)PT_REGS_SP(segv_regs) : current_sp(); in get_stack_pointer()

Completed in 4 milliseconds