Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinstruction_pointer.h10 #define _THIS_IP_ ({ __label__ __here; __here: (unsigned long)&&__here; }) macro
/openbmc/linux/arch/x86/include/asm/
H A Dlinkage.h16 #define _THIS_IP_ ({ unsigned long __here; asm ("lea 0(%%rip), %0" : "=r" (__here)); __here; }) macro