Home
last modified time | relevance | path

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

/arch/x86/um/asm/
Dprocessor_64.h34 #define current_sp() ({ void *sp; __asm__("movq %%rsp, %0" : "=r" (sp) : ); sp; }) macro
Dprocessor_32.h50 #define current_sp() ({ void *sp; __asm__("movl %%esp, %0" : "=r" (sp) : ); sp; }) macro