Searched refs:current_text_addr (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/
H A Dprocessor.h15 #define current_text_addr() ({ __label__ _l; _l: &&_l;}) macro
/bionic/libc/kernel/arch-sh/asm/
H A Dprocessor_64.h24 #define current_text_addr() ({ void *pc; unsigned long long __dummy = 0; __asm__("gettr tr0, %1\n\t" "pta 4, tr0\n\t" "gettr tr0, %0\n\t" "ptabs %1, tr0\n\t" :"=r" (pc), "=r" (__dummy) : "1" (__dummy)); pc; }) macro
/bionic/libc/kernel/arch-x86/asm/
H A Dprocessor_32.h39 #define current_text_addr() ({ void *pc; __asm__("movl $1f,%0\n1:":"=g" (pc)); pc; }) macro

Completed in 128 milliseconds