Home
last modified time | relevance | path

Searched refs:current_bp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/um/asm/
H A Dprocessor_64.h35 #define current_bp() ({ unsigned long bp; __asm__("movq %%rbp, %0" : "=r" (bp) : ); bp; }) macro
H A Dprocessor_32.h51 #define current_bp() ({ unsigned long bp; __asm__("movl %%ebp, %0" : "=r" (bp) : ); bp; }) macro
/kernel/linux/linux-6.6/arch/x86/um/asm/
H A Dprocessor_64.h35 #define current_bp() ({ unsigned long bp; __asm__("movq %%rbp, %0" : "=r" (bp) : ); bp; }) macro
H A Dprocessor_32.h51 #define current_bp() ({ unsigned long bp; __asm__("movl %%ebp, %0" : "=r" (bp) : ); bp; }) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dstacktrace.h22 return segv_regs ? PT_REGS_BP(segv_regs) : current_bp(); in get_frame_pointer()
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dstacktrace.h22 return segv_regs ? PT_REGS_BP(segv_regs) : current_bp(); in get_frame_pointer()

Completed in 3 milliseconds