Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/lib/pmf/
H A Dpmf_main.c118 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()
[all …]
/rk3399_ARM-atf/include/lib/pmf/
H A Dpmf_helpers.h22 typedef unsigned long long (*pmf_svc_get_ts_t)(unsigned int tid,
52 unsigned int tid, \
55 unsigned int tid, \
91 unsigned int tid, \
95 unsigned int tid, \
173 unsigned int tid, \
177 PMF_VALIDATE_TID(_name, (uint64_t)tid); \
181 (uint64_t)tid, ts); \
183 __pmf_dump_timestamp((uint64_t)tid, ts); \
186 unsigned int tid, \
[all …]
H A Dpmf.h78 int pmf_get_timestamp_smc(unsigned int tid,
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst2635 timestamp ID or ``tid``. The ``tid`` is composed as follows: