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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dprocessor.h16 ({ void *__pc; __asm__ ("br %0,.+4" : "=r"(__pc)); __pc; })
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dprocessor.h31 void *__pc; \
32 asm("mov pc,%0" : "=a"(__pc)); \
33 __pc; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprofile.c308 void profile_hits(int type, void *__pc, unsigned int nr_hits) argument
310 unsigned long primary, secondary, flags, pc = (unsigned long)__pc;
422 void profile_hits(int type, void *__pc, unsigned int nr_hits) argument
428 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift;

Completed in 77 milliseconds