Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/include/asm/
Dprocessor.h17 ({ void *__pc; __asm__ ("br %0,.+4" : "=r"(__pc)); __pc; })
/Linux-v4.19/arch/c6x/include/asm/
Dprocessor.h26 void *__pc; \
27 asm("mvc .S2 pce1,%0\n" : "=b"(__pc)); \
28 __pc; \
/Linux-v4.19/kernel/
Dprofile.c284 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
286 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; in do_profile_hits()
385 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
388 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
393 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
397 do_profile_hits(type, __pc, nr_hits); in profile_hits()