Lines Matching refs:tid
118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service() argument
123 unsigned int svc_id = tid & PMF_SVC_ID_MASK; in get_service()
146 if ((svc_id == desc_svc_id) && ((tid & PMF_TID_MASK) < in get_service()
157 int pmf_get_timestamp_smc(unsigned int tid, in pmf_get_timestamp_smc() argument
166 svc_desc = get_service(tid); in pmf_get_timestamp_smc()
173 *ts_value = svc_desc->get_ts(tid, mpidr, flags); in pmf_get_timestamp_smc()
182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts) in __pmf_dump_timestamp() argument
185 plat_my_core_pos(), tid, ts); in __pmf_dump_timestamp()
193 unsigned int tid, in calc_ts_addr() argument
199 PMF_PERCPU_TIMESTAMP_SIZE) - ((tid & PMF_TID_MASK) * in calc_ts_addr()
203 ((tid & PMF_TID_MASK) * sizeof(unsigned long long))); in calc_ts_addr()
215 unsigned int tid, in __pmf_store_timestamp() argument
219 tid, plat_my_core_pos()); in __pmf_store_timestamp()
229 unsigned int tid, in __pmf_store_timestamp_with_cache_maint() argument
233 tid, plat_my_core_pos()); in __pmf_store_timestamp_with_cache_maint()
244 unsigned int tid, in __pmf_get_timestamp() argument
250 tid, cpuid); in __pmf_get_timestamp()