Home
last modified time | relevance | path

Searched defs:current_sp (Results 1 – 2 of 2) 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

Completed in 4 milliseconds