Searched defs:_THIS_IP_ (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 591 milliseconds