Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/u-boot/include/bedbug/
H A Dtype.h15 int current_bp; member