Searched refs:tid (Results 1 – 4 of 4) sorted by relevance
/tf-a-ffa_el3_spmc/lib/pmf/ |
A D | pmf_main.c | 123 unsigned int svc_id = tid & PMF_SVC_ID_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() 185 plat_my_core_pos(), tid, ts); in __pmf_dump_timestamp() 193 unsigned int tid, in calc_ts_addr() argument 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 [all …]
|
/tf-a-ffa_el3_spmc/include/lib/pmf/ |
A D | pmf_helpers.h | 52 unsigned int tid, \ 55 unsigned int tid, \ 91 unsigned int tid, \ 95 unsigned int tid, \ 173 unsigned int tid, \ 181 (uint64_t)tid, ts); \ 186 unsigned int tid, \ 208 PMF_VALIDATE_TID(_name, tid); \ 247 unsigned int tid, 250 unsigned int tid, [all …]
|
A D | pmf.h | 61 int pmf_get_timestamp_smc(unsigned int tid,
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | firmware-design.rst | 2445 timestamp ID or ``tid``. The ``tid`` is composed as follows:
|
Completed in 8 milliseconds