Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/um/asm/
Dprocessor_64.h38 #define current_bp() ({ unsigned long bp; __asm__("movq %%rbp, %0" : "=r" (bp) : ); bp; }) macro
Dprocessor_32.h59 #define current_bp() ({ unsigned long bp; __asm__("movl %%ebp, %0" : "=r" (bp) : ); bp; }) macro
/linux-4.4.14/arch/um/include/asm/
Dstacktrace.h21 return segv_regs ? PT_REGS_BP(segv_regs) : current_bp(); in get_frame_pointer()