Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dprofile.c293 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
295 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; in do_profile_hits()
394 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() argument
397 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
402 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() argument
406 do_profile_hits(type, __pc, nr_hits); in profile_hits()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dutility506 pair(piecewise_construct_t __pc,
510 : pair(__pc, __first_args, __second_args,
H A Dmemory2255 __compressed_pair(piecewise_construct_t __pc, tuple<_Args1...> __first_args,
2257 : _Base1(__pc, _VSTD::move(__first_args),
2259 _Base2(__pc, _VSTD::move(__second_args),
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dutility506 pair(piecewise_construct_t __pc,
510 : pair(__pc, __first_args, __second_args,
H A Dmemory2255 __compressed_pair(piecewise_construct_t __pc, tuple<_Args1...> __first_args,
2257 : _Base1(__pc, _VSTD::move(__first_args),
2259 _Base2(__pc, _VSTD::move(__second_args),