Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dprofile.c207 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
209 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; in do_profile_hits()
308 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
311 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
316 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
320 do_profile_hits(type, __pc, nr_hits); in profile_hits()
/openbmc/qemu/linux-user/include/host/loongarch64/
H A Dhost-signal.h19 return uc->uc_mcontext.__pc; in host_signal_pc()
24 uc->uc_mcontext.__pc = pc; in host_signal_set_pc()