Home
last modified time | relevance | path

Searched refs:__pc (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/alpha/include/asm/
Dprocessor.h16 ({ void *__pc; __asm__ ("br %0,.+4" : "=r"(__pc)); __pc; })
/linux-3.4.99/arch/c6x/include/asm/
Dprocessor.h26 void *__pc; \
27 asm("mvc .S2 pce1,%0\n" : "=b"(__pc)); \
28 __pc; \
/linux-3.4.99/arch/mn10300/include/asm/
Dprocessor.h34 void *__pc; \
35 asm("mov pc,%0" : "=a"(__pc)); \
36 __pc; \
/linux-3.4.99/kernel/
Dprofile.c306 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
308 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; in do_profile_hits()
418 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
421 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
426 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
430 do_profile_hits(type, __pc, nr_hits); in profile_hits()