Home
last modified time | relevance | path

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

/linux/arch/nios2/include/asm/
H A Dlinkage.h15 #define _THIS_IP_ ({ unsigned long __ip; asm volatile("nextpc %0" : "=r" (__ip)); __ip; }) macro
/linux/arch/s390/include/asm/
H A Dlinkage.h10 #define _THIS_IP_ ({ unsigned long __ip; asm volatile("larl %0, ." : "=d" (__ip)); __ip; }) macro
/linux/arch/x86/include/asm/
H A Dlinkage.h16 #define _THIS_IP_ ({ unsigned long __here; asm ("lea 0(%%rip), %0" : "=r" (__here)); __here; }) macro